Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
drop down list modification by javascript???
#1
Hi,

I am in a unique situation. I have web content that is externally housed, and among that content is a drop down menu that I would like to modify the defaulted item. It is in a tag is loaded.

Thanks.
Reply
#2
I should add that the external housed items are a
tag that we insert into our html tags.

I wasn't clear in my initial email.
Reply
#3
link?
Reply
#4
$(document).ready(
function(){
$('#fundName').val('Graduate Medical Education Alumni');
} );

anywhere in the document should do it.
Reply
#5
Awesome! Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)