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
= $(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
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
3 matches
Mail list logo