New Post: SP2007 $().SPServices Undefined
Seems like it's loading, then. I don't see anything in what you're doing that should cause a problem. M.
View ArticleNew Post: Add choice field option using SPServices
I did come up with a solution using the references you provided (a hearty thanks to both references), plus this...
View ArticleCommented Unassigned: cascading Dropdown is not working [10233]
Hi marc,i use JQuery 1.7.1 and SPServices 01.min.jsBrowsers :IE 10,11.tried with MOzila and chrome tooi have 2 Lists namely1.Project Allocations2.Skill Endorsementsstructure of the list as...
View ArticleNew Post: Data View Web part can't able to edit in share point 2013
This is really something you'll need to debug. And again, it's not an SPServices question. M.
View ArticleCreated Unassigned: SPCascadeDropdowns not working within if statements [10234]
Hi,I'm using jQuery 1.11.0, SPServices 2013.02a and SharePoint 2010. I can get the SPCascadeDropdowns to work fine using the demo methods within the documentation so I'm happy with that. However I have...
View ArticleEdited Unassigned: SPCascadeDropdowns not working within if statements [10234]
Hi,I'm using jQuery 1.11.0, SPServices 2013.02a and SharePoint 2010. I can get the SPCascadeDropdowns to work fine using the demo methods within the documentation so I'm happy with that. However I have...
View ArticleCommented Unassigned: SPCascadeDropdowns not working within if statements...
Hi,I'm using jQuery 1.11.0, SPServices 2013.02a and SharePoint 2010. I can get the SPCascadeDropdowns to work fine using the demo methods within the documentation so I'm happy with that. However I have...
View ArticleNew Post: AddAttachment, SP2007, FileUpload
Thanks! :) As soon as I got a solution for this problem, i'll post it here. (could take a while, but also the longest path begins with the first step)Have a nice day! :)
View ArticleCommented Unassigned: SPCascadeDropdowns not working within if statements...
Hi,I'm using jQuery 1.11.0, SPServices 2013.02a and SharePoint 2010. I can get the SPCascadeDropdowns to work fine using the demo methods within the documentation so I'm happy with that. However I have...
View ArticleNew Post: GetListItems only returning rows from the person logged in.
I can't figure out why my GetListItems call won't return all the items in the list. Maybe it's a permissions thing? I have everyone set to Contributor and then a few with Full Control. Here is the...
View ArticleNew Post: GetListItems only returning rows from the person logged in.
Everything above looks ok... I can only think of two things:When a CAMLQuery is not defined, I believe what is returned is whatever the default list view has defined... Try to define a camlQuery... for...
View ArticleNew Post: GetListItems only returning rows from the person logged in.
The Web Services will only return those items to which the current user has permissions. So yes, it could be a permissions thing. It looks like what you are trying to do is get a unique list of...
View ArticleNew Post: GetListItems only returning rows from the person logged in.
Looks like it was the default view that was causing it. Thanks Paul! Thanks for the heads up Marc!
View ArticleCreated Issue: SPRequireUnique bug getting entered value [10235]
I can't believe that this was still in there, but I needed to change``` javascript// Get the columnDisplayName's value var columnValue = $(this).attr("value");```to ``` javascript// Get the...
View ArticleCreated Task: Replace .attr("value") usage with .val() [10236]
I had 7 instances of this left over from the old days and earlier versions of jQuery. I each case, I simply updated to use .val(). There should be no functional difference, but some edge case error...
View ArticleEdited Task: Replace .attr("value") usage with .val() [10236]
I had 7 instances of this left over from the old days and earlier versions of jQuery. I each case, I simply updated to use .val(). There should be no functional difference, but some edge case errors...
View ArticleCommented Task: Replace .attr("value") usage with .val() [10236]
I had 7 instances of this left over from the old days and earlier versions of jQuery. I each case, I simply updated to use .val(). There should be no functional difference, but some edge case errors...
View ArticleCommented Issue: SPRequireUnique bug getting entered value [10235]
I can't believe that this was still in there, but I needed to change``` javascript// Get the columnDisplayName's value var columnValue = $(this).attr("value");```to ``` javascript// Get the...
View ArticleNew Post: SP2007 $().SPServices Undefined
I'm running out of ideas... Question: is your _$(document).ready() wrapped in a closure? like this:;(function($){ $(document).ready(); })(jQuery); My last attempt... Since I don't have access to your...
View ArticleNew Post: SPCascadeDropdowns not working within if statements
Hi, I'm using jQuery 1.11.0, SPServices 2013.02a and SharePoint 2010. I can get the SPCascadeDropdowns to work fine using the demo methods within the documentation so I'm happy with that. However I...
View Article