Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 2 of 2
Search took 0.02 seconds.
Search: Posts Made By: jbww
Forum: DOM and JSON scripting 02-13-2012, 06:47 PM
Replies: 2
Views: 1,263
Posted By jbww
I found a way to do this in jquery. //...

I found a way to do this in jquery.


// set the index for a <select> element
function SetIndex(eid, i)
{
var strEid = "#" + eid;
var menuSelect = $(strEid);
menuSelect[0].selectedIndex =...
Forum: DOM and JSON scripting 02-04-2012, 10:55 PM
Replies: 2
Views: 1,263
Posted By jbww
Problem using onchange to modify list contents

I have 2 drop down lists. When I change the selection in the first list, I repopulate the second list. My problem is that the display of the second list does not update when I repopulate it. I've...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT +1. The time now is 01:48 PM.