I am trying to create form which will be submitted after change value in jquery ui range slider. There is my code which I am using: http://jsfiddle.net/haT5p/ as you can see at the end of jquery there code for submitting form: $('#range_form').submit().
But the problem is that console is giving me this warning:
Uncaught TypeError: undefined is not a function
and automatic submitting is not working.
Can you someone help me how to solve this?
Thanks