Edited Unassigned: Recieving **SCRIPT438: Object doesn't support property or...
An object error. Script jquery-ui.js, jquery-1.11.0.js and jquery.spservices-2014.01.js are inserted via v4.master on a sharepoint site. Just attempting to get a suggestion list from a source list but...
View ArticleCreated Unassigned: Cascading drop-downs have browser compatibility issues...
Hi Marc, All;We've been using the Cascading drop-downs in SP2010 for some time. The parent/child columns are primarily of type 'lookup', although some are 'choice' columns. This worked perfectly in...
View ArticleNew Post: How to copy document from library to list attachment?
Hi! I need to attach a document that is stored inside a document library to a list item on the same webpage. All needs to be done with javascript / jquery / spservices. Can you please help me and show...
View ArticleNew Post: Default of "async" option "false" or "true"?
I'm a little confused about the default value of the "false" option. In the "General Synax" section of this page it says:"By default, all of the Web Service operations are called asynchronously with...
View ArticleNew Post: SPUpdateMultipleListItems not using defaults.listName?
I'm using default to specify a list name to use on all of the calls on this page:$.SPServices.defaults.listName = "MyList"; On this page I use these functions which should use this...
View ArticleNew Post: SPCascade on other language
Hi, good news today ! When I switch my web part to use jquery.SPServices-2014.01 version, everything looks OK ! (Before I use reference to old version of spservice script). Thank you for your time,...
View ArticleNew Post: SpRedirectWithID not function in Sharepoint 2013 (Office 365)
Have validated that your code is being loaded on the page? Any errors on the browser console when you first access the page?
View ArticleCommented Unassigned: Recieving **SCRIPT438: Object doesn't support property...
An object error. Script jquery-ui.js, jquery-1.11.0.js and jquery.spservices-2014.01.js are inserted via v4.master on a sharepoint site. Just attempting to get a suggestion list from a source list but...
View ArticleNew Post: Default of "async" option "false" or "true"?
I'm pretty sure that by default all calls are async: true. There was a bug when Marc initially introduced support for Promises that was setting non-promise calls (those that defined a completefunc) to...
View ArticleNew Post: SPGetQueryString Issue
I'm attempting to setup SPGetQueryString to populate a single line of text field. I'm confident in the jquery and spservices references being correct since I did the alert test as well as being able to...
View ArticleNew Post: CAML query in SPGetListItemsJson are ignored
Hi There, I just started using the latest version of spservices. I have SharePoint 2010. When I do a call to a list with no CAMLQuery variable it works. If add a simple CAML query such as:...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Is it possible to combine SPAutocomplete with SPCascadeDropdowns? (The parent column would be an autocomplete column. The child would be a dropdown) How would one go about doing this?
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Hi, I had jQuery and SPServices on a Sharepoint Form. But I cannot retreived any informations from CurrentUser or Current Site. This is my code in the Content Editor of the form :<script...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Here's a follow-up to my previous comment... I was looking for a way to make the parent column an autocomplete field (using SPServices.SPAutocomplete). My workaround was to let the parent field remain...
View ArticleNew Post: SPCascadeDropdowns Invalid postback or callback argument error
Hi Eldorado82, I just want to inquire how did you copy the solution on your production server? I was experiencing the same problem and what you did may also work on our side. Thanks!
View ArticleNew Post: SpRedirectWithID not function in Sharepoint 2013 (Office 365)
Yes no errors appear, i've put all code in a .js file and in the newform.asp i've added a content editor webpart But the result is the same
View ArticleNew Post: SpRedirectWithID not function in Sharepoint 2013 (Office 365)
Have you checked that the code is being actually being loaded - that's what I meant.Insert an alert into your code above to be sure. Also, in looking at the code you pasted, something is off. You seem...
View ArticleNew Post: SPGetQueryString Issue
I can't tell what the problem is from what you included above. Looks like you pasted the code that works?Can just post the code that does not work, including the call to set the value on the input...
View ArticleNew Post: Table rows not being rendered
Does anyone see why the rows aren't being created in the else statement? When the list name changes a new table is created and the first row is added properly but when it is looping through the items...
View ArticleNew Post: SPGetQueryString Issue
Ok now I got it. Thanks I guess I was overlooking the obvious.$(document).ready(function() { var queryStringVals = $().SPServices.SPGetQueryString(); var Simple = queryStringVals["Simple"];...
View Article