I am trying to setup what would be a tabbed order form witch would also contain a jquery image upload and preview function. However what is happeing is if I just have the jquery code for the tabbed content function the file works but when I add the jquery code for the image upload/preview function the tabbed content function stopps working. Also if I comment out the tabbed content function and just have the image upload and preview function the page works (minus the tabbed content function)
I am using the code from
Click Here
in order to setup a multi-step tabbed type order form (see the above link for the functionality)
I then am trying to use the image upload and functionality from
Click Here
My ideal I am trying to do is within my order form allow a user to upload and a preview visable of their avatar without the form being reloaded or submitted.
however the above two scripts do not seem to work when they are both on the same page?
suggestions??
thanks