Articles

test

Category: subpages
Created on Friday, 29 March 2013 14:41
Hits: 3436
('p').each( function(){ var text = $(this).text(); var spanText = text.replace('image','image'); $(this).html(spanText); }); ('.imgText').live( 'mouseenter', function(){ $('') .appendTo($(this)); }); ('.imgText').live( 'mouseleave', function(){ $(this).find('img').remove(); });