[jQuery] Re: [ANNOUNCE] New Twitter Account for jQuery & jQuery UI Projects

2008-04-29 Thread Lee Hinde
expect to see a stop to the double postings in about a week. By > then, we hope that everyone will know that about both Twitter accounts. > > Thanks for your patience. > > Rey... > > > > Lee Hinde wrote: > > > On Sun, Apr 27, 2008 at 12:05 PM, Rey Bango <[

[jQuery] Re: [ANNOUNCE] New Twitter Account for jQuery & jQuery UI Projects

2008-04-29 Thread Lee Hinde
On Sun, Apr 27, 2008 at 12:05 PM, Rey Bango <[EMAIL PROTECTED]> wrote: > > In an effort to maximize the reach of announcements about upcoming jQuery & > jQuery UI updates and releases, the team has created a new Twitter account: > > http://twitter.com/jquery > > and > > http://twitter.com/jque

[jQuery] Re: Release: Tooltip plugin 1.2

2008-02-02 Thread Lee Hinde
On Feb 2, 2008 2:28 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Doesnt seem to be working on Safari. > > what specifically? It works for me with Safari 3.0.4

[jQuery] Re: Code Review For Cloning Exercise

2007-12-08 Thread Lee Hinde
Hi; Is there a way I could phrase this in a more enticing way? On Dec 6, 2007 9:22 PM, Lee Hinde <[EMAIL PROTECTED]> wrote: > Hi; > > I've sussed out a solution with cloning rows that are are part of a > form submit and I'd appreciate any feedback you might have. &

[jQuery] Code Review For Cloning Exercise

2007-12-06 Thread Lee Hinde
Hi; I've sussed out a solution with cloning rows that are are part of a form submit and I'd appreciate any feedback you might have. Here's an image to follow along with: http://www.hinde.net/images/jqueryhelpgraph.png I have an application where users enroll in a class. After a search is done,

[jQuery] Re: LiveQuery (Discuss Please)

2007-11-01 Thread Lee Hinde
On 10/31/07, Yehuda Katz <[EMAIL PROTECTED]> wrote: > So as far as I'm concerned, livequery is the biggest advance in jQuery since > its inception (no, I am not its author). I'm trying to understand why it's > having such a slow rate of adoption. > > > it solves this problem: > $("div.klass").drag

[jQuery] Re: [NEWS] Site Using jQuery: TurboTax.com

2007-10-31 Thread Lee Hinde
On 10/31/07, Guy Fraser <[EMAIL PROTECTED]> wrote: > > Lee Hinde wrote: > > http://cherne.net/brian/resources/jquery.hoverIntent.html > > > > On 10/31/07, Guy Fraser <[EMAIL PROTECTED]> wrote: > > > >> That rocks! I love the use of hover inten

[jQuery] Re: [NEWS] Site Using jQuery: TurboTax.com

2007-10-31 Thread Lee Hinde
http://cherne.net/brian/resources/jquery.hoverIntent.html On 10/31/07, Guy Fraser <[EMAIL PROTECTED]> wrote: > > Glen Lipka wrote: > http://turbotax.intuit.com > > That rocks! I love the use of hover intent on the basic/delux/etc panels - > which plugin was used to do that? > >

[jQuery] Some more jQuery evangelism

2007-10-31 Thread Lee Hinde
Two weeks ago I presented a session on jQuery to a group of 4D developers (more on 4D here - http://www.4d.com/ ) The audience was pretty evenly divided into (self-identified) javascript newbies, experienced javascript folk and people that don't raise their hands in public. The context of the pr

[jQuery] Re: why this will fail in Safari?

2007-10-27 Thread Lee Hinde
Just for the archives, I found that Safari won't let jQuery add a selected attribute, but if one exists jQuery can toggle it. E.g., New York should work. I sorted through this a few months ago, so my memory may be a bit off. On 10/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi

[jQuery] Re: TableSorter docs suggestion

2007-10-11 Thread Lee Hinde
Hi; In the meantime, how is the zebra widget supposed to work? :-) On 10/3/07, Christian Bach <[EMAIL PROTECTED]> wrote: > HI Shawn, > > Yeah your right, will add it to the docs as soon as i have the time. > > Thanks for the feedback! > > /christian > > 2007/10/3, sgrover < [EMAIL PROTECTED]>:

[jQuery] Re: Site Submission, finally!! :-)

2007-10-11 Thread Lee Hinde
As a reformed corporate drone, I can tell you sites that greet you with music are not work safe. Your cube mates are immediately informed you're surfing and not solving the shareholder's problems. I hate 'em. (the noisy sites, not the cube mates :-) ) On 10/11/07, Rick Faircloth <[EMAIL PROTECTE

[jQuery] Re: noob: input field focus help

2007-10-04 Thread Lee Hinde
On 10/4/07, crybaby <[EMAIL PROTECTED]> wrote: > > I tried the following code, and I don't get the cursor to blink in > input text field. Any idea why is that? > > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> > >

