Hello,
I've followed the following tutorial on creating a twitter bootstrap
template from scratch in joomla.
Everything works great but when I try and integrate a joomla jquery module
things get messy.
This is what I have included at the bottom of my index.php
<script src="<?php echo $this->baseurl ?>/templates/<?php echo
$this->template; ?>/assets/js/jquery.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo
$this->template; ?>/assets/js/bootstrap.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
Is there a way to 'wrap' my module so that it does not interfere with the
plugins included in the framework.
Im getting this error in firebug console:
ReferenceError: BTJ is not defined
BTJ('#mod_btslideshow_pro_92').css({'margin-bottom':'5px'});
I know this is a pretty straightforward request, but i'm interested in
learning so any info would be great.
Regards,
Tom
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.