New Comment on "$().SPServices"
can this be used to access web services other than sharepoint?
View ArticleNew Post: Setting taxonomy field values
Hi, very old discussion but answering mostley so I can find the answer myself next time I need it :-) It looks like you can't update the specific Managed Metadata field directly, but the field has a...
View ArticleNew Post: Using SharePoint 2007& SharePoint Designer 2007
I agree with Paul. It's really more of a markup question. However, something like a set of 9 divs with their positioning set in CSS is probably what you want. M.
View ArticleNew Post: Is any working on a client-side based caching solution? ...or other...
Michael: I added some caching capability into the recent v0.7.2 release. Take a look. M.
View ArticleNew Post: Cascading Dropdown Error
If you're getting an error on commit but the cascading is working as you'd expect, then I suspect that there's an issue with how you've got your lists set up. If the Division and LineOfBusiness columns...
View ArticleNew Post: Cascading Dropdown Error
Solved! I told you.. a V8 moment. The childcolumn was setup a a choice and not lookup. I missed that in the documentation and of course it was there.Thank you for the quick response and awesome...
View ArticleNew Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete
Eric, Did you lock down a solution? I'm curious because: I have recently came across the need to retrieve data that was a merge of two Lists. Using client side code alone will be expensive, so I'm...
View ArticleNew Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete
I'm going in an alternate direction, instead of trying to iterate over all the tags and getting a count, I'm using some CSOM code to retrieve all of the terms in the term store and returning that as an...
View ArticleNew Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete
@ptavares Josh has a post that would be a good start for you. Take a look: http://joshmccarty.com/2011/06/display-events-from-a-sharepoint-calendar-using-jquery-and-fullcalendar/ Cheers,Matthew
View ArticleNew Post: SPServices wait for data to load
Hi All, Hope all is well? Just a question regarding using SPServices. I'm using SPservices to load some data onto my DataView WebPart using text file. So my script is in .txt and and i use Content...
View ArticleNew Post: GetListItems code generator example
Look good. But I also have trouble getting it to work. I've set the input value correctly. It keeps throwing an "object not found error" on the first $document.ready line. Help?
View ArticleNew Post: SPServices wait for data to load
Yeah, IE is troublesome that way. It's one of the reasons that building and testing with other browsers isn't a great idea. If you do some Bingling, you'll see examples from others about how to...
View ArticleNew Post: GetListItems code generator example
Your references to the .js files must be wrong. Check them and make sure that the files are loading in the browser. M.
View ArticleNew Post: GetListItems code generator example
Ah, thanks very much. I jumped the gun there and didn't do my debugging and just assumed this wasn't working. I see that the code is supposed to dump a table of all the columns. This doesn't seem to...
View ArticleNew Post: SPCascadeDropdowns Incorrect Child Displayed
Hi all. Using SPServices 0.7.2 with jQuery 1.8.2. I have a simple one field Cascade. Looking up "Districts" (child) based on "Region" (parent). In the edit form the "District" field is correctly...
View ArticleNew Post: GetListItems code generator example
NisusMage wrote: Ah, thanks very much. I jumped the gun there and didn't do my debugging and just assumed this wasn't working. I see that the code is supposed to dump a table of all the columns. This...
View ArticleNew Post: GetListItems code generator example
This is a really great example, Alfred, and I just did a blog post about it and added a page to my demo site with a slightly modified version of it. If you arrive here and want to use this, be sure to...
View ArticleNew Post: SPCascadeDropdowns Incorrect Child Displayed
My guess is that the relationshipList or the list where you are using SPCascadeDropdowns isn't set up properly. Check the docs and make sure you're following the same pattern. M.
View ArticleNew Post: SPCascadeDropdowns Incorrect Child Displayed
Thanks. I’ll recheck. The alerts work as they should too. From: sympmarc [email removed] Sent: October 15, 2012 1:04 PM To: Williams,Carl [Ontario] Subject: Re: SPCascadeDropdowns Incorrect Child...
View Article