[jQuery] Re: iterating through xmlResult

2007-10-01 Thread Lee Hinde
Thanks. I love expanding my horizons. :-) On 10/1/07, Robert Koberg <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-10-01 at 12:12 -0700, Lee Hinde wrote: > > Hi; > > > > I have questions about selectors and .each. > > > > Given this result: > >

[jQuery] Re: iterating through xmlResult

2007-10-01 Thread Lee Hinde
On 10/1/07, Lee Hinde <[EMAIL PROTECTED]> wrote: > On 10/1/07, Lee Hinde <[EMAIL PROTECTED]> wrote: > > Hi; > > > > I have questions about selectors and .each. > > > > Given this result: > > > > > recordsinselection

[jQuery] Re: iterating through xmlResult

2007-10-01 Thread Lee Hinde
On 10/1/07, Lee Hinde <[EMAIL PROTECTED]> wrote: > Hi; > > I have questions about selectors and .each. > > Given this result: > > recordsinselection="2" size="2" sortfield="" tableid="2" > tablename="Person&quo

[jQuery] iterating through xmlResult

2007-10-01 Thread Lee Hinde
Hi; I have questions about selectors and .each. Given this result: 3 1 Molly Hinde Adult Supervision 2 1 Lee Hinde Night Custodial Staff what's the best way to iterate through to build table

[jQuery] Re: Trying to get a handle on xml returned object

2007-10-01 Thread Lee Hinde
Firebug is great for this sort of stuff; it'll show you exactly what is coming back. http://www.getfirebug.com/ On 9/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I've been trying to getsome XML data out of a jQuery AJAX request and > I'm having trouble. Problem is, I can't re

[jQuery] Re: problem with nested ajax calls

2007-09-20 Thread Lee Hinde
On 9/20/07, Kirk Cerny <[EMAIL PROTECTED]> wrote: > > I am not an expert either but: > 2 XML connections open for the same domain. > You can get many connections open by changing the domain. > xml.domainname.com > xml2.domanname.com > You can accomplish this using the domain property of the docume

[jQuery] Re: problem with nested ajax calls

2007-09-20 Thread Lee Hinde
> Can you write the code without all the "this" stuff? (Use "this" inside the > .each callback, of course, I'm talking about the other > "this" methods.) It may be a lot easier to get it working that way. > > Do you have a link to a test page? > &g

[jQuery] Re: problem with nested ajax calls

2007-09-19 Thread Lee Hinde
On 9/19/07, Lee Hinde <[EMAIL PROTECTED]> wrote: > Hi; > > I am trying to nest an ajax call as part of the success callback to an > ajax call. Specifically, after a successful log in, I'd like to > populate some data. > > I'm stepping into a lot of new ground,

[jQuery] problem with nested ajax calls

2007-09-19 Thread Lee Hinde
Hi; I am trying to nest an ajax call as part of the success callback to an ajax call. Specifically, after a successful log in, I'd like to populate some data. I'm stepping into a lot of new ground, for me, so it's hard to figure out why something isn't working. The login works fine. And the fir

[jQuery] Re: Setting the selected option in Safari 3

2007-08-22 Thread Lee Hinde
> > You should have a look at jquery select box plugin, > http://www.texotela.co.uk/code/jquery/select/ > BTW:Know more about it at http://www.thethirdpart.com/blog/?cat=10 > > > On 8月22日, 上午1时10分, Lee Hinde <[EMAIL PROTECTED]> wrote: > > Hi; > > > > Based

[jQuery] Setting the selected option in Safari 3

2007-08-21 Thread Lee Hinde
Hi; Based on this conversation: http://tinyurl.com/2qwpna I've added this code to my page function updateColor() { var currentColor = $("#setColorKey").val(); $("#color_Key option").each(function() { // $(this) is the current elem

[jQuery] Re: Delete a table row with JQuery

2007-06-04 Thread Lee Hinde
On 6/4/07, Lee Hinde <[EMAIL PROTECTED]> wrote: On 6/4/07, infosoft <[EMAIL PROTECTED]> wrote: > > Hi > > I have a table where I browse the records of the database. I > implemented a delete button in each row. When I press this button, I > send an ajax request to

[jQuery] Re: Delete a table row with JQuery

2007-06-04 Thread Lee Hinde
On 6/4/07, infosoft <[EMAIL PROTECTED]> wrote: Hi I have a table where I browse the records of the database. I implemented a delete button in each row. When I press this button, I send an ajax request to the server. If the response is ok, I need to delete the row of the table that have the dat

[jQuery] Re: new plugin - columnManager

2007-04-02 Thread Lee Hinde
On 4/2/07, Roman Weich <[EMAIL PROTECTED]> wrote: Hey all, I've created a plugin to toggle the visibility state of whole table columns (collapsing and expanding them). Also it can remember the last state using the cookie-plugin. Maybe you want to take a look: http://p.sohei.org/jquery-plugins