dwex Posted January 17, 2011 Share Posted January 17, 2011 which language is used for the side sorting panel on the left? How do I go about doing it? http://www.asos.com/Men/New-In-Shoes-Accs/Cat/pgecategory.aspx?cid=6994 Quote Link to comment Share on other sites More sharing options...
the182guy Posted January 17, 2011 Share Posted January 17, 2011 The language is Javascript using the jQuery framework (for DOM manipulation and AJAX) coupled with ASP.NET for the server side scripting. The same thing can be done using PHP as the server side script. How can it be done? First try some basic jQuery AJAX and DOM stuff before trying something like that. That said, it isn't very difficult, basically you are just evaluating which checkboxes are checked of the various sections each time a checkbox is clicked, the ones that are checked are then sent to the server using AJAX, the server replies with a list of products to display which meet those filters, then us jQuery to remove the current products on screen, and show the new ones that were just delivered. Quote Link to comment Share on other sites More sharing options...
dwex Posted January 18, 2011 Author Share Posted January 18, 2011 thank you , 182guy Quote Link to comment 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.