I'm using this great plugin: http://www.sanisoft.com/blog/2009/06/22/jquery-auto-correct-plugin/
But it's not working with 1.6.2 or greater...
It works fine up to jQuery v1.5.2.
Do you know how could I fix this?
Thanks!
I'm using this great plugin: http://www.sanisoft.com/blog/2009/06/22/jquery-auto-correct-plugin/
But it's not working with 1.6.2 or greater...
It works fine up to jQuery v1.5.2.
Do you know how could I fix this?
Thanks!
Just delete the first if statement in the plugin. Eg, delete this:
// If plugin attached to text/textarea field then don't need to proceed further
if (0 > jQuery.inArray(jQuery(this).attr("type"), new Array("text", "textarea")))
{
return;
}
Use jQuery jQuery.noConflict()
Possible duplicate - JQuery Version Conflict
And a reference - http://forum.jquery.com/topic/how-to-remove-jquery-version-conflict