Skip to main content

All Questions

1 vote
1 answer
89 views

Elemente will make it invisible when clicked script in php

German will not appear when clicked and will show english. If English is clicked, German will appear. I've investigated hide, show, visibile parts. I even wrote a JavaScript script, but it did not ...
user9304297's user avatar
0 votes
1 answer
2k views

Yii2 inputfield set disabled depend other field

I have, a create form, where i ask two things. The first is a user_id the other is a name. I want to achieve that, if the first is set then the other field will be disabled. And if because there i ...
Francis's user avatar
  • 1,835
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
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