JQuery (1.4.2)/Firefox (3.6.3) - .before and .after not working on div
- by user355561
I am trying to have a title bar appear when the user clicks on a box. It works perfectly in I.E. 8.0 but not at all in firefox 3.6.3.
HTML
[code]
@import url('style.css');
blah blah blah
save changes
[/code]
Javascript
[code]
$(document).ready(function(){
$("#edit2").live('click',function(){
…