oh haha thanks. we replied at the same time :)
On Jan 30, 11:11 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote: > *dope* > > $("#scrollStats").html("someting"); > > that works. > > ...should visit the api's more often... > > On Jan 30, 10:55 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote: > > > Hi > > > Can someone please tell me how i can change the text between span tags > > on the fly using jQuery > > > I have tag like this > > > <span id="scrollStats" style="font-size: 70%; width: 80px; text- > > align: center; position: absolute; bottom: 392px; left: 15px;"></span> > > > i have tried these but none seem to work > > > $("#scrollStats").val("im here!!"); > > > $("#scrollStats").setText("works?"); > > > Thanks!