New Post: Error in SPFilterDropdown
I'm really not understanding why I get this error although it seems straightforward. Basically, I've got 2 lists. A server request list and a server master list. The request list has a lookup column...
View ArticleNew Post: SPComplexToSimpleDropdown - Default value not taken into account
Hubert,Try adding a .change() event to the SELECT element after setting its value from the URL value. That ahould trigger Marc's code to the set the value of the 'real' value. Here is the code using...
View ArticleReleased: SPServices 2013.02a (Jan 06, 2014)
See all items in the Issue Tracker here. After releasing 2013.02 Paul Tavares (ptavares) and I noticed a few significant issues. These issues are fixed in 2013.02a. If you downloaded 2013.02, please...
View ArticleUpdated Release: SPServices 2013.02a (Jan 06, 2014)
See all items in the Issue Tracker here.After releasing 2013.02 Paul Tavares (ptavares) and I noticed a few significant issues. These issues are fixed in 2013.02a. If you downloaded 2013.02, please...
View ArticleNew Post: SPComplexToSimpleDropdown - Default value not taken into account
Fantastic! thank you!
View ArticleCreated Unassigned: AddAttachment, SP2007, FileUpload [10232]
___Hello_____The Situation:__ I've build a website to offer a custom build input form for a Sharepoint-List.__The Used Languages:__ HTML 4.0.1, CSS, JavaScript, JQuery (1.11.0), SPServices (0.7.2),...
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleReleased: SPServices 2014.01 (Feb 12, 2014)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2014.01 (Feb 12, 2014)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleNew Post: AddAttachment, SP2007, FileUpload
Copied from: https://spservices.codeplex.com/workitem/10232 Reported on: Today at 5:08 AM Reported by: ShaolinoHelloThe Situation: I've build a website to offer a custom build input form for a...
View ArticleClosed Unassigned: AddAttachment, SP2007, FileUpload [10232]
___Hello_____The Situation:__ I've build a website to offer a custom build input form for a Sharepoint-List.__The Used Languages:__ HTML 4.0.1, CSS, JavaScript, JQuery (1.11.0), SPServices (0.7.2),...
View ArticleNew Post: AddAttachment, SP2007, FileUpload
Can you show the code you're trying to use with AddAttachment? M.
View ArticleNew Post: SP2007 $().SPServices Undefined
I'm working in implementing SPServices in SP2007, but I'm having problems getting started. I'm following this guide, but unable to get the second step to work. I've added the js files to the head tag...
View ArticleNew Post: SP2007 $().SPServices Undefined
Generally this would indicate that the path /scripts/jquery.SPServices-2013.02a.min.js isn't correct or that the file isn't there. M.
View ArticleNew Post: SP2007 $().SPServices Undefined
I've confirmed that the file is there using chrome developer tools -> resources, as well as, navigating to it in the browser. I did notice a "Failed to load resource: the server responded with a...
View ArticleNew Post: GetListItems returns undefined in Google Chrome
Hi, we can still use xData.responseXML by converting xData.responseText to xml format with below steps. var test = xData.responseText, data = $.parseXML(test), $test = $(data);...
View ArticleNew Post: SP2007 $().SPServices Undefined
I'm not sure what that message is. (I don't know what the .map bit would be.) In Firebug, I can see whether each script file is loading. I assume you can do the same in the Chrome dev tools? M.
View ArticleNew Post: GetListItems returns undefined in Google Chrome
You shouldn't need to do this in Chrome. $(xData.responseXML).SPFilterNode("z:row").each(function(){...})M.
View ArticleNew Post: SP2007 $().SPServices Undefined
I resolved the min.map warning, but it did not fix this issue. In firefox console, I see the following "GET http://[hostname]/scripts/jquery.SPServices-2013.02a.min.js [HTTP/1.1 304 NOT MODIFIED 16ms]"
View Article