hello.
I'm having troubles running an onchange event on a somewhat deeply nested form pulldown.
So basically I have a form with an id of maxResultsForm inside a table with an id of listProductsResults inside another table with an id of listProductsSettings... with an id on the select tag of maxResults
I've tried the below selector and many variations without any success on it triggering.
$("form#maxResultsForm table#listProductsResults td table#listProductsSettings td :select#maxResults").change(function()...
anyone see what I'm doing wrong? thanks in advance!
j