[jQuery] Can jQuery load from DOM?

2008-10-06 Thread jQuery(new).to(me)
Hello, I am trying to load jQuery from Javascript like the following code. == code == if (typeof jQuery == 'undefined' || !jQuery) { var s = document.createElement('script'); s.setAttribute('type','text/javascript'); s.setAttribute('src','http://localhost/jquery-latest.m

[jQuery] Re: How can I add HTML tag from jQuery?

2008-01-04 Thread jQuery(new).to(me)
= $(this).text(); > $(this).html("" + t + ""); > > }); > > -- Josh > > - Original Message - > From: "jQuery(new).to(me)" <[EMAIL PROTECTED]> > To: "jQuery (English)" > Sent: Thursday, January 03, 2008 3:43 PM > Subj

[jQuery] How can I add HTML tag from jQuery?

2008-01-03 Thread jQuery(new).to(me)
Hi, Please give me an idea how to do this: I want to add to a table cell. For example, If I have the following table; Data1Value 1 Data2Value 2 Now I want to add anchor to the "data" class, so that result would look like this: Data1Value 1 Data2Value 2 Now, with jQuery, all I can think o