Javascript to show in other page
- by Irwan
I have index.php to auto refresh div with jquery (sucess)
function jin_ajax_loop() {
// url and target
jin_ajax_req('inbox.php','div_test');
}
< body
< div id="div_test" < /div
< /body
and then inbox.php to show notification:
im using snotify from http://www.gayadesign.com/diy/snotify-easy-notifications-in-jquery/…