I am trying to create a page on my personal website that uses jQuery and implements Facebook Connect .
Unfortunately, the Facebook client API uses $ token , which means I have to call jQuery.noConflict()
Double, unfortunately, I found that for some crazy reason and as Rick Strall points out, jQuery UI does not respect noConlict (). In fact. In fact, if you look at the source code, there is $ .
I really want to use the jQuery UI - in particular, the dialog() and draggable component would also be very nice - but I donβt even want to manually edit - and check and save - my own copy of any part of the jQuery user interface.
This is the last of a series of yaks that I had to shave , which are on my mind. Any suggestions? Help!
jquery api jquery-ui facebook
Daniel Schaffer
source share