But if this code will get executed more than once (e.g. in response to user
actions), make sure you prefix it with code to remove all of the existing
options in the dropdown, otherwise it will be additive.
On Mon, Jan 4, 2010 at 5:23 AM, Karl Swedberg wrote:
> this solution could be simplified a
this solution could be simplified a bit:
$('h3.example').each(function() {
$('#deptFilter').append( ' + $(this).html() + '' );
});
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 3, 2010, at 6:53 AM, Paul Hutson wrote:
This will do what you want, f
2 matches
Mail list logo