Closed Unassigned: xData.responseXML for GetList returns "Unspecified error"...
I really love SPServices, so i hope identifying this issue will help to keep the quality of this library.Implemented Javascript libraries:jquery-1.10.2.min.jsjquery.SPServices-2013.02a.jsI try to get...
View ArticleNew Post: GetListItems not working
Hi Marc, Thank you so much for SPServices. It's a treasure trove. Just what I was looking for... I have one problem...I can't get GetListItems to work. I'm using SP 2007 with your GetListItem...
View ArticleNew Post: GetListItems not working
It looks like you're building up the htmlTable variable, but you're not doing anything with it. When you say that you "can't get GetListItems to work", what's the actual problem? M.
View ArticleNew Post: People Picker Default to Current User on MOBILE View
I have a custom mobile page that I setup for a time entry system we have in SharePoint 2010. The entry is for techs to enter their time. The people picker will not default to the current user only when...
View ArticleNew Post: SPScriptAudit Observation and Request
I've had occassion recently to put the SPScriptAudit to work in a new position I'm assigned to....trying to get a handle on the current environment I'm taking over. I noticed a couple things that I...
View ArticleNew Post: Problems with RedirectWithId function in sharepoint 2013
I'll admit that I haven't tested this function in SharePoint 2013. When 2010 came along with its incessant dialogs, the function was far less useful than in 2007. I'll copy this to an issue in the...
View ArticleCreated Issue: Problems with RedirectWithId function in sharepoint 2013 [10214]
Hi!I has problem when using RedirectWithId function in my NewForm.aspx.My code in NewForm.aspx:```<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"><script...
View ArticleNew Post: Problems with RedirectWithId function in sharepoint 2013
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Disabling page links
I'm trying to disable page links on a SharePoint page using jQuery. I tried this: $("td.ms-vb a").click(function() { $(this).removeAttr("onclick"); }); I also tried using the preventDefault method,...
View ArticleNew Post: Disabling page links
This question doesn't have anything to do with SPServices, but what the heck. Have you tried using .unwrap() on all of the links? M.
View ArticleNew Post: Disabling page links
unwrap() actually removes the link altogether (the parent of the "a" tag is a a "td").
View ArticleNew Post: Disabling page links
You'd want to unwrap the a tag from the text it contains. It depends on what your real goal is, of course. M.
View ArticleNew Post: Disabling page links
Sorry, I know this is not exactly related to SPServices. Here's what what I want to do. I have page with lookup column links. When users click on the link, instead of going to a different page (a...
View ArticleNew Post: Disabling page links
OK, so you don't actually want to remove al the links in the page; you want to change what happens when the user clicks on some of them. Something like this should work: $("td.ms-vb...
View ArticleCommented Unassigned: xData.responseXML for GetList returns "Unspecified...
I really love SPServices, so i hope identifying this issue will help to keep the quality of this library.Implemented Javascript libraries:jquery-1.10.2.min.jsjquery.SPServices-2013.02a.jsI try to get...
View ArticleCommented Unassigned: Ports and CreateWeb [10213]
When creating a site on a web application that specifies a port number, the following error is returned:"http://asite:11111/sc/s" contains invalid character ':'It seems that the second colon is not...
View ArticleNew Post: Disabling page links
The onclick is firing even though you are removing it from the code. Once you click it, it fires, then you remove the onclick function. What I would suggest is to cache and remove all of your onclick's...
View Article