Hey all i am trying to get this working here:
<?
echo ('<script type="text/javascript">
$(\'#fileupload\').fileupload({
}).bind(\'fileuploaddone\', function (e, data) {
jQuery("#shadow").attr("src", "bannerImg/slider/\'' .
' + jQuery(\"#slideNum\").val(); + ');
echo ('\'.jpg");
jQuery("#theText").html("New Slider Image:");') ?>
After it uploads an image it calls this script and i need it to see what value is selected in the select box. However, all i am getting this:
So naturally it does not work with showing the image. How can i rework this in order to get it working the way i need it too?
instead of: