[jQuery] a dom question

2007-09-16 Thread Shuai Yang

the html is as follows,now my question is :
how to move the text text1 here into the second line of the first
table(add a new table line, text2 here into the second table and so
on.
the html source of this syntax is quite long, so i must do this in a
regular way. i can't find a solution, anyone can help? cheers.
--
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
html
head
title New Document /title
/head
body
div class=a
table
tr
tdtest/td
tdtest/td
tdtest/td
/tr
/table

text1 here

table
tr
tdtest/td
tdtest/td
tdtest/td
/tr
/table

text2 here

table
tr
tdtest/td
tdtest/td
tdtest/td
/tr
/table

text3 here

/div
/body
/html


[jQuery] plugin jqModal question

2007-06-01 Thread Shuai Yang


how can i display a jqwindow when i focus the cursor into a textbox?
the jqModal demo use a click event to achieve this .
great thanks...


[jQuery] I want to know what wiki software jQuery site use

2007-05-21 Thread Shuai Yang


It's very interesting to me. I want to use it in my website. Great thanks.


[jQuery] question about the jQuery which is the ext adapter

2007-05-16 Thread Shuai Yang


i'm familiar with jQuery ,new to ext. I wanna know when I use jQuery
with ext. Can i coding with  the jQuery style?  This is very important
to me.thank you!