Getting JQuery into a Block!
Permalink 1 user found helpful
I have finally taken the giant step and looked to add jquery onto my site.
I have all the files ready and have ftp'd them over to my themes folder.
When I try to drop the html that holds the j query component, it wrecks the page and doesn't allow me to do anything.
Is there something that needs to be done?
BTW its a scrolling panel and comes up as a vertical strip of images. I thought I might add the css to the design tab, but the whole thing goes out the window.
Arghhhh! Masters of C5, I need your help once again!
I have all the files ready and have ftp'd them over to my themes folder.
When I try to drop the html that holds the j query component, it wrecks the page and doesn't allow me to do anything.
Is there something that needs to be done?
BTW its a scrolling panel and comes up as a vertical strip of images. I thought I might add the css to the design tab, but the whole thing goes out the window.
Arghhhh! Masters of C5, I need your help once again!
concrete5 already includes jquery by default,
make sure the other javascript is after the <?php Loader::element('header_required');?>
make sure the other javascript is after the <?php Loader::element('header_required');?>
Hi there,
thanks for this, would you be able to give an example- there should be some javascript in the HTML file? right?
Ben.
thanks for this, would you be able to give an example- there should be some javascript in the HTML file? right?
Ben.
No need got it working, tweaks to the header.php file as you said- spot on! Thanks for the help.
http://www.portobellarain.com/
the final result!
http://www.portobellarain.com/
the final result!
this is what I'm trying to get in there.