Hey, fellows.
My question is , if there's a possibility to keep data obtained by .append function after refreshing page.
Normally all data appended is going to disappear after refresh.
Example:
Code JavaScript:$(function() { $("#example1").click(function() { $("<div id='in2'>Hello fellows :-)</div>") .hide() .insertAfter("#example1") .fadeIn(1000); }); });



Reply With Quote




Bookmarks