Jump to content

What have You done with jquery ? Why jquery doesn't work ?


Recommended Posts

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

×
×
  • Create New...