This question is locked. New answers and comments are not allowed.
[ASP.NET MVC 3 RC 2, Telerik ASP.NET MVC Extensions]
Hi,
I'm using the MS's unobtrusive library for my validation and of course your extensions.
I have to prevent the double clic on my forms so I call the valid() method (on the form) which comes from the JQuery.validate library. My call to valid() works well on pages where telerik is not used, I mean where ScriptRegistrar is not placed.
I assume there's a conflict between the JQuery lib from Telerik (v JQuery-1.4.3.min.js) vs mine (JQuery-1.4.4.min.js) because when I run this script:
I have an error message telling me that the valid method is not a function.
if I remove my reference to my JQuery library, unobtrusive doesn't either.
I'm attaching a case with telerik and without it.
Can you help me out?
best regards
Rodrigo Caballero
Hi,
I'm using the MS's unobtrusive library for my validation and of course your extensions.
I have to prevent the double clic on my forms so I call the valid() method (on the form) which comes from the JQuery.validate library. My call to valid() works well on pages where telerik is not used, I mean where ScriptRegistrar is not placed.
I assume there's a conflict between the JQuery lib from Telerik (v JQuery-1.4.3.min.js) vs mine (JQuery-1.4.4.min.js) because when I run this script:
$(
'form'
).valid()
I have an error message telling me that the valid method is not a function.
if I remove my reference to my JQuery library, unobtrusive doesn't either.
I'm attaching a case with telerik and without it.
Can you help me out?
best regards
Rodrigo Caballero