rolfsf wrote:
: this didn't work (as well as several other variations):
: $('a.cancel').click( function(){
: $('select option[value=0]').attr("selected","selected");
: });
:
: can someone clue me in?
$('a.cancel').click( function(){
$('select').val('--');
});
HTH,
Charles K. Clarkson
--
Mobile Homes Specialist
Free Market Advocate
Web Programmer
254 968-8328
http://www.clarksonenergyhomes.com/wordpress/about/

