[jQuery] noob: table row level link and hover

2007-10-20 Thread crybaby
I need to have each table rows point to different link. I am looking at table striping and how hover works in 15daysofjquery.com. http://15daysofjquery.com/table-striping-made-easy/5/ I need to make the whole table row clickable and should take the user to a different link on the site. How do

[jQuery] jquery to center a block element, footer bottom

2007-10-09 Thread crybaby
I have two questions: How do you center a block as browser window resized? How to make the footer stay bottom of viewport?

[jQuery] firebug error: $ is not defined

2007-10-04 Thread crybaby
I just got the Learning jQuery book from amazon delivered yesterday. I am trying out the first chapter. When add the alice.js on the html file and open it into the browser, I get this error in firebug: $ is no defined my alice.js file has the following content: $(document).ready(function() {

[jQuery] noob: input field focus help

2007-10-04 Thread crybaby
I tried the following code, and I don't get the cursor to blink in input text field. Any idea why is that? ?xml version=1.0 encoding=UTF-8 ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

[jQuery] newb: How to get google groups like layout

2007-09-26 Thread crybaby
All the boxes, background colors, and rounded corners done using javaScript or css? Can I do similar layout, look and feel, with jQuery alone(without images) or combination of jQuery and CSS? thanks