You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a beginner to rails. I am working on project and I am using jQuery.no_conflict() also ..
When I use this plugin I get the error
Uncaught TypeError: Object function $(element) {
if (arguments.length > 1) {
for (var i = 0, elements = [], length = arguments.length; i < length; i++)
elements.push($(arguments[i]));
return elements;
}
if (Object.isString(element))
element = document.getElementById(element);
return Element.extend(element);
} has no method 'extend'
The text was updated successfully, but these errors were encountered:
The above conflict is resolved but i have a new problem.The code does not generate any errors but it still does not work for me .. When I seperately run it in the console to check whether it is working, it returns just a number and does nothing.
I am a beginner to rails. I am working on project and I am using jQuery.no_conflict() also ..
When I use this plugin I get the error
Uncaught TypeError: Object function $(element) {
if (arguments.length > 1) {
for (var i = 0, elements = [], length = arguments.length; i < length; i++)
elements.push($(arguments[i]));
return elements;
}
if (Object.isString(element))
element = document.getElementById(element);
return Element.extend(element);
} has no method 'extend'
The text was updated successfully, but these errors were encountered: