Great job Rob. Clear and simple. Really nice your technique:

(function(){
$('#country').linkedSelect('select.php?search=country','#state',{firstOption:
'Please Select A State'});
$('#state').linkedSelect('select.php?search=state','#city',{firstOption:
'Please Select A City', loadingText: 'Loading Please Wait...'});
});


Very intuitive! Only one susggestion: including a cache option in call
function.

Cheers

2007/9/15, Rob D <[EMAIL PROTECTED]>:
>
>
> Hi,
>
> Sometime ago I built my first plugin called linkedSelects and I would
> finally like to
> announce it to the list.
>
> You can see it in action and download the code here:
>
> http://www.msxhost.com/jquery/linked-selects/json/
>
> I have only been able to test it in the latest versions of Firefox and IE.
>
> I would like to thank Remy Sharp for the initial idea, Joel Birch for
> some pointers on building plugins and especially my good friend Shelane
> Enos for the collaboration.
>
> I would appreciate any feedback in the way of suggestions and
> improvements.
>
> Have a great weekend everyone...
>
> Rob
>

Reply via email to