[Proto-Scripty] Re: I'm stuck: Can't open window in combination with jQuery libs

2011-09-19 Thread Victor
After jQuery.noConflict() all the functionality of jQuery is still 
accessible - just replace $ with jQuery everywhere you need to use 
jQuery. Look at documentation http://api.jquery.com/jQuery.noConflict/.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/SVWl5ZtFoiYJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] Re: I'm stuck: Can't open window in combination with jQuery libs

2011-09-19 Thread Broom
I first checked the docs and user comments, but that didn't make it really 
clear for me to get it working (because parts of the code are external).

Only using prototype is the best solution for sure. I changed the code to 
prototype with sortable, like you said Walter, and it is working now.
Both of you: tnx alot!

Broom




-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/nwJvOfMUzNEJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: I'm stuck: Can't open window in combination with jQuery libs

2011-09-16 Thread Broom
Hi Victor,

Tnx for you reply. I was using Prototype for opening windows and so on, and 
jQuery for drag and drop functionality for rows in tables (not divs). With 
noConflict(), I can open a window, but then I'm missing the functionality of 
jQuery.
window.js is the prototype window class. 
I really need to know more about Javascript, but for know I don't have time 
to dig in to it; I'll will find another solution.
Tnx,

Broom

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/XhtnF14NKVoJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: I'm stuck: Can't open window in combination with jQuery libs

2011-09-15 Thread Victor
Can you give more info? The full text in popup? What is window.js? Why you 
want to use both Prototype and jQuery on the same page? Where is your 
jQuery.noConflict()?

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/4uATq0Wy_ckJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.