[jQuery] Google Reader style endless scroll library?

2008-12-20 Thread Eeby
Hey y'all. I'd like to provide endless scrolling of search results in the manner of Google Reader. The thing where an AJAX call loads more results when you scroll to the bottom of the list of results. A Google search turned up a lot of articles on the theory of how to do it. I also searched the

[jQuery] Select menu dead in Safari

2008-08-31 Thread Eeby
I'm working on an application and I've found that a select menu within it doesn't pop up when you click on it in Safari. I've checked that the page is valid XHTML 1.0. I'm looking at this in Safari 3.1.2. I made sure there are no events bound to the select menu. Does anyone have any suggestions

[jQuery] Click on checkbox, unexpected double event

2008-08-20 Thread Eeby
I have a set of checkboxes and some JavaScript code to handle when the user clicks on them. In the code below, there are functions for selecting and deselecting a checkbox, and then there's a function to handle event binding. And there's the $(document).ready() binding. In Firefox when I click

[jQuery] Re: Click on checkbox, unexpected double event

2008-08-20 Thread Eeby
On Aug 19, 10:25 pm, Eeby [EMAIL PROTECTED] wrote: In Firefox when I click on a checkbox, the alert comes up as expected. Then when I dismiss it, the alert comes up again. I figured it out. In case anyone else runs into the same problem, here it is... I usually create a bindEvents() function

[jQuery] autocomplete plugin not displaying menu

2008-06-21 Thread Eeby
Hi. I'm trying to get the autocomplete plugin working, this one: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ I'm finding that in Mac FF no menu appears at all when I start typing (even though I know there are matches). In Safari a menu appears off to the left of the input

[jQuery] New site -- name constructor

2008-05-22 Thread Eeby
Hi all. I completed a new site that is pretty much all JQuery, JQuery UI, XHTML, and CSS. http://rockpebble.com I did it mostly for fun. It uses the JQuery UI drag and drop capability. I still want to add some keyboard shortcuts using the JQuery Hotkeys plugin. It did have some popup help

[jQuery] Re: New site -- name constructor

2008-05-22 Thread Eeby
On May 22, 7:24 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Ethan, I'm sorry to hear that the clueTip plugin didn't work for you in IE 6. Would you mind providing me with more information about that? I haven't heard of anyone else not being able to get it to work at all in IE 6, except

[jQuery] Re: JQModal size and position

2007-11-07 Thread Eeby
On Nov 6, 8:17 pm, Eric Martin [EMAIL PROTECTED] wrote: How are you calling it? Could it be a browser cache issue? Thanks for the reply. It was more of a CSS issue. See above. E

[jQuery] Re: JQModal size and position

2007-11-06 Thread Eeby
OK I'm a little tired but I think the problem was that I was trying to use the class jqmWindow and jqModal owns that class, I guess? Anyway, when I used a different class it worked as expected. Thanks, E On Nov 6, 8:04 pm, Eeby [EMAIL PROTECTED] wrote: I would like to use the excellent