Toggle Results From Database Jquery
I am very new to jQuery and JS. I have a set of links/buttons on my home page and I need to get the corresponding results from a database (which is functional) like the set of obje
Solution 1:
You will have to use Ajax to get the data from the server.
Have a look here. http://www.php4every1.com/tutorials/jquery-ajax-tutorial/
and here http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/
Post a Comment for "Toggle Results From Database Jquery"