Skip Navigation

[Resolved] Ajax request enabling for jQuery Slider

This support ticket is created 5 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 5 years, 1 month ago.

Assisted by: Christian Cox.

Author
Posts
#1388941

Tell us what you are trying to do? I have jQuery slider for my view filter but it work fine, I have some issue while I enable my ajax search. it is not working as I expected

Is there any documentation that you are following?no

Is there a similar example that we can see? no

What is the link to your site? hidden link

#1388983

Hello, if you want to trigger an AJAX update after the slider is updated, you must trigger a 'change' event on some filter with the js-wpv-filter-trigger class:

jQuery('#wpv_control_textfield_wpv-tm_length_max.js-wpv-filter-trigger').trigger('change');

I'm not sure what you mean when you say there is "some issue", could you be more specific?