Takehiko Posted May 3, 2011 Share Posted May 3, 2011 Hi, I need to create this - http://www.vecteezy.com/browse Is a filter with pagination images. Here I have another example - http://mootools.net/forge/browse I tried with javascript. Filter work ok, but results pagination not work.. Please do not see any response from google Help me! Sorry my english is bad.. I need one example.. Quote Link to comment https://forums.phpfreaks.com/topic/235408-i-need-help/ Share on other sites More sharing options...
spiderwell Posted May 3, 2011 Share Posted May 3, 2011 please give us moer information. you state you are using javscript, what for exactly? pagenation and filters are normally 'dealt with' by the php . where is your page you have problems with, and code? when pagenation is in place with a filter, remember to pass all info to each page of results, so it 'remembers' the filters you can see this when you hover on the links for page 2,3,4 etc on both your sites when a filter is applied Quote Link to comment https://forums.phpfreaks.com/topic/235408-i-need-help/#findComment-1209808 Share on other sites More sharing options...
Takehiko Posted May 3, 2011 Author Share Posted May 3, 2011 Im work in javascript, but does not work my example - http://www.mrroboto.es/options/1.html with jquery all. but the pagination disappears , I'm looking for an example of how to do this in php + mysql, because I have no idea.. Im search in google one tutorial, but I have not found.. Sorry for my english is bad. Thanks for response. Quote Link to comment https://forums.phpfreaks.com/topic/235408-i-need-help/#findComment-1209841 Share on other sites More sharing options...
spiderwell Posted May 3, 2011 Share Posted May 3, 2011 do you want to solve this continuing with javascript/jquery? or do you want to do the pagenation via php only, so the filters applied, you have to submit form and reload the page, rather than using the jqery/ajax method. a standard pagenation is a lot easier to do for obvious reasons, and there are plenty of versions available to find. you might depending on your needs want to get this moved to the ajax/javascript section Quote Link to comment https://forums.phpfreaks.com/topic/235408-i-need-help/#findComment-1209851 Share on other sites More sharing options...
Takehiko Posted May 3, 2011 Author Share Posted May 3, 2011 I have no preference for javascript / jquery but the first thing I thought to solve my problem was that, and for me is more easy using jquery. I have not found any example of php that shows how to filter images... Quote Link to comment https://forums.phpfreaks.com/topic/235408-i-need-help/#findComment-1209899 Share on other sites More sharing options...
JKG Posted May 3, 2011 Share Posted May 3, 2011 http://razorjack.net/quicksand/ is really nice for filtering with jquery Quote Link to comment https://forums.phpfreaks.com/topic/235408-i-need-help/#findComment-1209954 Share on other sites More sharing options...
Takehiko Posted May 3, 2011 Author Share Posted May 3, 2011 My filter is quicksand, but i need quicksand + multifilter + pagination Quicksand + Multifilter is ok, but quicksand + multifilter + pagination not work. Quote Link to comment https://forums.phpfreaks.com/topic/235408-i-need-help/#findComment-1209957 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.