Tag «jquery»
Like Dislike system with PHP and MySQL
This system works exactly like the Like/Dislike system YouTube implements for its videos. On Facebook, the buttons are placed on videos. Since we are not building the next Facebook.Like Dislike system with PHP and MySQL we will stick with using simple posts where users can click on their associated like and dislike buttons. Read more article …
How to make A Loading bar with dependent dropdown
We can make a dependent drop downing with a loading bar. It is very easy to make a dependent drop down with jQuery. We have used the AJAX Technique of JQUERY which helps us to load the data without refreshing the page. As we know that jQuery is a library of JavaScript. Download the code …