Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: Title Changed for Required Fields after CU for sharepoint 2010

$
0
0
My NewForm and EditForm contains required fields and I am performing some business validations on required field values.
i,e. value entered by user must meet some conditions. I am using getListItems function of SPservices. to get the values and validate it. now for all the required fields I am getting JavaScript 'Undefined' error.

I was reading the discussion :
http://sympmarc.com/2014/01/23/office-365-update-changes-display-name-on-required-fields/
I think Brandon Anderson suggestion in the discussion will help. we just need to place this code in the beginning of every custom script file

$( “select[Title$=' Required Field']” ).each(function(){
$(this).attr(“Title”, $(this).split(” Required Field”)[0]);
});

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>