Tagged Questions

0
votes
2answers
62 views

jQuery img add doesn't show

I have the following jQuery code: $('#foo').click(function () { var loading = $('<img id="loading" src="images/loader.gif" alt="loading" />'); $('#stars').prepend(loading); ...