Was noticing on this post: http://drupal.org/node/797772 comment 15 discusses auto-submit functionality and bef checkall functionality. I also found that the great tutorial on this node: http://drupal.org/node/766974 has a jquery slider that doesn't work with an auto-submit solution. And think it would be great if there were some easy way to fix/add that.
Thanks,
Joseph
Comments
Comment #1
doublejosh commented+1
Comment #2
YK85 commented+1 subscribing
Comment #3
schnorte commentedsubscribing
Comment #4
samhassell commentedsubscribing
Comment #5
nuezsubscribe (also for drupal 7)
Comment #6
sleepingmonkIf you want your slider to auto-submit, add a "stop:" event to your .slider call.
eg:
See the function on the stop: event near the bottom of the code. I think that's what you're asking for. Hope that helps.
Comment #7
dazz commentedusing the .submit() does work but it reloads the page and doesn't use ajax to filter the content.
in the stop event you can do a click event on the auto submit button.
Comment #8
Wappie08 commentedNice!! Thanks dazz!
Comment #9
mikeker commentedBased on #6 and #7, I'm marking as fixed.
Thanks sleepingmonk and dazz for sharing!
Comment #11
a.ross commentedIs there any chance this can be added in the module as an option?