[Radiant] plugin jrails prevents adding page parts

2008-12-02 Thread bruce davison
I need to use jQuery and added the plugin jrails. The code for jquery works find when I include the js in the layout, but when I try to add page parts only part of the page is showing no button to create etc. When I removed jrails from the plugins 'add page part' works again. _

Re: [Radiant] plugin jrails prevents adding page parts

2008-12-02 Thread Jim Gay
On Dec 2, 2008, at 8:02 PM, bruce davison wrote: I need to use jQuery and added the plugin jrails. The code for jquery works find when I include the js in the layout, but when I try to add page parts only part of the page is showing no button to create etc. When I removed jrails from t

Re: [Radiant] plugin jrails prevents adding page parts

2008-12-02 Thread john
On 2008/12/02, at 18:02, bruce davison wrote: I need to use jQuery and added the plugin jrails. The code for jquery works find when I include the js in the layout, but when I try to add page parts only part of the page is showing no button to create etc. When I removed jrails from the p

Re: [Radiant] plugin jrails prevents adding page parts

2008-12-03 Thread bruce davison
Jim, Yes I am sure you are right I realised I don't need jrails, since I am not using it. I just needed jQuery, which I now have in public/javascripts and works just fine. Thanks, Bruce Jim Gay wrote: On Dec 2, 2008, at 8:02 PM, bruce davison wrote: I need to use jQuery and added the plugin

Re: [Radiant] plugin jrails prevents adding page parts

2008-12-03 Thread Adam van den Hoven
If you are just using jQuery (presumably for your production site not the admin interface) why not save yourself the hassle and use the copy in Google's CDN? http://code.google.com/apis/ajaxlibs/ You can do things using Google's loader (which I'm not a huge fan of, though it is a neat idea