Hi,
I am trying to implement an ajax filter of list view by adding/changing the parameters of url. Filtering is done using module and course. It keeps on changing based on what user clicks.
Example : www.xxxx.com/index.php?view=All&module=1&course=1
When one clicks other module link, course and view value should remain same, only module should be updated to www.xxxx.com/index.php?view=All&module=2&course=1
When one clicks other course link, module and view value should remain same, only course should be updated to www.xxxx.com/index.php?view=All&module=2&course=2