I have a really weird question... Don't know if it possible to make, However although i know how to do it via old get urls and refreshing page, I want to try the new way with jquery to call the file and post or 'get' data via jquery but without using a form.
I will be using a <a> link, if you go to my website http://www.jonathansconstruction.com/gallery.php and you see the second gallery menu where it says view all, that will filter the category to view and hopefully show it in a div like it is showing at the moment, one div per category i used to use
<a href = "file.php?catfilter=category">aaa</a>
and on php side use a $_GET[];, so i will like to know a different way to pass the values to set category filter, and also, be able to menu "current" with jquery. By the way, the Menu will also be generated dynamically depending on the number of categories on the database..
Will also like to add a "twitter/fb" style pagination(load more data on scroll down or when user clicks show more) but will also like the divs to be grouped by category getting from the database. That's the whole idea, I do know how to setup the output and do a lot of the php side to group the items together, however, I'm not too sure about the new pagination style (used to use the one with pages to click next) and also how to run/post data to php without form and without refreshing.
Hope this was clear enough, if not let me know. Any help/idea on how to do it is appreciated. Thanks a lot