Quantcast
Channel: jQuery Library for SharePoint Web Services
Browsing all 6517 articles
Browse latest View live

New Post: SPCascadeDropdowns Incorrect Child Displayed

Yes, the pattern was correctly setup. I discovered that it was a site column that had gone bad with mold and mildew. I recreated it and all is good again. Thanks for the prompt follow up!! It’s much...

View Article


New Post: SPCascadeDropdowns Incorrect Child Displayed

Mold and mildew can really kill things. M.

View Article


New Post: Cross Domain SPService Request

Hi All, I am trying to use the code below.  I am having an issue with all FF and Chome.  I can get this the result of the GetListItems to comeback and display in IE9, but no other browsers.  I looked...

View Article

New Post: CascadingDropdown demo

Marc, after a few days of searching, I came across this link: http://morshemesh.blogspot.com/2012/07/add-empty-option-to-mandatory-lookup.html Not sure if you would find this useful in the future but I...

View Article

New Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete

Eric, Matt, Here is what I'm using in a Data View webpart... It generates a json object ready to be consumed on the client side. In my usage, I wanted the data to be provided back as txt and not...

View Article


New Post: Cross Domain SPService Request

I don't think those browsers support cross domain scripting. IE does but only after a warning and the URL has to be in the same intranet (I think). My advice is to not rely on that method unless jsonp...

View Article

New Post: SPFindPeoplePicker

Please how can i get the name entered in a field type People in NewForm.aspx? I want to capture the name entered in order to obtain additional data of theuser name. I do not understand how can i get...

View Article

New Post: Sorting is not working when it is required field

Marc, Could please suggest me some way where I can work on sorting,it is very important for me to fix.Please suggest me some solutions by which I can fix Thanks in Advance Bindu

View Article


New Post: SPFindPeoplePicker

I couldn't use it also, and after checking the code I don't get it at all. If you try to map an existing people picker, to SPFindPeoplePicker, I would expect to do something like: var $ppCtrl =...

View Article


New Post: SPCascade not displaying 1st item

Marc,  I finally found the problem with my data, i had 2 spaces between some words in the 1st list, removing the extra space solved the problem.

View Article

New Post: SPFindPeoplePicker

Works for me. A simple test on a Tasks list, $("input[Title=Title]").blur(function(){ var assigned = $().SPFindPeoplePicker({ peoplePickerDisplayName: "Assigned To"}); console.log(assigned); }); I put...

View Article

New Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete

Interesting, I'll have to keep this in mind and experiment with it. As always it's a fine line between balancing client side and server side processing. This wasn't too difficult to set up as a linked...

View Article

New Post: Get or Set RequestAccessEmail Value

Can I get or set the RequestAccessEmail Property using SPServices? I am trying to update several sites in my farm based on info from a table in one of my site collections.

View Article


New Post: Sorting is not working when it is required field

Bindu: I'm having a bit of trouble following what problem you're actually having, so I'm not sure what to suggest. M.

View Article

New Post: SPCascade not displaying 1st item

 yes it is repeatable, the exact syntax of my data is as shown above for item B1. If a i add 2 spaces betweed the - and Business OR between Business and Development, the related items are not available...

View Article


New Post: Sorting is not working when it is required field

Marc, Here is my problem 1.I have a list called Status which has two columns 'Title' and 'SortOrder' both are Single line of text fields. 2.I have another list which has look up field 'Status',which is...

View Article

New Post: SPCascade not displaying 1st item

Is that really a bug though? Technically they are different values right?

View Article


New Post: Sorting is not working when it is required field

I've not tried the CAML query syntax you used above but I'm wondering if that might be causing some conflict.  Have you tried modifying the CAML query to ignore null values instead of trying to ignore...

View Article

New Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete

I really want to use this, but in this project, the data has to be flexible. So I have one SPServices call with 4 CAMLQuery options to pull data depending on what conditions exist.  To make this work,...

View Article

New Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete

If you want to, you could make use of localstorage. When the request is initially made to the page, async: false the initial request and then the other 3 async: true and cache the xml or whatever you...

View Article
Browsing all 6517 articles
Browse latest View live