limcheekin / jquery-validation-ui

JQuery Validation UI Plugin - Client Side Validation without writing JavaScript
http://limcheekin.github.io/jquery-validation-ui/
Apache License 2.0
20 stars 18 forks source link

Sintax error in v1.4.8 #33

Closed nelsongallardo closed 10 years ago

nelsongallardo commented 11 years ago

Hi, I've tried to update this plugin to the latest version (1.4.8) but I'm having a sintax error in FireBug.

SyntaxError: syntax error url: '/testJQ/JQueryRemoteValidator/validate',

Where the sintax error is with these characters: "&#39" This is not happening with the previous version.

Regards

limcheekin commented 10 years ago

Thanks for report the error. Appreciate if you could share more information about the error and the project.

limcheekin commented 10 years ago

It is ok, I think I get it.

limcheekin commented 10 years ago

May I know in which version of Grails are you using the plugin? This issue not happened to Grails 2.3.1

nelsongallardo commented 10 years ago

Hi, I'm using Grails 2.3.0, maybe it is because of that! I will try upgrading to 2.3.1, thanks!

nelsongallardo commented 10 years ago

It's really weird, I'm using grails 2.3.4 and still getting this error, even with jquery-validation-ui 1.4.9. It's only working with v 1.4.7, the error is that something is escaping the single quote ( ' ) and instead putting &#39.

url: '/JQueryRemoteValidator/validate',

thanks