New Post: Disabling page links
This works really well except when I use Preview-style view. In that view, links on the left pane are disabled, but those on the right pane (the preview) do not. How can I disable those as well?
View ArticleNew Post: Disabling page links
It's probably a timing issue. Depending on what type of page it is, the content in the right pane may be loading asynchronously. M.
View ArticleNew Post: Disabling page links
The right pane's content loads on mouseover. How do I disable those links?
View ArticleNew Post: Disabling page links
Really hard to say. Perhaps on the mouseover you can run the "delinkification". M.
View ArticleNew Post: Using CopyIntoItems to copy fields (document copy is successful)
I'm new to SharePoint development and using jquery for SP, so I'm having some difficulty with the following code: function copyItem(){ var srcurl="randomdirector.docx"; var...
View ArticleNew Comment on "Documentation"
Most of the newly release library nodes has its own demerits and merits as they sometimes lacks with integrity and the other times they often mediates with the SP services that are linked with the...
View ArticleNew Comment on "Documentation"
Most of the newly release library nodes has its own demerits and merits as they sometimes lacks with integrity and the other times they often mediates with the SP services that are linked with the...
View ArticleNew Comment on "$().SPServices.SPFindPeoplePicker"
If you use a different display language checkNames will not work. For example in german the title attribute is "Namen Überprüfen" so jQuery will not find "img[Title='Check Names']". A workaround for...
View ArticleNew Post: SPRedirectWithID not redirecting in IE10
I also had to do this to get it working with IE8 in SP 2010.
View ArticleReleased: SPServices 2014.01 (Feb 19, 2014)
The link to SPServices 2014.01 on cdnjs is here. Thanks to Josh McCarty for his continuing help with git. See all items in the Issue Tracker here.New FunctionalityAlpha Issue Tracker Item...
View ArticleUpdated Release: SPServices 2014.01 (Feb 19, 2014)
The link to SPServices 2014.01 on cdnjs is here. Thanks to Josh McCarty for his continuing help with git.See all items in the Issue Tracker here.New Functionality Alpha Issue Tracker Item Function...
View ArticleNew Post: Heavy load js - SP2010 - long time running script - freeze browser
Hello, I have long time running js which freeze browser. I trying to update all list items from 2 secondary lists (every item from list one could have multiple children items in two secondary lists...
View ArticleNew Post: SPCascade on other language
Hello - sorry my idle time. (there was a spring holiday in Slovakia and I had to take my children form facebook to ski trip). I can post full page, but as I see, there is no possibility to attach file...
View ArticleNew Post: Heavy load js - SP2010 - long time running script - freeze browser
How are you sending your updates to the server (the UpdateListItems)? one at a time? If so, you will want to build up your own XML for UpdateListItems and do the updates in batches (ex. 100 at a time)...
View ArticleNew Post: Heavy load js - SP2010 - long time running script - freeze browser
It's updated one by one (and update only when it needed). But update is not main problem. Process itself (crawling users one by one and connected tables is long process) is a problem. I read about web...
View ArticleNew Post: How to properly store the stream and fields for an item using...
I have this piece in my code: $().SPServices({ operation: "GetItem", Url: source, async: false, completefunc: function (xData, Status) { mystream = $(xData.responseXML).find("Stream").text();...
View ArticleNew Post: Heavy load js - SP2010 - long time running script - freeze browser
The use of Web Workers is possible, but you need to code it all in core javascript. in a Worker, there is no DOM or DOcument tree, thus jQuery cannot be used.Re: Showing a message As long as you...
View ArticleNew Post: SPRedirectWithID in SharePoint 2010
I've gotten it to work in SP 2010, but like Marc says, you have to turn off modal dialogs for the list, because otherwise the page you are redirected to stays in the modal window.
View ArticleNew Post: SpRedirectWithID not function in Sharepoint 2013 (Office 365)
<!--------------------><script type="text/javascript" src="AssetJs/jquery-1.10.1.min.js"></script><script type="text/javascript"...
View ArticleCreated 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 Article