XFileSharing Pro - Jquery integration Conflic with Xfilesharing
-
- Posts: 94
- Joined: Jan 18, 2009 4:29 am
Jquery integration Conflic with Xfilesharing
admin: Moderated. Only English lagnuage allowed
-
- Posts: 94
- Joined: Jan 18, 2009 4:29 am
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
im try intregation jquery Ajax Framework on Xfilesharing main.html
but i got error like this
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
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.
Solution is: in xupload.js replace all
Code: Select all
$(
Code: Select all
$$(
-
- Posts: 94
- Joined: Jan 18, 2009 4:29 am
PilgrimX182 wrote:The problem caused by $( function.
Solution is: in xupload.js replace allwithCode: Select all
$(
Also it's used somewhere in pages and index.cgi, you can do a search through file contents and replace them all.Code: Select all
$$(
not work, but thnk pilgrim
i change my ajax framework to mootols
-
- Posts: 51
- Joined: Apr 07, 2009 7:24 pm
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 problemPilgrimX182 wrote:The problem caused by $( function.
Solution is: in xupload.js replace allwithCode: Select all
$(
Also it's used somewhere in pages and index.cgi, you can do a search through file contents and replace them all.Code: Select all
$$(
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm