How to make real time visit page
I want to make a real time visit page which take data from database.Iuse a
repeater for this which binds from a dataset. It works fine but when new
row added i shoud show some effect like in feedjit real time visits page.
I used jquery for this but it nt work.it slide down the whole
repeater.should i use something other than repeater or it is jquery
problam pplease guide me. my jquery code is $(document).ready(function ()
{ $('.FadeIn').click(function () { $('.show').show('slow'); }); });
$(document).ready(function () { $(".FadeIn").trigger('click') });
No comments:
Post a Comment