Hi, I've been trying to use jQuery plugins with Hobo, but IE allways throws an error whenever the JQuery library is installed. I suspect this has something to do with compatibility issues between prototype and jQuery (just my 5 cents).
Thanks to Bryan Larsen's plugin (hobo-jquery aka hjq), I was able to use the jQuery plugins without problem. Just installed hjq and initialized all jQuery plugins in application.dryml after the code required by hjq. Thanks for hjq Bryan. Nevertheless it took me an hour to discover that jQuery plugins can not be initialized with $(). hjq calls jQuery.noConflict(), forcing the replacement of '$' by 'jquery'. Perhaps this is mentioned in the hobo-jquery documentation, but I didn't notice it. If its not, this post spreads the word. :) Regards, Tiago Franco --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
