New Post: Display dynamic URL
OK. I have the following but nothing appears in the content editor web part. <script type="text/javascript"> $(document).ready(function() { var thisUserID = $().SPServices.SPGetCurrentUser({...
View ArticleNew Post: Using SPServices to get size of all first level subsites within a...
I don't think there is anything direct. You might be able to do this by calling GetWebCollection and then iterating through the results, scraping the values from a page in each site, but Nothing comes...
View ArticleNew Post: SPServices problem fetching maximum data
My guess is that something you're doing in the filtering is simply, well, filtering. Keep in mind that all items you want to retrieve must have all of the columns in the ViewFields. M.
View ArticleNew Post: Display dynamic URL
$("#myDiv") was just my example. You need to put the link into the DOM somewhere. M.
View ArticleCreated Feature: Publish a file with OfficialFile.asmx [10257]
From: https://spservices.codeplex.com/discussions/543209Hi Marc,thank you for your help. Let me first describe the setup. I use a document center and try to force the routing to the destination...
View ArticleNew Post: Publish a file with OfficialFile.asmx
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCreated Unassigned: Adding new item. Blank fields. [10258]
Ok, this looks like it should be easy, so what am I missing?This is my little test method. The result is a item with no Title. I would expect an item with Test in the Title field.```$().SPServices({...
View ArticleNew Post: Display dynamic URL
Got it to work. One other question – is there a way to make this dynamic URL appear on the top link bar?Brandon BuffinInformation Technology 3609 Walden Drive Lexington, KY 40517 Office - 859-268-1191...
View ArticleNew Post: SPServices call not being recognized
Jacob, I am trying to use SPServices in my list form (Calendar) for adding new event. My page is not able to recognize SPServices. Below is my code from some sample:<!-- Reference jQuery on the...
View ArticleNew Post: Pretty new to jQuery trying to do something (hopefully) simple with...
Great, thank you. Got the data parsed now and stored in variables, just got to figure out the final step. Couldn't have gotten this far without your help!
View ArticleNew Post: Display dynamic URL
You will have to examine the DOM and determine how your top link bar is structured. From there, you can construct and append an element similar to the elements already in place. The structure of the...
View ArticleCreated Unassigned: Issue with Date localization in...
Hi Marc, Fantastic work on $().SPServices.SPGetListItemsJson However I noticed dates are returned incorrectly.Looking at the List.asmx response my field value is returned as UTC:...
View ArticleNew Post: Pretty new to jQuery trying to do something (hopefully) simple with...
doryphoros wrote: Great, thank you. Got the data parsed now and stored in variables, just got to figure out the final step. Couldn't have gotten this far without your help! In case anyone is interested...
View ArticleNew Post: SPServices call not being recognized
Try this - it's working for me:<script type="text/javascript"> $(document).ready(function() { alert ('jQuery version is ' + $.fn.jquery); var thisSite = $().SPServices.SPGetCurrentSite(); alert...
View ArticleNew Post: troubleshooting issue with SPServices / creating new list item
Marc: thanks for responding. For what it's worth, I don't think the issue is exclusive to the SPServices library. I was told to try a solution involving ASP & a SQL Server database, While that...
View ArticleNew Post: Pretty new to jQuery trying to do something (hopefully) simple with...
The list that I am using here is just a standard SharePoint calendar, with standard calendar list columns, and I added a column (checkbox) for the alert. Also, should update that the last line in the...
View ArticleNew Post: SPServices call not being recognized
I think the problem is your link to cdnjs. It should be:http://cdnjs.cloudflare.com/ajax/libs/jquery.SPServices/2013.02a/jquery.SPServices.min.js M.
View ArticleNew Post: SPCascadeDropdowns working in IE10 but not IE11
I think this is probably a known issue, but I haven't been able to find a workaround on my own so far. I've got the following script loading in my web part. The script filters the list of names...
View ArticleNew Post: SPCascadeDropdowns working in IE10 but not IE11
The call ought to work the same in all browsers. At least that's my intent. Are you seeing any errors? Have you tried setting debug: true? What version of SharePoint and SPServices? M.
View ArticleNew Post: SPCascadeDropdowns working in IE10 but not IE11
Versions are SP2013 and 2014.01 respectively. I'll turn the debugging on and see what I get. Most people here are running IE10, so at the moment I'm trying to find someone local who has IE11 so I can...
View Article