| View previous topic :: View next topic |
| Author |
Message |
sherayusuf3
Joined: 18 Jan 2009 Posts: 88 Location: Jakarta Indonesia
|
Posted: Jan 11, 2010 2:41 am Post subject: Jquery integration Conflic with Xfilesharing |
|
|
| admin: Moderated. Only English lagnuage allowed |
|
| Back to top |
|
 |
sherayusuf3
Joined: 18 Jan 2009 Posts: 88 Location: Jakarta Indonesia
|
Posted: Jan 12, 2010 2:19 am Post subject: Re: Jquery integration Conflic with Xfilesharing |
|
|
im so sory for my false,
im try intregation jquery Ajax Framework on Xfilesharing main.html
but i got error like this
 |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Jan 12, 2010 10:53 am Post subject: |
|
|
The problem caused by $( function.
Solution is: in xupload.js replace all
with
Also it's used somewhere in pages and index.cgi, you can do a search through file contents and replace them all. |
|
| Back to top |
|
 |
sherayusuf3
Joined: 18 Jan 2009 Posts: 88 Location: Jakarta Indonesia
|
Posted: Jan 25, 2010 5:18 am Post subject: |
|
|
| PilgrimX182 wrote: | The problem caused by $( function.
Solution is: in xupload.js replace all
with
Also it's used somewhere in pages and index.cgi, you can do a search through file contents and replace them all. |
not work, but thnk pilgrim
i change my ajax framework to mootols |
|
| Back to top |
|
 |
th3hotcake
Joined: 07 Apr 2009 Posts: 51
|
Posted: Jan 29, 2010 5:22 am Post subject: |
|
|
| PilgrimX182 wrote: | The problem caused by $( function.
Solution is: in xupload.js replace all
with
Also it's used somewhere in pages and index.cgi, you can do a search through file contents and replace them all. |
Hi Pilgrim, this works great for using jQuery and XFS together. Could you explain why this solves the problem? I like understanding why it causes a problem  |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Jan 29, 2010 8:43 am Post subject: |
|
|
| Cause JQuery use the same function, and our ones was conflicting with it. |
|
| Back to top |
|
 |
|