Displaying 1 result from an estimated 1 matches for "ajaxsubmit".
2011 May 25
0
Issues implementing jquery-form plugin for displaying image via an ajax call in my rails poc
...1)
Ajax is not defined
(?)(Object { name="e"})group....6319739 (line 43)
handle(Object { name="a"})jquery...6302351 (line 63)
add()jquery...6302351 (line 57)
[Break on this error] dataType: ''script''
group....6319739 (line 43)
$(this).ajaxSubmit is not a function
[Break on this error] dataType: ''script''
My group.js file in public/javascripts is like this:-
jQuery.ajaxSetup({
''beforeSend'' : function(xhr) {
xhr.setRequestHeader("Accept","text/javascript")
}
})...