Hello,
I ve been using expression engine for quite some time now. Although I have a quick issue
this is the first time I am using EE2 (being using 1.xx).
I just created a template group called “javascripts” and add the javascript files as I will normally do. but when I render the template:
http://www.virtualtutor.ca/index.php/main/interior
I see the HTML/CSS correct but there is no javascript working. Although I can see that the templates are embedded (cufon not working, menu not working - with js I mean).
Is there a particular reason for this?
Thanks for your time!!
this is how my embeded header looks:
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
[removed]
Cufon.replace(’.red_titles,.din-text,.title_red_no_background,.jqueryslidemenu’);
[removed]
[removed]
$(document).ready(function() {
$.mask.masks = $.extend($.mask.masks,{
phone:{ mask : '(999) 999-9999' },
price:{ mask : '99.999,999,999,999', type : 'reverse', defaultValue: '000' }
});
$(‘input:text’).setMask();
});
[removed]