• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: ajax filters

ajax filters 8 years 2 months ago #33924

  • js0
  • js0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
Any chance this can be made easy so that filtering is ajaxed insted of reload of page ?
The administrator has disabled public write access.

ajax filters 8 years 2 months ago #33927

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You are more then welcome to add this as a feature request here:

www.rsjoomla.com/feedback.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: js0

ajax filters 8 years 2 months ago #33928

  • js0
  • js0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
The administrator has disabled public write access.

ajax filters 7 years 1 month ago #36544

  • info2714
  • info2714's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 1
For all the people who still wants an autorefresh filter, you can do it very easily with a short jQuery snippet.
You still have to remove the send button. Here's the code you can use.

jQuery( document ).ready(function() {

jQuery(function(){
jQuery('.rsdir-filter-form .rsdir-checkbox').on('change',function(){
jQuery('form').submit();

});
});

jQuery(function(){
jQuery('.rsdir-filter-form .rsdir-dropdown').on('change',function(){
jQuery('form').submit();

});
});

});

Regards,
Hugo van Leeuwen
Van Laarhoven Websites
The administrator has disabled public write access.
The following user(s) said Thank You: m.scharrenberg
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!