Re: [jQuery] error in FF 1.5.0.7 in the unpacked jquery 1.0.3 source

2006-11-06 Thread Klaus Hartl
Marc Jansen schrieb: > Hi list, > > I'm not sure whether this has already been discussed, but in the > uncompressed version of the jQuery code my FF-console shows the > following error: > > Fehler: this.stack has no properties > Quelldatei: > http://www.rsv-arloff-kirspenich.de/javascript/jque

Re: [jQuery] What is "this"?, I am so confused!!! or JavaScript Tutorial

2006-11-06 Thread Klaus Hartl
Stephen Woodbridge schrieb: > Well actually I am not that confused any more. Ok, maybe a little at > times, but that is nothing new :) I recently found this site that > someone here or elsewhere posted for learning JavaScript: > > http://javascript.crockford.com/private.html > > which explains

[jQuery] Help make Thickbox talk to an iframe

2006-11-06 Thread bmckenzie
I'm using a Thickbox iframe to display HTML pages containing Flash movies. The thickbox appears on top of other Flash elements (buttons) contained in another iframe. I find that on some computers, the Flash underneath shows through the Flash in the thickbox (I'm guessing this is because the comp

[jQuery] New Dev center by Opera

2006-11-06 Thread Klaus Hartl
Hi all, this is not exactly jQuery related, but there's a new Dev center by Opera, and as one could expect from them there are already some nice articles online. http://dev.opera.com/ Worth reading for example: Efficient JavaScript: http://dev.opera.com/articles/view/48/ -- Klaus __

Re: [jQuery] long loading times in safari

2006-11-06 Thread Klaus Hartl
Truppe Steven schrieb: > Hello, > > if tried my site the first time with safari for mac and have noticed a > very long loading time when loading the page the first time. the > internet connection was ok so i don't think that was the problem. also > after the first page is load the pageloading goes

Re: [jQuery] $(form.elements) fails (in IE this time)

2006-11-06 Thread Brandon Aaron
This actually doesn't fix the issue and doesn't seem like it is fixable since IE makes no distinction between the form node and the form.elements collection. The workaround is to do it like this: $($.merge(form.elements, [])); -- Brandon Aaron On 11/6/06, Brandon Aaron <[EMAIL PROTECTED]> wrot

Re: [jQuery] Is this possible?

2006-11-06 Thread Blair McKenzie
I don't think it makes any difference. jQuery accesses both transparently.BlairOn 11/7/06, Klaus Hartl < [EMAIL PROTECTED]> wrote:Blair McKenzie schrieb:> They are more or less equivalent, but using the jQuery select syntax is > standard and probably easier to read.I was assuming that expando prope

