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?