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(
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
2 matches
Mail list logo