[jQuery] Re: Is there a more efficient Method.

2009-09-01 Thread Kenneth Farmer
That might work. You could bind each child div with a custom event that would have it update itself from the passed in data. Then you could just trigger the event for that parent element. It would be interesting to see if it's faster since it doesn't have to search for the child selectors each

[jQuery] problem on fadeIn with flash

2009-05-16 Thread Kenneth Ma
I've tried to use fade in for a div that contain a flash. But there is a split second right before it fadein, it has a sparkling white piece at there. (see kenportfolio.com) Does anyone know how to fix that issue, or even fixable? Remind you to use Konami code to see the fadeIn effect. Code:

[jQuery] Re: Trying to grasp basics of scrolling a TBODY

2008-11-05 Thread Kenneth Downs
would scroll to the top of it and it would still be invisible :) JK *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Kenneth Downs *Sent:* Sunday, November 02, 2008 3:58 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: Trying to grasp basics

[jQuery] watch window problems and ideas

2008-11-04 Thread Kenneth Haynie
I'm a newbie, using VS and firebug debuggers as I learn jQuery. I find it very helpful to pause at various breakpoints and experiment with jQuery chains to see what works. But I find that the results aren't always consistent. Especially in IE. Examples: $('li') result is empty jQuery

[jQuery] Re: Trying to grasp basics of scrolling a TBODY

2008-11-02 Thread Kenneth Downs
you're targeting, but if IE6 was one you were having problems with, this is why. -Dan -- Kenneth Downs Secure Data Software, Inc. www.secdat.comwww.andromeda-project.org 631-689-7200 Fax: 631-689-0527 cell: 631-379-0010

[jQuery] Re: jqMock - mock library for jqUnit / QUnit

2008-09-07 Thread Kenneth Ko
Kenneth, On 20-Aug-08, at 5:54 AM, fuzziman wrote: I've recently released a mock library for the jqUnit framework. It is intended to be a lightweight javascript Mock Framework, and allows dependent functions such as native alert dialogs to be mocked and tested in isolation. I hope

[jQuery] Re: Firefox 3 beta

2008-02-08 Thread kenneth
ah great, that is quite good news, we will try the new release of jquery 1.2.3 wednesday, i ll keep you posted. Thx for the quick response. Kenneth On 7 feb, 18:23, John Resig [EMAIL PROTECTED] wrote: Are you .load()ing HTML with a JavaScript snippet in it? If so, then that's a bug

[jQuery] Firefox 3 beta

2008-02-07 Thread kenneth
Hello everybody I recently installed the new beta version of firefox 3 I thought it would accept everything we are now designing on a new website but unfortunatly it doesn't accept all jquery code. for example: .load of a specific php file in an other div doesn't seem to work anymore. This is

[jQuery] Re: Another IE Sliding bug, the weirdest (some elements disappear and others not on SlideDown)

2008-01-31 Thread Kenneth Bice
Just a wild guess, try sticking content that disappears into its own div inside the toggle div. i only took a quick minute to look but that might do it On 1/27/08, Arkilus [EMAIL PROTECTED] wrote: While building my application with jQuery I found out this really weird internet explorer bug:

[jQuery] Re: Manipulate Element After Being Added to DOM

2008-01-21 Thread Kenneth Ko
From what you described, you are adding the element after you have bound an event. So your code is really doing: 1. bind function to click event of some element 2. add some element to the dom you can clearly see the event wont get attached to the element. you'll either have to call the code

[jQuery] Re: Accessing dynamically created divs

2007-10-14 Thread Kenneth
On 10/11/07, Yasmary Mora [EMAIL PROTECTED] wrote: Hello! Got a question that I havn't been able to answer. This is my last resort. :) So, I have a list of dynamically created divs, with a link next to them to show or hide text inside of it. I know how to do it when its only a single

[jQuery] Re: [OT] A Good Cause: AIR (Accessibility Internet Rally)

2007-08-18 Thread Kenneth
group. Adobe just release a piece of software called AIR (Adobe Integrated Runtime) and they're putting lots of marketing dollars towards it. -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Kenneth *Sent:* Thursday, August 16, 2007 7:51

[jQuery] Re: Solving the Back button problem

2007-07-18 Thread Kenneth
On 7/18/07, S. Robert James [EMAIL PROTECTED] wrote: Solving the Back button problem Is there a way to use JavaScript to detect whether a page is being loaded for the first time (from the server), or because someone hit the Back button? Often you want to display a status message only one,

[jQuery] Re: Integrating Google Internal Site Search using jquery

