[jQuery] Re: Please help me on a .lt method

2008-12-30 Thread Samuel
Thanks all the same。 I've got it solved. Actually the problem is that .lt and .gt were removed from the newly released jquery. Thanks. On Wed, Dec 31, 2008 at 1:10 PM, Kean wrote: > > Make a demo page or a html page. > > Some common mistakes > > 1. Did you include jQuery? > 2. Did you write som

[jQuery] Re: Please help me on a .lt method

2008-12-30 Thread Samuel
Hi Karl, Thanks very much for your quick helps. Feel very nice to hear from you. You write a very nice book. I can write some simple codes after reading your books for only a week. I'm reading the seventh chapter now. Actually I'm going to release a website for our Chinese learning English Vocab

[jQuery] Re: Please help me on a .lt method

2008-12-30 Thread Karl Swedberg
Hi Samuel, Sorry about the problems you're having with the code. The .lt() and .gt() methods were removed from jQuery shortly after the book was published. In their place, you can use the :lt() and :gt() selectors or the .slice() method. The .slice() method is quite versatile, and takes e

[jQuery] Re: Please help me on a .lt method

2008-12-30 Thread Kean
Make a demo page or a html page. Some common mistakes 1. Did you include jQuery? 2. Did you write something like var $table =$('table') before using $table.find() ? On Dec 30, 7:30 pm, Samuel Wu wrote: > Hi, everyone > > I started writing jquery from last week with the help from a very good