[jQuery] Building a Community (was: Re: New way of animating

2006-11-06 Thread Stephen Woodbridge
Rey Bango wrote: > Hi Dan, > >> Still, I suppose if you make enough examples of everythin everyone else has >> done, and then throw jQuery's own killer features, then we might get more >> converts! :D >> There's plenty of cool stuff out there that we should push more and more. > > Yep! See, part

Re: [jQuery] Is this possible?

2006-11-06 Thread Klaus Hartl
Blair McKenzie schrieb: > They are more or less equivalent, but using the jQuery select syntax is > standard and probably easier to read. I was assuming that expando properties (the property is attached to the DOM element) were used instead of real attributes... -- Klaus __

Re: [jQuery] Writing documentation, jQuery style?

2006-11-06 Thread Yehuda Katz
There's a bunch of tags: * name: the name of the method * param: a parameter in the format Type name Description text here * option: an option for an options hash in the same format as param * see: a reference to another method  * author: the author of the method * cat: The category (mainly used fo

Re: [jQuery] jquery vs safari vs overflow:auto

2006-11-06 Thread Ⓙⓐⓚⓔ
I've slammed too much content into a div, and then changed overflow to auto, it works in safari too, perhaps that's for an old version $('#'+parm.id).slideDown("slow").overflow("auto"); works for me. On 11/6/06, mike amundsen <[EMAIL PROTECTED]> wrote: > i don't know the details of your situation

Re: [jQuery] Writing documentation, jQuery style?

2006-11-06 Thread Paul McLanahan
Do you mean more readable than the jQuery API docs (jquery.com/api/) ? I find that to be quite nice actually. If you mean that's what you want, then all the handy tools you need are available in the SVN repository. When you perform an ant docs or make docs at the command line inside the jquery

Re: [jQuery] error in FF 1.5.0.7 in the unpacked jquery 1.0.3 source

2006-11-06 Thread Brandon Aaron
Just including jQuery by itself will not cause that error. Could you provide a link to the offending page? -- Brandon Aaron On 11/6/06, Marc Jansen <[EMAIL PROTECTED]> wrote: > Hey ther, > > Does anyone know about this issue? > > I couldn't find anything in the bugtracker. > > -- Marc > > > Marc

Re: [jQuery] Is this possible?

2006-11-06 Thread Christopher Jordan
Steve, That's a great explanation of the difference between these two methods. Thanks so much! I'll probably use the first method to begin with. It is easier for me to read, but that's probably because of my lack of understanding anything about xpath. Something else I'll have to do some readin

Re: [jQuery] Is this possible?

2006-11-06 Thread Stephen Woodbridge
Chris, I think you would need to test for performance differences unless John or one of the other guys with more clue have some insight. This works by creating a jquery collection of all td objects and using each to iterate through them, then uses the if to filter them. $('td').each(function()

Re: [jQuery] jquery vs safari vs overflow:auto

2006-11-06 Thread mike amundsen
i don't know the details of your situation, but you might want to check out this link: http://www.quirksmode.org/css/overflow.html "Safari cannot dynamically change overflow to auto or scroll." hope this helps. mamund On 11/6/06, Bryan Kulba [Kobot Industries] <[EMAIL PROTECTED]> wrote: > > >

Re: [jQuery] Is this possible?

2006-11-06 Thread Christopher Jordan
Thanks Blair. So your suggestion of using $("[EMAIL PROTECTED]'enabled']").click() is the selection syntax? Hmm... I'm gonna look that up. Thanks! :o) Chris Blair McKenzie wrote: They are more or less equivalent, but using the jQuery select syntax is standard and probably easier to read. Bl

Re: [jQuery] Is this possible?

2006-11-06 Thread Blair McKenzie
They are more or less equivalent, but using the jQuery select syntax is standard and probably easier to read.BlairOn 11/7/06, Christopher Jordan <[EMAIL PROTECTED]> wrote: Thanks Klaus! How does this syntax differ from other suggested syntax: $("[EMAIL PROTECTED]'enabled']").click()I'm cur

Re: [jQuery] Moving elements

2006-11-06 Thread Blair McKenzie
Look at the animate function in the jQuery api.BlairOn 11/7/06, matthias < [EMAIL PROTECTED]> wrote:Hi there,first of all, thx for the good work on this list. It's not quite common to get help, if you'll ask some experts as a noob on discussion forums andlists.My problem today: I want to move a pr

Re: [jQuery] jQuery Button Voting is Almost Over

2006-11-06 Thread Rey Bango
hahaha. Truly a non-partisan effort I may add. :) Rey... Caton, Paul wrote: > So this is that "election" thing I've been hearing about so much recently! > > ;-) > > > > From: [EMAIL PROTECTED] on behalf of Rey Bango > Sent: Mon 11/6/2006 6:42 PM > To: jQuery D

Re: [jQuery] Is this possible?

2006-11-06 Thread Christopher Jordan
Matt, I've rethought my comment here. I don't really know what the jQuery date picker's abilities/limitations are. Like I told Jake, I'm under a bit of a time crunch and I need to try and stick to stuff I know. Who knows? The date picker may be the answer to my prayers. I'll google it and give

Re: [jQuery] jQuery Button Voting is Almost Over

2006-11-06 Thread Caton, Paul
So this is that "election" thing I've been hearing about so much recently! ;-) From: [EMAIL PROTECTED] on behalf of Rey Bango Sent: Mon 11/6/2006 6:42 PM To: jQuery Discussion. Subject: [jQuery] jQuery Button Voting is Almost Over Hi everyone, We've racked u

Re: [jQuery] Is this possible?

2006-11-06 Thread Christopher Jordan
Hmm... I dunno. Maybe, I'm sure it could work, but I'm under a time crunch. Maybe when the pressure is off, I can look at doing something like this. I'm still a noob with this jQuery stuff. I can do some things, but you guys mostly put me to shame. :o) Chris Ⓙⓐⓚⓔ wrote: I suggest starting

Re: [jQuery] Is this possible?

2006-11-06 Thread Christopher Jordan
Thanks Klaus! How does this syntax differ from other suggested syntax: $("[EMAIL PROTECTED]'enabled']").click() I'm curiout which is preferred, or faster. They both look clean enough to me. Chris Klaus Hartl wrote: Christopher Jordan schrieb: Hi folks, I have a table that re

Re: [jQuery] New way of animating

2006-11-06 Thread Christopher Jordan
I could do that. I'll post it when I'm done. Chris Rey Bango wrote: Chris, don't sell yourself short bud. Your CF-specific code, especially the JSon stuff would be a great basis for a tutorial. Since you and I have really been pushing jQuery to the CF community, that type of code sample

Re: [jQuery] Is this possible?

2006-11-06 Thread Christopher Jordan
I need more than a date picker... Otherwise I might have used that. Thanks Chris Matt Stith wrote: Check out the date plugin. I cant link it now, but a quick google for "jquery date picker" should find it. On 11/6/06, Christopher Jordan <[EMAIL PROTECTED]> wrote: Hi folks, I hav

Re: [jQuery] Is this possible?

2006-11-06 Thread Christopher Jordan
Thanks! I'll look at that. Chris Stephen Woodbridge wrote: Chris, I haven't tried it but would $("[EMAIL PROTECTED]'enabled']").click() -Steve W Christopher Jordan wrote: Hi folks, I have a table that represents a calendar. The user will be able to select multiple dates fr

[jQuery] Moving elements

2006-11-06 Thread matthias
Hi there, first of all, thx for the good work on this list. It's not quite common to get help, if you'll ask some experts as a noob on discussion forums and lists. My problem today: I want to move a programmatically with jQuery as it is possible with the script.aculo.us effect new Effect.MoveBy

Re: [jQuery] Is this possible?

2006-11-06 Thread Klaus Hartl
Christopher Jordan schrieb: > Hi folks, > > I have a table that represents a calendar. The user will be able to > select multiple dates from the calendar, but cannot select dates in the > past. I've written this code before using all JavaScript and what I did > was add several additional pieces

Re: [jQuery] Is this possible?

2006-11-06 Thread Matt Stith
Check out the date plugin. I cant link it now, but a quick google for "jquery date picker" should find it. On 11/6/06, Christopher Jordan <[EMAIL PROTECTED]> wrote: > Hi folks, > > I have a table that represents a calendar. The user will be able to > select multiple dates from the calendar, but ca

Re: [jQuery] Writing documentation, jQuery style?

2006-11-06 Thread Derrek
John?  Yehuda?  Anyone?On 11/6/06, Derrek <[EMAIL PROTECTED]> wrote: Is there some documentation describing the metatags within the jQuery documentation?  I want to write some documentation for a project at work but in the jQuery style.  Also, are there any handy tools out there to turn this jQuery

Re: [jQuery] New jQuery plug - selectBox

2006-11-06 Thread Dragan Krstic
Cool. It would be much cooler if you put Clash and GBH, but... I'll use it for shure in my next project. This kind of stuff will bring awarenes to jQuery - Original Message - From: <[EMAIL PROTECTED]> To: ""jQuery Discussion."" Sent: Monday, November 06, 2006 11:18 PM Subject: [jQuery]

[jQuery] What is "this"?, I am so confused!!! or JavaScript Tutorial

2006-11-06 Thread Stephen Woodbridge
Well actually I am not that confused any more. Ok, maybe a little at times, but that is nothing new :) I recently found this site that someone here or elsewhere posted for learning JavaScript: http://javascript.crockford.com/private.html which explains closures, this and other stuff, and when

