Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
4 answers
89 views

PHP to JQuery code conversion [If else]

How can I do it on JQuery? When I click hide, the element will be hidden, same goes for show, the element will be shown. How am I going to do it? Thanks! <form method="POST"> <button type="...
Fawkes's user avatar
  • 37
1 vote
1 answer
2k views

When a specific form option is selected a new input appears, using JavaScript [duplicate]

I'm trying to get the following concept working (bare in mind my JavaScript knowledge is minimal). A select option is provided, with fields like: email address marriage So on... When a field is ...
ili's user avatar
  • 139
-2 votes
1 answer
99 views

Visibility JQuery Function (ready(), change()...)

I have 3 Files: Php file where i include the other two files like this: <head> <!-- 1. Javascript File--> <script src="js/functions.js"></script> </head> <...
Philipp Götz's user avatar
1 vote
1 answer
89 views

Trouble showing images in other pages than Home (wordpress/html/css)

Hi I have a small website im doing for a customer and I have used a html/css-site and transferred it to wordpress by using blank theme. So far so good, have a look at energyshop.se if u want and in ...
Emanuel Olsson's user avatar
1 vote
2 answers
629 views

After isset($_GET['post_id']) === true), need to call Javascript to turn <div> visibility to hidden

Relatively new to PHP here, but here's where I'm at: I have a simple PHP sort of email-sent validation going on, but after the page checks and confirms that the email is sent, I need to call ...
Brandon Johnson's user avatar