New Post: SPServices 2013.01 - Test
Strange. When I try your code (using my login ID), it only display "This is the output from the GetUserInfo operation:". If I change the reference back to 0.7.2.min.js, it works fine.
View ArticleNew Post: SPServices 2013.01 - Test
Hmm. When you look at the request in the Net tab in Firebug, what does the response packet look like? Or don't you even get one? M.
View ArticleNew Post: SPServices 2013.01 - Test
I see one error:"http://_vti_bin/usergroup.asmx Aborted _vti_bin 0B" I see this on my PROD farm and on my standalone vanilla dev server.
View ArticleNew Post: SPServices 2013.01 - Test
OK, that's not a valid URL, obviously. How do you have the URL set up in 2010? M.
View ArticleNew Post: SPServices 2013.01 - Test
For the dev server, I am using just the server name and nothing else as this is AIO server. There's no AAM involved. For my PROD farm, the web app uses a host header to connect... nothing fancy. So,...
View ArticleNew Post: SPServices 2013.01 - Test
Okay. This time, I added the webURL to the mix and ran it again. The Firebug error went away. However, the page is still blank. webURL: "http://THESITEURL",
View ArticleNew Post: UpdateListItems required permissions to add items
Hi Marc, just an update, I was finally able get Members to inject data into my test list. I ended up creating a new list from scratch, I left the list settings at their default and only added the...
View ArticleNew Post: SPAutocomplete selected
Hey Is there a way to catch selection of an item? I need to do something like this:Select item from SPAutocomplete Make a query based on selection Does anyone know how to catch that selection?...
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleNew Post: SPAutocomplete selected
I suggest that you use jQueryUI's autocomplete instead, using SPservices to feed it values. jQueryUI's implementation is more robust and gives you lots of options and event hooks. M.
View ArticleNew Post: UpdateListItems required permissions to add items
Great! When you stray too far from the default permission roles (Full Control, Contribute, etc.) things can get a bit messy. Glad you worked it out. M.
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleNew Post: Obtaining the value of a Look Up column
I have the following scenario. I have a form where the text fields and radio buttons are blank. I’m using SPServices to collect the values entered (in a text field) or selected (through a radio button)...
View ArticleNew Post: Obtaining the value of a Look Up column
And I had a typo in what I suggested! Try:["Person", "0;#" + $('#person-container').val()] M.
View ArticleNew Post: Obtaining the value of a Look Up column
Thanks for the rapid response Marc! Unfortunately, no luck there either. I included the "alert(xData.responseText)" to see if i could capture further information. The person filed produces this...
View ArticleNew Post: Loading Modal/Screen for SPServices Processing
Has anyone found any other ways to deal with this? I am making around 20 calls to SPServices for cascading dropdowns and filters, and have about 4-5 seconds of freeze time while loading. I noticed the...
View ArticleCreated Unassigned: SPCascadeDropdowns selectSingleOption [10143]
hi,i have a bug with the latest version 2013-01 with SPCascadeDropdowns, selectSingleOption: true and simpleChild: true when the values of the child column comes from a list with more than 20 items.If...
View ArticleNew Post: Loading Modal/Screen for SPServices Processing
brentonwl: While I've implemented promises in 2013.01, I didn't switch all of the value-added functions to use them. Because of the way cascading works, I have to be sure that they happen fully and in...
View ArticleNew Post: SPServices not loading,but alerts are showing
Hello, here comes my scripts reference in the master page<asp:ScriptReference Path="../../SiteAssets/js/jquery-1.8.3.js"></asp:ScriptReference><asp:ScriptReference...
View ArticleNew Post: SPGetCurrentUser not returning user information
Hello,pls help me.... my scripts reference in the master page <asp:ScriptReference Path="../../SiteAssets/js/jquery-1.8.3.js"></asp:ScriptReference> <asp:ScriptReference...
View Article