| View previous topic :: View next topic |
| Author |
Message |
Grumpy
Joined: 10 Mar 2010 Posts: 1
|
Posted: Mar 10, 2010 7:46 am Post subject: Xupload Pro 3.1 & jQuery 1.3.2 |
|
|
Hey Hey,
I was wondering if someone could help me out.
I just purchased the Xupload Pro 3.1 and i cant seem to find a way to make it play with jQuery.
On my site i use jQuery 1.3.2 for various different effects .. when i add the Xupload.js script, the upload works, but thats it ... none of the file status popups work or anything.
When i comment out the jquery include line, it seems to work perfect.
I have read http://www.sibsoft.net/forum/integration-with-jquery-framework-t933.html?highlight=jquery .. in there, it says to rename the first line of xupload.js to
| Code: | | function $gget(elem){return document.getElementById(elem);} |
But i gather this is from an older version as the first line of mine is as follows
| Code: | | if(!window.$){ window.$ = function (elem){return document.getElementById(elem);} } |
If someone could give me a hand, that would be great ... Im starting to get a little grumpy.
Cheers, |
|
| Back to top |
|
 |
Waltman
Joined: 11 Mar 2010 Posts: 7
|
Posted: Mar 26, 2010 8:10 pm Post subject: |
|
|
| same problem. Waiting for fix |
|
| Back to top |
|
 |
ChrisSoutham
Joined: 27 Jun 2008 Posts: 7
|
|
| Back to top |
|
 |
|