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
34 views

Visibility property not working properly with fadeOut()

I am developing a feedback page in a table with 3 columns. Name Feedback icons status ------------------------------------------------- Name1 icon1 icon2 icon3 Saved ...
Techy's user avatar
  • 2,646
-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