FilterSelectBox selected by hyperlink.

FilterSelectBox selected by hyperlink.

pcmanpcman Posts: 2Questions: 0Answers: 0
edited October 2013 in General
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.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Sorted? To sort you would use the fnSort API method. For filtering use fnFilter .

    Allan
This discussion has been closed.