2007-06-27 Thread Kenneth
On 6/27/07, Sean Catchpole [EMAIL PROTECTED] wrote: Hi, I don't really see the point of making this a jQuery plugin, it's very straightforward as is. Now perhaps if the searches where returned via ajax then that's a different story. ~Sean Actually you may not even need jQ for such:

[jQuery] Re: Javascript: OOP help, accessing parent objects

2007-06-25 Thread Kenneth
On 6/25/07, Christof Donat [EMAIL PROTECTED] wrote: Hi, C++ ... (new Container()).containedObj.method1(); //How could method1 ever access varA? OOps, this shopuld of course read (new Container())-containedObj.method1(); Christof I don't post much, but I must say that's

[jQuery] Re: Adding AJAX(?) functionality to existing site... do I make new server files?

2007-06-12 Thread Kenneth
On 6/12/07, Chris W. Parker [EMAIL PROTECTED] wrote: Hello, What's the standard method for fitting an existing site with AJAX functionality? Currently all my server side files that process requests, like deleting rows from a database (e.g. customers, products, etc.), automatically redirect

[jQuery] Re: Is it possible to chain this?

2007-04-29 Thread Kenneth
One way would be to extract the click function out: function doClick() { var getLink = $(this).prev().prev().attr(href); return getLink.slice(getLink.indexOf(r=)+2, getLink.indexOf(tp)); } Then: $('#greyLink').click(doClick); I believe that should work. On 4/29/07, Yansky [EMAIL

[jQuery] Re: manipulate div inside iframe

2007-04-29 Thread Kenneth
If your jQuery is outside the iframe, you could do: jQuery('iframe').hide(); Inside, not sure.. On 4/29/07, amircx [EMAIL PROTECTED] wrote: hey i got a script that seats inside iframe iframe src=page.php id=hideme1 how its is possible to get the id of the iframe and then hide it ? till

[jQuery] jQuery Tetris?!?

2007-04-28 Thread Kenneth
Not sure if the author is on this list, but awesome job either way! Check it out: http://fmarcia.info/jquery/tetris/tetris.html And vote it up if you think its good -- how could you not ;) @DZone: http://www.dzone.com/rsslinks/tetris_with_jquery.html @Digg:

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-18 Thread Kenneth
I am not sure if this qualifies for the list, and I was unable to find any further details as to exactly how its implemented (short on time right now), however this could be kind of a big deal: http://mail.zope.org/pipermail/checkins/2007-January/006048.html On 4/18/07, Rey Bango [EMAIL

[jQuery] Re: How can I code this func fully jQuery compatible

2007-04-10 Thread Kenneth
I am not sure I understand fully, but maybe this will help? function showReplyBox(itemId,parentId) { var box = $('#comment-reply-box'); var itemBox = $('#comment-item-'+itemId); var parent_id = $('#parent_id'); parent_id.val(parentId ? parentId : itemId);

[jQuery] Re: Quick question about the .each() function

2007-04-06 Thread Kenneth
Your initial code block: $('.wordbreakfield').each(function(){ $(this).text(); }); ...doesn't do anything with the text(). You retrieve it but it's not used. On 4/6/07, Yansky [EMAIL PROTECTED] wrote: Hi, thanks for the reply. I'm still a bit confused though. :) If $('.wordbreakfield')

[jQuery] Re: UNfocus() ?

2007-04-06 Thread Kenneth
On 4/6/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: I was only suggesting a small simplification of your code. Ok, I gotcha now. Thanks Jörn!

[jQuery] UNfocus() ?

2007-04-05 Thread Kenneth
I am trying to emulate the :focus selector for IE, and I have succeeded in the initial aspect of that with the following: $inputs.each(function(){ $(this).focus(function(){ $(this).addClass('focus'); }); }); However, once the focus leaves the field,

[jQuery] Re: Help to improve code

2007-04-04 Thread Kenneth
I like that alot! I just have a question though- is it supposed to reload the page on 'disable'? ...or is disable not really implemented (since you probably will only apply it)? On 4/1/07, Joan Piedra [EMAIL PROTECTED] wrote: Hey guys, I've wrote a plugin basically it adds some html wrappers

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Kenneth
I've been trying to figure this out too, and after about an hour of poking around the Google Groups Help group ( http://groups.google.com/group/Google-Groups-Guide), I don't think its possible...that, or I'm an idiot (which has been proven before). You can correspond with the list via email

[jQuery] Re: Web 2.0 is vulnerable to attack

2007-04-03 Thread Kenneth
I don't doubt that someone put alot of time into this particular FUD piece, but once again (just like all the other articles on this subject), no proof is given. If it's so easy, have it read an arbitrary email from my GMail and THEN I will take the arguments seriously. In the mean time, I laugh