Click here to Skip to main content
15,892,809 members

Comments by Member 10549164 (Top 8 by date)

Member 10549164 6-Feb-20 12:05pm View    
Hi Richard,
Can I please get the min.js code of following jquery.validate.unobtrusive.js code

1) error.text(error.text().substr(error.text().indexOf("|") + 1));


because I am not finding the equivalent function to .text in the intellisense in min.js file.
Member 10549164 6-Feb-20 11:54am View    
Thanks a ton Richard, The min file was not having the update.
I want to let you know what's happening on server.
The build pushed both files out to the server. By default it attempted to load the min file which didnt have the modification. When I removed the min file from the solution on Dev the code is working perfectly. I am surprised that locally our machine is taking the regular file over the min file.

So locally it was taking regular file and on server its loading from min.js..

Thanks a lot again. I will update the min file.
Member 10549164 6-Feb-20 11:21am View    
Thank You. I will check on server and update which version of script is loaded on server.
Member 10549164 6-Feb-20 11:01am View    
Hi Richard,
Thank you. I accidentally pasted in the solution part., also when I am trying to delete, the whole post is getting deleted.

Member 10549164 6-Feb-20 10:49am View    
The tag is disappearing in the line for some reason.
My question again..can you please let me know why the '|' symbol ()in the validation message) is not being replaced when deployed on servers. It is replaced correctly when run in local host.