Skip to main content

Posts

Showing posts from May, 2014

Jquery dilog box depending on today list item

 <div id="pop"></div>  <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/jquery-1.10.2.js"></script> <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <link rel="stylesheet" href="/resources/demos/style.css"> <script type="text/javascript"> var annclientContext = null; var annweb = null; var annmyItems; var currentQueryString ='<View><Query><Where><Eq><FieldRef Name="Created" /><Value Type="DateTime"><Today /></Value></Eq></Where></Query><RowLimit>1</RowLimit></View>'; var varT = ''; ExecuteOrDelayUntilScriptLoaded(loadAncmntListData, "sp.js"); function loadAncmntListData() { annclientContext = new SP.ClientContext.get_curr...