New Post: ie8 and script errors
Please bear with me as I'm very new to sharepoint, jquery, and spservices. I am using the script below for cascade drop down and have found that it works fine in ie9 but throws errors in ie8.Looking...
View ArticleNew Post: SPService Fetch data problem
I have just devide by 1000 to get second.console.log("Milliseconds it takes to get the XML back from the server: " + (new Date() - startTime) / 1000); console.log("Milliseconds it takes to process and...
View ArticleCommented Issue: SPCascadeDropDown + CAMLQuery not updated second time [10119]
Hi,Actually I have 2 dropdowns with parent child relationship. Along with this I have to filter the dropdown based on column status (Active/InActive).I have successfully did this with the help of...
View ArticleNew Comment on "GetGroupCollectionFromUser"
GetGroupCollectionFromUser works fine on Windows authentication provider but throws error on claims based. Anyone else experienceing this behavior?
View ArticleNew Post: ie8 and script errors
I tried that but am getting the same errors. If it was a column name issue, wouldn't that cause it to work in ie9 either?Here is the modified script. Please let me know if you see anything wrong....
View ArticleNew Post: SPService Fetch data problem
I don't know what else to suggest, really. Try a simpler query on the same list. Try retrieving from other lists and see if the performace is also slow. Try removing the indices (I've never seen a...
View ArticleCommented Issue: SPCascadeDropDown + CAMLQuery not updated second time [10119]
Hi,Actually I have 2 dropdowns with parent child relationship. Along with this I have to filter the dropdown based on column status (Active/InActive).I have successfully did this with the help of...
View ArticleNew Post: ie8 and script errors
I can't spot anything.Try removing selectSingleOption. also, look at the network traffic to see if there is anything about the data coming back that looks off.M.
View ArticleNew Post: SPService Fetch data problem
With other list it is working fine but when their is 4 lakh data in list than it takes time. With large list it have problem
View ArticleNew Post: ie8 and script errors
I removed selectSingleOption but still get the same error. FWIW, removing that option removed the select but filter was still correct. I'm not sure how to look at network traffic to see if data looks...
View ArticleNew Post: SPService Fetch data problem
It may be time to reconsider your architecture in some way, then. I'm out of ideas. It's the SharePoint server that is introducing the performance lags.M.
View ArticleNew Post: ie8 and script errors
I resolved the SCRIPT32811 error by doing an office repair as suggested here:http://hassanmia.blogspot.com/2011/02/sharepoint-element-not-found.htmlI changed script to be just an JQuery alert and am...
View ArticleNew Post: ie8 and script errors
jQuery ought to be fine. Is that all you are loading at this point? What version of SharePoint?M.
View ArticleNew Post: ie8 and script errors
Code above is all I'm loading. Sharepoint 2007 Enterprise.
View ArticleNew Post: ie8 and script errors
In IE9 - The script "works", but Error below is what shows when I do f12 In IE8 - My newform page "locks up" and eventually I get an error that says a script on the page failed to load, "click here for...
View ArticleNew Post: ie8 and script errors
Have you tried any other versions of jQuery? It might make sense to try something like 1.7 just to see if you get the same error.M.
View ArticleClosed Issue: SPServices 0.7.2 compatibility issues with JQuery 1.9.0 [10118]
There are a number of compatibility issues with SPServices 0.7.2 and JQuery 1.9.0.Some have been highlighted in this issue:http://spservices.codeplex.com/workitem/10117Another is the use...
View ArticleClosed Issue: Syntax error, unrecognized expression [10117]
On SP2010 getting "Syntax error, unrecognized expression" with latest version of JQuery library and lastest SPServices when calling: var userName = $().SPServices.SPGetCurrentUser({ fieldName:...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View Article