New Post: Cascading Dropdowns not working in IE8, but are working in Firefox
I'm on SP2010 and our company uses IE8 as our standard browser. I can't get cascading dropdowns to work in IE8, but the following code works for me in Firefox 10.0.3. Any ideas why I can't get this...
View ArticleNew Post: Cascading Dropdowns not working in IE8, but are working in Firefox
It's tough to read you code the way you have posted it, but generally when something works in one browser and not another it's something like a missing semi-colon. I'd suggest removing the other calls...
View ArticleNew Post: Table rows not being rendered
It looks like you may be rendering a <tr> in the else that isn't enclosed in a <table>. It may be going into the DOM but may just not be visible where you expect. I'd step through the code...
View ArticleNew Post: SPCascade on other language
That's great to hear! What version were you using before? M.
View ArticleNew Post: Cascading Dropdowns not working in IE8, but are working in Firefox
Marc, thanks for the quick reply and my apologies for the code- I think this will look better. As you suggested, I'll take a look at removing the other calls and see where that gets me. Thanks,...
View ArticleNew Post: SPUpdateMultipleListItems not using defaults.listName?
Looks like a bug on my end. I'll add it to the list of fixes for the next release. M.
View ArticleCreated Issue: SPUpdateMultipleListItems not using defaults.listName? [10247]
[SPServices 2014.01.min, jQuery 1.10.2.min]I'm using default to specify a list name to use on all of the calls on this page:```$.SPServices.defaults.listName = "MyList";```On this page I use these...
View ArticleNew Post: SPUpdateMultipleListItems not using defaults.listName?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Table rows not being rendered
Hi Marc, I am pretty sure that is the problem as well but the issues is that I am C# developer with no experience in jQuery, SPServices or javascript. I wish client side development would just go away...
View ArticleNew Post: Cascading Dropdowns not working in IE8, but are working in Firefox
No luck. This is what I've got now and it still doesn't work in IE8 and it does in Firefox. Any other ideas? Neil<script language="javascript" type="text/javascript"...
View ArticleNew Post: Table rows not being rendered
This code works but creates a million tables.......<script language="javascript" type="text/javascript"> var newListName; //loop through all lists to get the listNames...
View ArticleNew Post: Cascading Dropdowns not working in IE8, but are working in Firefox
Figured it out (finally). I had another instance of the javascript later on in the file and it was conflicting with what I included above. Once I removed the conflicting code, I was able to see the...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
If your getting '/' back, that means you are running on the "root" site collection. Is that true?SPServices tries to first get the current site from javascript variable that sharepoint sets on the...
View ArticleCommented Issue: SPUpdateMultipleListItems not using defaults.listName? [10247]
[SPServices 2014.01.min, jQuery 1.10.2.min]I'm using default to specify a list name to use on all of the calls on this page:```$.SPServices.defaults.listName = "MyList";```On this page I use these...
View ArticleNew Post: SPUpdateMultipleListItems not using defaults.listName?
ptavares: Thanks for the hint! I'll make sure to check out your fix. Re: your note - the defaults are indeed being set like I mentioned in my post (I corrected my code a little bit so it's clearer to...
View ArticleCommented Unassigned: Cascading drop-downs have browser compatibility issues...
Hi Marc, All;We've been using the Cascading drop-downs in SP2010 for some time. The parent/child columns are primarily of type 'lookup', although some are 'choice' columns. This worked perfectly in...
View ArticleNew Post: Table rows not being rendered
LOL"I wish client side development would just go away" might not be the best comment when you are trying to get help on client side coding from a community of folks that may actually like client side...
View ArticleNew Post: SPUpdateMultipleListItems not using defaults.listName?
Ahh.. Ok.. Now it makes more sense the way you are setting it... in jQuery $() is the same as $.fn (it inherits the same scope)... $. however, is not the same - different scope :-)
View ArticleNew Post: SPUpdateMultipleListItems not using defaults.listName?
Oh - makes sense. Thanks for mentioning that - still learning the finer lines of JS ;)
View ArticleNew Comment on "$().SPServices.SPDisplayRelatedInfo"
Anyone ever get this to work within Nintex Forms? I keep getting "Unable to get property 'length' of undefined or null reference". It does it when trying to read the list that I'm pointing to
View Article