FilterSelectBox selected by hyperlink.
FilterSelectBox selected by hyperlink.
Hello ..
I try to make FilterSelectBox which needs to be selected with hyperlink ... for exaple i have this code:
$('.select_filter').val( $(this).data('select') );
Price ASC
When i click the button "Price ASC" shoud be sorted by price.
Any ideas how can i make this ?
Tnx.
I try to make FilterSelectBox which needs to be selected with hyperlink ... for exaple i have this code:
$('.select_filter').val( $(this).data('select') );
Price ASC
When i click the button "Price ASC" shoud be sorted by price.
Any ideas how can i make this ?
Tnx.
This discussion has been closed.
Replies
Allan