wielki Posted September 10, 2009 Share Posted September 10, 2009 I have added to header.tpl:in <head>: [removed][removed] and in <body> CLICK ME And I created in /js file 'somescript.js': $('.class1').click(function() { $(this).css('color', 'red'); }); And after click on 'CLICK ME' text still has got black color but it should be RED - what have You done with jquery ? Link to comment Share on other sites More sharing options...
wielki Posted September 11, 2009 Author Share Posted September 11, 2009 how can I add file with jquery script to header.tpl ?I have tried in <head>: and nothing why ? Link to comment Share on other sites More sharing options...
Recommended Posts