Re: [jQuery] (no subject)

2006-11-06 Thread Blair McKenzie
Inside an event 'this' refers to the element the event was attached to. This is by design. If you want to access the externaly scoped 'this' do something like: var self=this;$('#text-field).click( function() { alert(self.name); } );Blair On 11/7/06, Steve Reid <[EMAIL PROTECTED]> wrote: why doesn't

Re: [jQuery] Is this possible?

2006-11-06 Thread Stephen Woodbridge
Chris, I haven't tried it but would $("[EMAIL PROTECTED]'enabled']").click() -Steve W Christopher Jordan wrote: >Hi folks, > > I have a table that represents a calendar. The user will be able to > select multiple dates from the calendar, but cannot select dates in the > past. I've written

Re: [jQuery] stripping out tags...

2006-11-06 Thread Blair McKenzie
Would this work? It would preserve node order.jQuery.fn.unwrap = function () {    return this.each( function(){       $(this.childNodes).insertBefore(this);    });};BlairOn 11/7/06, Dave Methvin <[EMAIL PROTECTED]> wrote: >> >text here >> I want to remove the tag and preserve what it contains

Re: [jQuery] New jQuery plug - selectBox

2006-11-06 Thread Olivier Percebois-Garve
nice. You may also check how it behaves when the viewport is resized by the user. Olivvv [EMAIL PROTECTED] wrote: > Hi, > > The other day i started working with a new client, our designer wanted > to use sucker fish type of menus. In the design select boxes are a > common element due to the fa

[jQuery] long loading times in safari

2006-11-06 Thread Truppe Steven
Hello, if tried my site the first time with safari for mac and have noticed a very long loading time when loading the page the first time. the internet connection was ok so i don't think that was the problem. also after the first page is load the pageloading goes faster because of caching... only

Re: [jQuery] New jQuery plug - selectBox

2006-11-06 Thread Brandon Aaron
This looks like a really good start. I would definitely consider adding in the keyboard events! Beware of using the '$' instead of 'jQuery' within plugins. -- Brandon Aaron On 11/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > The other day i started working with a new client, our de

Re: [jQuery] Is this possible?

2006-11-06 Thread Ⓙⓐⓚⓔ
I suggest starting off with a naked calendar, just the dates. then jquery a class on the present & future dates. then jquery those with your new class to have all the clicks an hovers you want. no special attributes required. On 11/6/06, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > Hi fol

Re: [jQuery] New way of animating

2006-11-06 Thread Stephen Woodbridge
I think the putting the sizzle in is not a problem for jQuery. The real problem is much more basic and the one we are faced designing an site. What do we want to say? What is the material we have to offer? How do we want to organize it and present it? What is the story board of the work flow for

Re: [jQuery] Is this possible?

2006-11-06 Thread Blair McKenzie
$("[EMAIL PROTECTED]'enabled']").click(function() { ... });See the jQuery docs for more options.BlairOn 11/7/06, Christopher Jordan <[EMAIL PROTECTED]> wrote: Hi folks, I have a table that represents a calendar. The user will be able to select multiple dates from the calendar, but cannot

[jQuery] jquery vs safari vs overflow:auto

2006-11-06 Thread Bryan Kulba [Kobot Industries]
I could very well be overlooking something crucial here, as I am learning the in’s and out’s of jquery. I’ve poked around the jquery site for a possible solution but had no luck.   MailScanner warning: numerical links are often malicious: http://70.85.48.68/~wwwshou/templaterebuild.html

[jQuery] jQuery Button Voting is Almost Over

2006-11-06 Thread Rey Bango
Hi everyone, We've racked up a tremendous amount of votes but the polls are still open. Be sure to go to: http://jquery.com/blog/2006/11/06/vote-for-the-jquery-button/ and get your vote in for the new jQuery button. Remember, the polls will be closed Monday 11:59pm (EST, GMT -0500). So get yo

Re: [jQuery] error in FF 1.5.0.7 in the unpacked jquery 1.0.3 source

2006-11-06 Thread Marc Jansen
Hey ther, Does anyone know about this issue? I couldn't find anything in the bugtracker. -- Marc Marc Jansen schrieb: > Hi list, > > I'm not sure whether this has already been discussed, but in the > uncompressed version of the jQuery code my FF-console shows the > following error: > > Fehle

Re: [jQuery] New way of animating

2006-11-06 Thread Rey Bango
Chris, don't sell yourself short bud. Your CF-specific code, especially the JSon stuff would be a great basis for a tutorial. Since you and I have really been pushing jQuery to the CF community, that type of code sample would be a big help in getting CF developers up to speed in jQuery. It'd be

Re: [jQuery] Hiding and showing table rows

2006-11-06 Thread Brandon Aaron
I'm not sure where the browserName var is being set but you could use $.browser.msie instead. -- Brandon Aaron On 11/6/06, Brian Morykon <[EMAIL PROTECTED]> wrote: > I was hoping to hide and show table rows with a slide effect. But it > seems that Firefox needs a display: table-row instead of a "

[jQuery] Hiding and showing table rows

2006-11-06 Thread Brian Morykon
I was hoping to hide and show table rows with a slide effect. But it seems that Firefox needs a display: table-row instead of a "display: block" to make a row appear properly. While IE throws an error at table-row and does fine with block. While I didn't get the slide effect working, I did g

Re: [jQuery] [Fwd: jquery bug 164] (fix?)

2006-11-06 Thread Brandon Aaron
Weird ... I wrote this email but never sent it :/ I've run it through the test suite and it doesn't affect anything else but I think Jorn had some tests specific to this bug that need to be added back in ... so it is probably best to wait for him to commit this fix to SVN. -- Brandon Aaron On 11

Re: [jQuery] New way of animating

2006-11-06 Thread Dragan Krstic
I was thinking about YUI guy, the official bloger. He show something very similar to resize plug-in. It is very effective. Then, we have solar system, Visual jQuery... I think that jQuery.com must be more visual appealing (yeah, I know, John don't have time). More informative, like www.pmachine.

Re: [jQuery] New way of animating

2006-11-06 Thread Christopher Jordan
I have to agree that more examples of coding practices would be extremely helpful. I've got some jQuery stuff workin' on my app., but I'm almost positive, that I'm missing out on some of the real power that the library offers. It's probably because I come from a procedural programing background

[jQuery] New jQuery plug - selectBox

2006-11-06 Thread christian . bach
Hi, The other day i started working with a new client, our designer wanted to use sucker fish type of menus. In the design select boxes are a common element due to the fact that this is a e-commerce website. Only one thought came to mind, Iframes So i started thinking, there must be a bett

[jQuery] Is this possible?

2006-11-06 Thread Christopher Jordan
Hi folks, I have a table that represents a calendar. The user will be able to select multiple dates from the calendar, but cannot select dates in the past. I've written this code before using all _javascript_ and what I did was add several additional pieces of data to the td tag other than ID

Re: [jQuery] Tabs plugin 2.0

2006-11-06 Thread Klaus Hartl
Will Arp schrieb: > Hi Klaus, > when clicking the "Activate third tab" > in your example, the url doesn't change. > > Thank you for the great update! > will Hi Will, I have now fixed that as well. -- Klaus ___ jQuery mailing list discuss@jquery.com h

Re: [jQuery] Unicode (I love Unicode)

2006-11-06 Thread Ⓙⓐⓚⓔ
if you don't want to play the whole game, MS makes a font that contains just about all the chars.. "ms arial unicode", you get it with office or some other ms apps, and can be installed anywhere ttf fonts are supported. I don't speak many of the languages that unicode supports, but GOOGLE(and oth

Re: [jQuery] New way of animating

2006-11-06 Thread Rey Bango
Well said, Steve. Rey Stephen Woodbridge wrote: > I can't speak to most of these issues, but I would like to point that > for myself, learning works best by taking something that exists and > rewriting it into jQuery. This allows me to not have to think about the > existing application, but ra

Re: [jQuery] New way of animating

2006-11-06 Thread Rey Bango
Great Paul! Look forward to seeing bud. Rey... Paul Bakaus wrote: > Hey again, > > Rey: I'm absolutely with you with the idea of pushing jQuery with > tutorials and examples. I myself love jQuery and I am starting to use in > in commercial projects, too, but many of my co-workers are very > i

Re: [jQuery] New way of animating

2006-11-06 Thread Rey Bango
Feel free to offer something up Dragan. John's a fairly receptive to anything that will benefit the project. Rey... Dragan Krstic wrote: > Can we make biz-wang-ultra-boom-bang-crash site, for jQuery, with tones of > "cool" features, animations, etc... > - Original Message - > From: "Re

Re: [jQuery] this.name

2006-11-06 Thread Michael Geary
> why doesn't this work: > > $('#text-field').val(this.name); What is "this"? You haven't given it a value. So it depends on the context of this code. If the code is not in an object method, then "this" is the window object. > when this does: > > $('#text-field).click( function() { alert(this.n

Re: [jQuery] New way of animating

2006-11-06 Thread Paul Bakaus
Hey again,Rey: I'm absolutely with you with the idea of pushing jQuery with tutorials and examples. I myself love jQuery and I am starting to use in in commercial projects, too, but many of my co-workers are very interested in examples. Of course, checking out demos of plugins is always a great ide

[jQuery] this.name

2006-11-06 Thread Steve Reid
why doesn't this work: $('#text-field').val(this.name); when this does: $('#text-field).click( function() { alert(this.name); } ); ? did i find a bug? also: what does 'this' refer to? the jquery object, right? ___ jQuery mailing list discuss@jquery

[jQuery] (no subject)

2006-11-06 Thread Steve Reid
why doesn't this work:   $('#text-field').val(this.name);   when this does:   $('#text-field).click( function() { alert(this.name); } );   ? did i find a bug?also: what does 'this' refer to? the jquery object, right? ___ jQuery mailing list discuss@jquery

Re: [jQuery] return this.each

2006-11-06 Thread Michael Geary
> From: Simon Corless > Thanks for the help Mike, it's starting to come together. > I've been testing it just now. > > If I do use return this.each() then how do I reference the > jQuery methods? without this.hover() etc? Obviously as this > is no longer what I am expecting this.hover (as you s

Re: [jQuery] New way of animating

2006-11-06 Thread Stephen Woodbridge
I can't speak to most of these issues, but I would like to point that for myself, learning works best by taking something that exists and rewriting it into jQuery. This allows me to not have to think about the existing application, but rather focus on get it working or getting it right in jQuer

Re: [jQuery] New way of animating

2006-11-06 Thread Dragan Krstic
Can we make biz-wang-ultra-boom-bang-crash site, for jQuery, with tones of "cool" features, animations, etc... - Original Message - From: "Rey Bango" <[EMAIL PROTECTED]> To: "jQuery Discussion." Sent: Monday, November 06, 2006 7:07 PM Subject: Re: [jQuery] New way of animating > Hey Ka

Re: [jQuery] jquery incompatible with adsense?

2006-11-06 Thread Luke Lutman
I had a similar problem, Mark. Upgrading to the latest revision of jQuery (522 at the time) solved the problem :-) Luke Mark D.B.D wrote: > Hi all, > > When I finished my little project with jquery I decided to add my > adsense code. After this I saw there is something that makes jquery > in

Re: [jQuery] Scrolling to the bottom of a page

2006-11-06 Thread sd
I think this has nothing to do with CSS... Look, if you have content on a page, which will grow in the direction of the bottom, than you get a large range to scroll. JQuery should scroll automaticly at the lowest point of the page ( to the bottom ). If the user wants to read something again,

[jQuery] jquery incompatible with adsense?

2006-11-06 Thread Mark D.B.D
Hi all,When I finished my little project with jquery I decided to add my adsense code. After this I saw there is something that makes jquery incompatible with the adsense script. I don't know what it is so I created a little test page so you all can check it: http://www.markdbd.com/proyectos/jquery

Re: [jQuery] Scrolling to the bottom of a page

2006-11-06 Thread Bryan Buchs
Sounds like you need CSS help, not jQuery help. Try googling "css position fixed". [EMAIL PROTECTED] wrote: > Okay... > > That's a beginning... > > > > But I want to make a chat. So if you scroll up and already down, it > > should "fix" the bottom, when the scroll bar is bottom-most. >

Re: [jQuery] Scrolling to the bottom of a page

2006-11-06 Thread sd
Okay... That's a beginning... But I want to make a chat. So if you scroll up and already down, it should "fix" the bottom, when the scroll bar is bottom-most. Any idea? Am 6.11.2006 schrieb "Sean O" <[EMAIL PROTECTED]>: > >Interface's ScrollTo should work nicely (and aesthetically)

Re: [jQuery] Unicode (I love Unicode)

2006-11-06 Thread Dave Methvin
> Nabble doesn't nibble at my nybbles. (IE they don't mess with > the unicode and it works!) FF 2.0 Mac shows just fine. You're right, I think it's your earlier guess that we don't have all the world's fonts installed. I think it is best to assume that users have only a basic set of fonts, and not

Re: [jQuery] Unicode (I love Unicode)

2006-11-06 Thread Ⓙⓐⓚⓔ
Nabble doesn't nibble at my nybbles. (IE they don't mess with the unicode and it works!) FF 2.0 Mac shows just fine. On 11/6/06, Dave Methvin <[EMAIL PROTECTED]> wrote: > > > Andy, it's just unicode... your e-mail and your web browser > > don't do unicode right > > Neither does Nabble, then.

Re: [jQuery] append quicktime plugin

2006-11-06 Thread Mike Alsup
> $("#qtDiv").html($("#qtDiv).html() . $newHTML) Yes, except with Javascript syntax instead of php. :-) var qtHtml = "http://jquery.com/discuss/

Re: [jQuery] Unicode (I love Unicode)

2006-11-06 Thread Dave Methvin
> Andy, it's just unicode... your e-mail and your web browser > don't do unicode right Neither does Nabble, then. This is what I see in my mail client as well. Maybe the mailing list software is doing it before it arrives at Nabble. http://www.nabble.com/JQuery-f15494.html > Is there a

Re: [jQuery] append quicktime plugin

2006-11-06 Thread jyl
>> i'm trying to append a quicktime movie using jquery. > > Use $().html(). > > I have a plugin for this if you're interested. > > Mike > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > So since he wants to do append, it'd

Re: [jQuery] New way of animating

2006-11-06 Thread Rey Bango
Hey Karl! Yep, your site is invaluable. You really do have some great tutorials on there and I think expanding it out via your submissions and those from anyone else is an awesome idea. Rey... Karl Swedberg wrote: > On Nov 6, 2006, at 11:29 AM, Rey Bango wrote: > >>Hi Paul, >> >>This is the ty

Re: [jQuery] Unicode (I love Unicode)

2006-11-06 Thread Ⓙⓐⓚⓔ
Andy, it's just unicode... your e-mail and your web browser don't do unicode right what kind of programs and system are you using? I thought XP did UNICODE EVERYWHERE... are there fonts missing on your system? Is it an add-in? On my macs it all just works. I've noticed that some PCs show my

Re: [jQuery] New way of animating

2006-11-06 Thread Karl Swedberg
On Nov 6, 2006, at 11:29 AM, Rey Bango wrote: > Hi Paul, > > This is the type of stuff that I think would be OOO helpful in a > tutorial or demo page. Like a best practices type of thing. I recently > spent a lot of time talking to John about how to get the project more > exposure and one of th

Re: [jQuery] stripping out tags...

2006-11-06 Thread Dave Methvin
> > >some text here > > I want to remove the tag and preserve what it contains. > But while I was writing my question, I came up with this: > > jQuery.fn.stripOut = function (el) { > $(this).each( function(){ > $(this).find(el).parent().html(($(this).find(el).html())); > }

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Karl Swedberg
On Nov 6, 2006, at 11:59 AM, Michael Geary wrote: > Great idea, and it's not too hard to do... [see full email below] Well done, Michael! Wow, I have so much to learn. On Nov 6, 2006, at 9:51 AM, Jörn Zaefferer wrote: > Your suggestion of flipping the tooltip would be the best solution, > but n

Re: [jQuery] append quicktime plugin

2006-11-06 Thread Mike Alsup
> i'm trying to append a quicktime movie using jquery. Use $().html(). I have a plugin for this if you're interested. Mike ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] append quicktime plugin

2006-11-06 Thread burt bacharach
hi,i'm trying to append a quicktime movie using jquery.$("#qtmoviediv").append(' http://www.apple.com/quicktime/download/" autoplay="true" type="video/quicktime" width="320" height="240" loop="false" controller="false"  name="qtmovie" enablejavascript="true" >').fadeIn("slow", function () {startCou

Re: [jQuery] New way of animating

2006-11-06 Thread Rey Bango
Hi Dan, > Still, I suppose if you make enough examples of everythin everyone else has > done, and then throw jQuery's own killer features, then we might get more > converts! :D > There's plenty of cool stuff out there that we should push more and more. Yep! See, part of my concern is that it seem

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Michael Geary
> From: Paul McLanahan > > The only suggestion I have deals with displaying the tips > close to the right side of the screen. You do an excellent > job of handling the width of the tip when it is close to the > right edge of the window, but if a word is too long inside of > the tip it will pu

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Klaus Hartl
Klaus Hartl schrieb: > The "focus" event! Finally a tooltip solution that would be device > independent! Yeah! You should make focus the default! -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New way of animating

2006-11-06 Thread Jörn Zaefferer
> This is the type of stuff that I think would be OOO helpful in a > tutorial or demo page. Like a best practices type of thing. I recently > spent a lot of time talking to John about how to get the project more > exposure and one of the things we threw out was getting more examples of > co

Re: [jQuery] New way of animating

2006-11-06 Thread Dan Atkinson
That's what I'm getting at though... The stuff on that site... It's been done in jQuery already. Still, I suppose if you make enough examples of everythin everyone else has done, and then throw jQuery's own killer features, then we might get more converts! :D There's plenty of cool stuff out th

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Klaus Hartl
Jörn Zaefferer schrieb: >> Yeah, JavaScript rocks! Still learning... > > Yep. Just after writing the answer to your proposal, I modified it to this: > > options = $.extend({ > [...] > event: "mouseover", > [...] > }, options || {}); > > [...] > .bind(options.event, bind); // bind is the ca

Re: [jQuery] Parsing XML

2006-11-06 Thread Richard Clare
Ignore my insane ramblings   I was using jquery 1.0.2 – a quick upgrade solved the problem. If only I’d done that 5 hours ago I’d have more hair!   Rich -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.13.28/518 - Re

[jQuery] Writing documentation, jQuery style?

2006-11-06 Thread Derrek
Is there some documentation describing the metatags within the jQuery documentation?  I want to write some documentation for a project at work but in the jQuery style.  Also, are there any handy tools out there to turn this jQuery documentation into something more readable?  It'd be nice to have so

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Jörn Zaefferer
> Yeah, JavaScript rocks! Still learning... Yep. Just after writing the answer to your proposal, I modified it to this: options = $.extend({ [...] event: "mouseover", [...] }, options || {}); [...] .bind(options.event, bind); // bind is the callback to handle the mouseover or click or wha

Re: [jQuery] New way of animating

2006-11-06 Thread Rey Bango
Hi Klaus, Man, I totally agree with you. I was hooked the first time I used it as well and my friends have gone through the same thing. What I'm trying to do is get people to "use it for the first time" and when they do, ease their transition as much as possible. Rey... > Hey, not they I do n

Re: [jQuery] New way of animating

2006-11-06 Thread Klaus Hartl
Rey Bango schrieb: > Hi Paul, > > This is the type of stuff that I think would be OOO helpful in a > tutorial or demo page. Like a best practices type of thing. I recently > spent a lot of time talking to John about how to get the project more > exposure and one of the things we threw out w

Re: [jQuery] Plugin Release: Tooltip

2006-11-06 Thread Klaus Hartl
Jörn Zaefferer schrieb: > So show would have either a Number value (delay) or a String like "onclick" > or "click". "click" would be intersting, then I could implement that like > this: > > [...] > if(typeof settings.show == "String") > this[settings.show](show); > [...] Interesting how ideas

Re: [jQuery] New way of animating

2006-11-06 Thread Christof Donat
Hi, > but now my own killer feature :D > > 3.) $("#mydiv").animateClass(oldClass, newClass); -or- > $("#mydiv").animateClass(newClass); That would be nice, but what about this: .myFirstClass { display:inline; background-color:#00; } .mySecondClass { display:block;

Re: [jQuery] $(form.elements) fails (in IE this time)

2006-11-06 Thread Jörn Zaefferer
> If it doesn't break anything else, then we should probably get this > and the fix for #164 in SVN and get another point release out the > door. I'm curious if this stuff fixes the weird errors that occured in the test suite somewhere since 1.0.2. Would be great if that is solved, too. -- Jörn

Re: [jQuery] New way of animating

2006-11-06 Thread Rey Bango
Hi Paul, This is the type of stuff that I think would be OOO helpful in a tutorial or demo page. Like a best practices type of thing. I recently spent a lot of time talking to John about how to get the project more exposure and one of the things we threw out was getting more examples of co

Re: [jQuery] $(form.elements) fails (in IE this time)

2006-11-06 Thread Brandon Aaron
Okay ... looking through all the properties of the form.elements nodelist in IE reveals that it is exactly the form element as you said. That also means it has a reference to the elements property. So to fix this 'special case' I added this: this.get( a.constructor == Array || a.length != undefine

[jQuery] stripping out tags...

2006-11-06 Thread Stamen Georgiev
Hi there... I was about to ask how to strip a tag from the DOM. For example we have this: some text here I want to remove the tag and preserve what it contains. But while I was writing my question, I came up with this: jQuery.fn.stripOut = function (el) { $(this).each( function(){

Re: [jQuery] New way of animating

2006-11-06 Thread Paul Bakaus
Dan,Adapting good ideas from other sources is not something evil, but often a important step to a good solution.There is a active _javascript_ community around us, and many influences went into the creation of our all beloved jQuery. For example, Dean Edwards had the same approach of a cs selector.

  1   2   >