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
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
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
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
__
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
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
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
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
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
__
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
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
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
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
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
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()
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:
>
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
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
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
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
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
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
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
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
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
$("[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
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
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
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
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
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 "
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
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
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.
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
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
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
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
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
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
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
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
> 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
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
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
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
> 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
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
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
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
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,
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
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.
>
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)
> 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
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.
> $("#qtDiv").html($("#qtDiv).html() . $newHTML)
Yes, except with Javascript syntax instead of php. :-)
var qtHtml = "http://jquery.com/discuss/
> 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
>> 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
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
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
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
>
>
>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()));
> }
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
> 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/
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
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
> 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
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/
> 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
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
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
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
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
> 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
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
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
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
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;
> 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
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
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
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(){
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 - 100 of 160 matches
Mail list logo