$("#scrollStats").html('bold');
$("#scrollStats").text('text');
Or, if you know that you'll be using just text (no html tags), you
could do this:
$("#scrollStats").text("someting");
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 30, 2008, at 11:11 AM, Bhaarat Sharma wrote:
*dope*
$("#scrollStats").html("
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
>
*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
>
>
Try
$("#scrollStats").html("im here!!");
Bhaarat Sharma 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
i have tried these but none seem to work
$("#scrollStats").val("im here!!");
$("#scrollStats").setText("w
5 matches
Mail list logo