i have the below functions but some issues are there i have checked it but not working can any one help
var form = jQuery('#filters');
form.find('#list-filter-type input').live('change', function(event){
form_new = jQuery(event.currentTarget).closest('form');
event.preventDefault();
executeFilters(form_new);
});
form.find('#list-filter-color input').live('change', function(event){
alert('colour');
form_new = jQuery(event.currentTarget).closest('form');
event.preventDefault();
executeFilters(form_new);
});
the first function working fine but second function is not working properly
can any one help
thanks in advance
MOD EDIT: 37 posts, still can't use code tags. Pathetic. When you post code...USE CODE TAGS!!!
This post has been edited by JackOfAllTrades: 28 August 2011 - 04:14 AM

New Topic/Question
Reply



MultiQuote




|