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

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

2011-09-19 Thread Walter Lee Davis
You can get rid of jQuery by using Scriptaculous instead -- no conflict possible, since Scripty is written on top of Prototype and depends on it. To drag-sort the rows of a table, first make sure that there is a tbody tag around the rows you wich to sort, and give it an ID. Either in an unobtrus

[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 . -- You received this message because you are subscribed to the Google Groups "Prot

[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 real

[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 d