diff --git a/countdown/.jquery.countdown.js.swp b/countdown/.jquery.countdown.js.swp new file mode 100644 index 0000000..d3d7fc1 Binary files /dev/null and b/countdown/.jquery.countdown.js.swp differ diff --git a/countdown/jquery.countdown.js b/countdown/jquery.countdown.js index 2f06b47..b3600a4 100644 --- a/countdown/jquery.countdown.js +++ b/countdown/jquery.countdown.js @@ -78,15 +78,15 @@ // Creating the markup inside the container $.each(['Days','Hours','Minutes','Seconds'],function(i){ - $('').html( - '\ - 0\ - \ - \ - 0\ - ' - ).appendTo(elem); - + elem.append('\ + \ + \ + 0\ + \ + \ + 0\ + \ + '); if(this!="Seconds"){ elem.append(''); } @@ -135,4 +135,4 @@ replacement.addClass('static'); }); } -})(jQuery); \ No newline at end of file +})(jQuery);