[jQuery] [Plugin Selectbox] : How To Access Passed Parameter

[jQuery] [Plugin Selectbox] : How To Access Passed Parameter


I'm using the Selectbox Plugin to populate a select box with a json
string passed from a php page. I'd like to pass a parameter to the
php page from the plugin call.
How is this done? I tried doing $
("#myselect").ajaxAddOption("myoptions.php", {"$code" : "007"}); and
then in myoptions.php, attempting to access $code.
Any suggestions?







    • Topic Participants

    • brian