[jQuery] Re: How to count characters

2007-10-23 Thread Jon Ege Ronnenberg
And maybe be more specific. Like $('#MyNumber label').text() On 10/24/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > > > On Oct 23, 2007, at 2:25 PM, Johny wrote: > > > > > Thank you all for help. > > One more question: > > For example if > > I have > > 1000 > > > > Is it possible to get the val

[jQuery] How to query youtube

2007-10-23 Thread Jon Ege Ronnenberg
Hi all. I'm trying out the new JSONP getJSON method with youtube.com and it tells me that one of the parameters are invalid. Obviously YouTube doesn't support JSONP but is there anyone who has succeeded in getting data from youtube via jQuery? Thanks. Cheers, Jon.

[jQuery] CSS problem with slideDown() in IE6

2007-09-06 Thread Jon Ege Ronnenberg
Hi all! I'm experiencing a weird behavior in IE6 when I use slideDown(). An example can be seen @ www.bookevent.dk/CayesWeb/ click on a li element in the menu (click on the first nested li, "BAGMAN" if you loose the picture). When an ul element slideDown my slides down as well. I have tested wit

[jQuery] Ext 1.1

2007-08-04 Thread Jon Ege Ronnenberg
Hi all! Is there an update to the jquery-plugins.js? The one that comes with Ext 1.1looks pretty old. I just want to make sure I'm not missing something. Thanks! Redards, Jon.

[jQuery] Re: dev tip: combining JS script files

2007-07-21 Thread Jon Ege Ronnenberg
When you load the script, has nothing to do with the dom. The script can modify/alter the dom but the loading sequence is a completely new story. If you use the jQuery ready() method, your script will be processed right after the dom is loaded and before the images are loaded, which is what you wa

[jQuery] Is it possible to show elements that is not CSS display:none;?

2007-07-04 Thread Jon Ege Ronnenberg
Hi all! Is it possible to show elements that is not CSS display:none;? In my case I'm showing some pictures and I don't like that the browser only downloads the pictures when I show them through jQuery. I would prefer if the browser downloaded all the pictures and then I would show them though jQ

[jQuery] jQuery 1.2 functionality

2007-07-04 Thread Jon Ege Ronnenberg
Hi all! I like jQuery a lot and have used it in couple projects now. But one thing I really don't get is the "slideUp" and "slideDown" functions. Why can't I decide which way the animation goes?? I really think they (the functions) should be more generic. While browsing the road map for jQuery 1.