Is it possible to amend .show() command in jQuery (http://api.jquery.com/show/) so that instead of showing the div in its original position, the div appears at the bottom of a list of divs ?
Is it possible to amend .show() command in jQuery (http://api.jquery.com/show/) so that instead of
Share
Yes – check the demo http://jsfiddle.net/PqLXF/
Here is the code –
HTML
CSS
jQuery