I have some Prototype Draggable-Resizeable windows and it seems that i can't use JS nor JQuery inside those, Is there is anyway to do that?
1 Answer
Did you try using jQuery.noConflict() ?
Check the API: http://api.jquery.com/jQuery.noConflict/
1 Comment
Ricardo
yea i already have that, my main page works with the two with no problems but when I'm trying to shout functions from INSIDE of one of the windows it is not working for some reason.
noconflictmode and accessing asjQuery()instead of$()inside those windows?