[jQuery] Re: html() triggering twice?

2008-12-18 Thread Ray Myers
I fixed it, never mind. Ray On Dec 18, 10:51 am, Ray Myers wrote: > I'm working on this interface where there are three select elements. > When an option in the first menu is clicked this code executes > > == > > $('.state_select OPTION').livequery(&#

[jQuery] html() triggering twice?

2008-12-18 Thread Ray Myers
I'm working on this interface where there are three select elements. When an option in the first menu is clicked this code executes == $('.state_select OPTION').livequery('click', function() { var el = $(this).parent(); if ( $(el).val() != 'all' ) { $.post('includ