New Comment on "$().SPServices.SPFilterDropdown"
Will the CAMLQuery Fragment allow?: "<Contains><FieldRef Name = 'thecolumnname' /><Value Type='Text'>" + variable + "</Value></Contains>"
View ArticleNew Post: Or result or jQuery movement
Thank you, you pointed me in the right direction. My jQuery wasn't targeting the existing identifier but targeted the returned by Ajax class, works like a charm now!
View ArticleNew Post: Reload GetListItems on Form Change
HI All, i am trying to reload/replace my '#Querycontent' Divide when an field on my form changes. So that if i user changes either the 'Document Type' or the 'Discipline' Select fields the GetListItems...
View ArticleCommented Unassigned: L_Menu_BaseUrl is undefined [10211]
The fix is included in 2013.01 [Improve Context Sensing](https://spservices.codeplex.com/workitem/10136) but not in this release 2013.02a.Comments: I am using SP2010 SP2, I get hit with this...
View ArticleCommented Issue: Various Fixes to SPXmlToJSON [10219]
There are times (no discernible pattern) when date/time values are returned like "2014-01-12 00:00:00". Without the "T" to split the date and time, conversion fails. This fixes it:``` javascript...
View ArticleNew Post: Reload GetListItems on Form Change
What type of element is #Querycontent? Are you trying to replace all of the content of the #Querycontent with new stuff? or append more values to it? Given that you are trying to append bullet list...
View ArticleCommented Issue: SPComplexToSimpleDropdown Dropdown ID Issue [10220]
From: https://spservices.codeplex.com/discussions/403228#post1196125I ran into a similar issue on a publishing page where it returns the dropdown ID as "SPComplexToSimpleDropdown_undefined" in IE....
View ArticleNew Post: Reload GetListItems on Form Change
Hi Paul, Yes #QueryContent is a <UL><ul style="list-style-type:none;" id="Querycontent"><li></li></ul> I am trying to replace the <li> values within the...
View ArticleNew Post: Reload GetListItems on Form Change
Try this:$('form :input').change(function() { var DocumentID = $('#ctl00_m_g_a98b84c2_da23_4861_aba3_de78ad6ca2fb_ff16_1').val(); var DocumentType = $("option:selected", $("select[title='Document...
View ArticleNew Post: Cascading with Display Related Info 2013.02a
Paul, Thank you for the response and suggestion. After removing the comma's, it appeared that the issue is still present. However, out of pure coincedence, I had the page open for a couple minutes and...
View ArticleNew Post: Reload GetListItems on Form Change
That works perfectly. What was the problem? If you don't mind me asking. Thank you. Tucker
View ArticleNew Post: UpdateListItems Not Updating List?
I have a strange one here. Here's the code I'm using:$().SPServices({ operation: "UpdateListItems", async: false, batchCmd: "Update", listName: list, ID: prog, valuepairs: [["Notes",...
View ArticleNew Post: Reload GetListItems on Form Change
Tucker, Absolutely - and thank you for asking.. it shows that you not only want to get the solution but want to also understand a little more about what is/was going on... and improve your skills. In...
View ArticleNew Post: Cascading with Display Related Info 2013.02a
That's very strange. Could it be that your lists have allot of data? That could cause these dropdown to take a while.Aside from that, it's hard to tell what's going on. You would have to really dig in...
View ArticleNew Post: Reload GetListItems on Form Change
Brilliant, thank you for your detailed description, it has helped me a lot. Tucker
View ArticleNew Comment on "$().SPServices.SPFilterDropdown"
Will this to work with a content type, used in a document library, using a site column lookup to another list. I get no errors, following the documentation. The lookup replaces its possible selections...
View ArticleNew Post: UpdateListItems Not Updating List?
You're not doing any error checking - my assumption is your getting a error. Probably something that says invalid XML message.When you write HTML data to a list, you need to escape the HTML so that it...
View ArticleNew Post: SPCascadeDropdown can't find parentColumn Issue
I have had the same problem when we migrated from 2007 to 2010. The problem was that the Parentcolumn was not found on the page, but I could clearly see it. My dropdown box was a "required" one and I...
View ArticleNew Post: CasCadeDropDown not working
I have had the same problem when we migrated from 2007 to 2010. The problem was that the Parentcolumn was not found on the page, but I could clearly see it. My dropdown box was a "required" one and I...
View Article