[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, anyon

[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 a javascript syntax

2007-05-17 Thread Shuai Yang
I found Jörn Zaefferer's "jQuery plugin authoring guide" at http://bassistance.de/2006/12/27/jquery-plugin-authoring-guide/, there i found javascript syntax like this: (function() { // some code here })(); (function($) { // some code here })(jQu

[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!