Re: [jQuery] Kinda funny way to getting jQuery some exposure

2007-03-30 Thread Brian Miller
Gaah! My eyes! Classic! I'm still giggling. - Brian That page with the email animations is awesome! It's like a web Chamber of Horrors :-) I think you won that comments debate. Paul Caton. ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] hoverIntent r5 = plug-in ready to be plugged-in

2007-03-29 Thread Brian Cherne
and distributing it to the community. ...so empowering! I guess this is my long-winded way of saying I agree with you. jQuery has made coding JavaScript and building interactive sites/applications pleasurable. :) ...and I'm glad someone else is finding a use for my plug-in. Thanks again. Brian

Re: [jQuery] nightly builds

2007-03-29 Thread Brian Miller
It hasn't worked since the one time that you forced it (around r1485 or so). - Brian I think he means with the builds being generated. I think it's having problems building the right builds, again. --John On 3/29/07, Brandon Aaron [EMAIL PROTECTED] wrote: What kind of problems are you

Re: [jQuery] Quality control for plugins

2007-03-27 Thread Brian Cherne
. Brian. On 3/27/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Brian Cherne schrieb: On 3/26/07, *Jörn Zaefferer* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Unfortuanetely, Javadoc is a bit limited for documenting jQuery plugins. For example, most plugins offer options

[jQuery] hoverIntent r5 = plug-in ready to be plugged-in

2007-03-27 Thread Brian Cherne
I'm happy to announce that my first plug-in, hoverIntent, is ready for general use. http://cherne.net/brian/resources/jquery.hoverIntent.html hoverIntent is a function that attempts to determine the user's intent onMouseOver. It works like, was derived from and is interchangeable

Re: [jQuery] hoverIntent r3 -- animate vs. hoverIntent

2007-03-26 Thread Brian Cherne
I had to plug-in my mouse to test this one too. :) The solution was to use a self-calling timeout instead of an interval. That guarantees that the polling intervals (now polling timeouts, I guess) are spaced apart even if one fires later than expected. Argh. How frustrating. If only... Brian

Re: [jQuery] Quality control for plugins

2007-03-26 Thread Brian Cherne
projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. Brian. On 3/26/07, Ariel Jakobovits [EMAIL PROTECTED] wrote: you know what else would be nice in this standard interface? An include of a search from the jQuery

Re: [jQuery] Quality control for plugins

2007-03-26 Thread Brian Cherne
. * * hoverIntent r4 // 2007.03.26 // jQuery 1.1.2 * http://cherne.net/brian/resources/jquery.hoverIntent.html * * hoverIntent is currently available for use in all personal or commercial * projects under both MIT and GPL licenses. This means that you can choose * the license that best suits your project

Re: [jQuery] Quality control for plugins

2007-03-26 Thread Brian Cherne
: /** * hoverIntent r4 // 2007.03.26 // jQuery 1.1.2 * http://cherne.net/brian/resources/jquery.hoverIntent.html * * @param f onMouseOver function || An object with configuration options * @param g onMouseOut function || Nothing (use configuration options object) * @returnThe object (aka

Re: [jQuery] Quality control for plugins

2007-03-26 Thread Brian Cherne
On 3/26/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Unfortuanetely, Javadoc is a bit limited for documenting jQuery plugins. For example, most plugins offer options, that is, they accept a object whose properties are used to override any set defaults. How do you document all these options via

Re: [jQuery] hoverIntent r3 -- animate vs. hoverIntent

2007-03-25 Thread Brian Cherne
. It only happens in Firefox on my WinXP laptop. Later today/tomorrow I'll test a few other machines and report back. (I hope it's not just my laptop). I will also try storing the console.log() output in a buffer string to see if I can get any meaningful data from mouseMove/handleHover. Brian

Re: [jQuery] hoverIntent r3 -- animate vs. hoverIntent

2007-03-25 Thread Brian Cherne
of the polling intervals, so that two are firing in very close succession. Hopefully my next posting will have an official ready for production plug-in announcement. :) Brian. On 3/25/07, Brian Cherne [EMAIL PROTECTED] wrote: I've updated the Firebug console.log messages. They are now showing

Re: [jQuery] getting the selectedIndex of a dynamic select

2007-03-24 Thread Brian Cherne
does not have selectedIndex, but can be used for all other jQuery events/methods). I hope this helps, Brian. On 3/24/07, narven [EMAIL PROTECTED] wrote: Hi, Im having some problems getting the value of selectedIndex of a select box. im using... // this is populated dynamic using ajax

[jQuery] hoverIntent r3 -- animate vs. hoverIntent

2007-03-24 Thread Brian Cherne
(sucked up my pride and) decided to approach the list for help. I have some example code on my web site that explains the problem in detail. http://cherne.net/brian/resources/jquery.hoverIntent.html (demo requires Firefox and Firebug) Simply put, when multiple instances of hoverIntent are in-play

Re: [jQuery] hoverIntent r3 -- animate vs. hoverIntent

2007-03-24 Thread Brian Cherne
compareMouseCoordinates(). If you change that to show the mouse coordinates, you'll see that they are frozen after another li's animate mouseOut function is called. Brian. On 3/24/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Brian, From my playing around it seems that it gets triggered because mouse

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-23 Thread Brian Cherne
. But then again, when I found jQuery I didn't think writing JavaScript could be made as easy / as fun as jQuery has made it. Perhaps John has some nifty idea to maintain jQuery's simplicity while allowing for customization/efficiency. :) Brian. On 3/23/07, Andy Matthews [EMAIL PROTECTED] wrote

Re: [jQuery] hoverIntent = my first plug-in

2007-03-23 Thread Brian Cherne
css/xpath selectors that jQuery provides to target the menu/submenu LIs specifically with hover/hoverIntent. Of course, I don't know your exact situation. Perhaps mouseover/mouseout is the right solution. Brian. On 3/22/07, George Adamson [EMAIL PROTECTED] wrote: An excellent idea

Re: [jQuery] (OT) DED|Chain

2007-03-20 Thread Brian Cherne
initiative and appreciate the hard work... if anything this will probably help give jQuery more exposure. Brian. On 3/20/07, Kush Murod [EMAIL PROTECTED] wrote: looks good personally though, I prefer JQuery because it is simple and importantly tiny-mini :) Yansky wrote: I just saw this as I

Re: [jQuery] Plugins mailing list

2007-03-19 Thread Brian Miller
Plugins should still be *announced* here, though, so the people who don't subscribe to the plugins mailing list know that they exist. :) - Brian Hi everyone, It seems the new place to post plugin-related stuff is in the plugins mailing list ([EMAIL PROTECTED]). I didn't even know about

Re: [jQuery] how do i get LI's UL tag id?

2007-03-19 Thread Brian Cherne
start noticing strange behavior in otherwise standard-compliant browsers, this could be the cause. Brian. On 3/19/07, Yansky [EMAIL PROTECTED] wrote: If you want to find the parent element's id of li class=weddy_menu id=5aga/li, you could do something like this: $('#5').parent('ul').attr(id

Re: [jQuery] the pitfalls of jquery

2007-03-16 Thread Brian Cherne
Of course Benjamin knows that this list is public and indexed by search engines (at least Google), so he wouldn't actually rename jQuery to bQuery and honestly think he could get away with it. ;) Good luck! Brian. On 3/16/07, Chris Ovenden [EMAIL PROTECTED] wrote: On 3/15/07, Benjamin

[jQuery] hoverIntent = my first plug-in

2007-03-13 Thread Brian Cherne
enough before calling the function. WHERE? My sorely out-dated web site. http://cherne.net/brian/resources/jquery.hoverIntent.html WHY? To delay or prevent the accidental firing of animations or ajax calls. Simple timers work for small areas, but if your target area is large it may execute

Re: [jQuery] Reference to the element that triggered the event (Karl Rudd)

2007-03-13 Thread Brian Cherne
Hi John, I think what you want is event.target $(li.selectable).click(function(e){console.log(e.target)}); http://docs.jquery.com/Events_%28Guide%29 I'm so happy I bookmarked that page because I can't find a link to it anywhere (not even on Google!). Is it old/new? Brian. On 3/13/07, John

Re: [jQuery] hoverIntent = my first plug-in

2007-03-13 Thread Brian Cherne
errors. Is there some trick to it? Brian. On 3/13/07, Brandon Aaron [EMAIL PROTECTED] wrote: Very nice. I believe this will be getting a fair amount of usage! - ability to override default settings (sensitivity, polling interval, etc) This would be great and probably should be done by passing

Re: [jQuery] hoverIntent = my first plug-in

2007-03-13 Thread Brian Cherne
it clear... and if there's a situation where that's not the case please send me some code or a URL so I can see what's broken. I'm not sure if I'll have time tonight to work on the plug-in. But within the next few days ... I'll post again when there's an update. Brian. On 3/13/07, Jonathan Sharp

Re: [jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-03-09 Thread Brian Miller
I second this suggestion. Most other meta-languages allow backslash-escaping, I don't see why it would be a bad idea here. - Brian I didn't like the idea of hacking jQuery to make selectors with these special chars work, but as it turned out, that is what should be expected! From the CSS

Re: [jQuery] What is the status on the Ext port?

2007-03-05 Thread Brian Miller
a betting man. :) That also doesn't rule out a plugin-for-the-plugin that simply gives you a new interfafce on the calls. But, someone here would have to do that after the port is complete. - Brian Last question - it looks like the ext port is just using jQuery for the mechanics of ext itself

Re: [jQuery] jQuery 1.1.2

2007-03-01 Thread Brian Cherne
oDiv.relatedSpanId = oSpan.id; // safe expando Please correct me if I'm understanding this the wrong way. Strings are safe. Object references are not. I haven't had time to read the MSDN article from the previous reply, but I'm pretty sure this is what they're talking about. Brian. On 3/1/07, Chris Ovenden

Re: [jQuery] .next() bug?

2007-02-28 Thread Brian Miller
, the code would be so huge that your page would never load. - Brian Now, my mark-up is wrong. I should have wrapped the nested ul in it's own li, but I missed it. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] .next() bug?

2007-02-28 Thread Brian Miller
. - Brian That's not what I'm looking for at all. The point was whether or not .next() is always returning the correct element in a given situation. It was merely a concern, not a request to make jQuery work on broken docs. Adam Citrus wrote: It's hard enough to get everything working

Re: [jQuery] Interface problem

2007-02-25 Thread Brian Miller
Is all your of your main code in a ready block? Just a guess, but it might be trying to operate on the DOM before it's loaded. - Brian Hi there, I've got a really odd problem with the interface plugin. The thing is that when I go to the specific site that uses Interface theres no problem

Re: [jQuery] What would be the best way to...?

2007-02-24 Thread Brian Miller
Thanks for the advice, I should have figured it was that easy. Although, you both didn't wrap this in a $() before using jQuery methods on it. :) I'll use it this week. - Brian $([EMAIL PROTECTED]).each(function(i){ this.append(textarea name=' + this.attr(name) + ' + this.val

[jQuery] non AJAX request

2007-02-22 Thread Brian Ronk
think that would work the way I want it to. Anyone know if this is possible? -- Brian Ronk ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] ANNOUNCEMENT: jQuery Ext Partner to Deliver Integrated JavaScript UI, Features

2007-02-20 Thread Brian Miller
Ideally, there should eventually be one selector base that uses the best methods of both jQuery's selector engine and DomQuery. That way, there's no longer an issue of which one is used. - Brian Hi Rajesh, We’re investigating the possibility of supporting the use of DomQuery, Ext’s

Re: [jQuery] ANNOUNCEMENT: jQuery Ext Partner to Deliver Integrated JavaScript UI, Features

2007-02-20 Thread Brian Miller
compressed. :) (Although, I also think that maybe John should raise the limit by 1.5 times every 18 months. :-D) - Brian Well, there are fundamental tradeoffs that need to be made. If you want a very small codebase, it's difficult to squeeze in all the speed optimizations. And if you value speed

Re: [jQuery] Form Plugin curiosity

2007-02-16 Thread Brian Ronk
___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Brian Ronk ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Form Plugin curiosity

2007-02-16 Thread Brian Ronk
wondering if this is related to the issue with the plugin sending info twice (one of the other threads going around right now). On 2/16/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Brian, two things and a suggestion: try $( '#account_pass' ).val(hex_sha1( $( '#account_pass' ).val

Re: [jQuery] Google's Summer of Code

2007-02-16 Thread Brian Miller
. - Brian Hey Everyone - Google's Summer of Code has just opened up for 2007, and I'd love to have jQuery be a part of it: http://code.google.com/soc/ If you're not familiar with how SoC works, Google pays a number of college students to work on an open source project for an entire summer

Re: [jQuery] Google's Summer of Code

2007-02-16 Thread Brian Miller
a canvas plugin (kind of like what happens when people don't have Flash installed). - Brian I think Canvas would be preferable (like porting Plotkit, for example). Considering that it's possible to make it work in all browsers. --John On 2/16/07, Jake McGraw [EMAIL PROTECTED] wrote: When

[jQuery] Form Plugin curiosity

2007-02-15 Thread Brian Ronk
in the password form), when the user is entered into the database, the password is unencrypted. Why is this? I'm I just encrypting it at the wrong point? -- Brian Ronk ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery Nightly Builds

2007-02-14 Thread Brian Miller
Thank you! Thank you! Thank you! :) - Brian This is a re-post of a blog post written by Paul McLanahan: http://jquery.com/blog/2007/02/13/jquery-nightly-builds/ Hey Everyone - After much wailing and gnashing of teeth, we now have automated nightly builds of jQuery ready

Re: [jQuery] how to simplify this

2007-02-12 Thread Brian Miller
from within the click event function that you glued to it. Just remember to name the reference. I'm not sure how useful it is in this particular case, but it's helpful to know. HTH, - Brian Hello, I am looking for a way to simplify this chunk of code: $('li#normal').click(function

Re: [jQuery] jQuery Validation 1.0 Alpha

2007-02-09 Thread Brian Litzinger
Kevin, the 3-4 scripts are heavily commented, and it would be very easy to combine them all into one js file and compress it ;) Kevin Fricovsky wrote: You're library though seems to be very robust, I'm just concerned with the 3 (or is it 4) js scripts required for it to work. I too

[jQuery] Plug-in: Check Availability

2007-02-02 Thread Brian Litzinger
I made this little plug-in for an application I'm working on. It's really simple, but maybe others will find it useful and perhaps save some time.. All it does is attach a link to the desired input field and queries a database (or xml file, or whatever you want to query) for an existence of the

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-01 Thread Brian Miller
You know... The folks over at Mootools refer to theirs as Mootorials. Maybe we should call them jQ-torials? :) - Brian Hello dear friends, Just a quick note to announce that Brandon Aaron -- regular contributor to this list, member of the jQuery development team, and plugin author

Re: [jQuery] jquery.corner.js freezes IE6

2007-01-26 Thread Brian Miller
Is it this? http://meyerweb.com/eric/thoughts/2004/09/16/when-browsers-attack/ - Brian IE6 freezes, and I need to kill the proccess. After that, I visited Damn, it sure does. I'll have a look at it Juan. Interesting. It's this call that causes the problem: var h = jQuery.curCSS

Re: [jQuery] jquery.corner.js freezes IE6

2007-01-26 Thread Brian Miller
This might be a better one: http://www.cameronmoll.com/archives/000892.html - Brian IE6 freezes, and I need to kill the proccess. After that, I visited Damn, it sure does. I'll have a look at it Juan. Interesting. It's this call that causes the problem: var h = jQuery.curCSS

[jQuery] AJAX-filled div broken after 1.04 - 1.1 update

2007-01-19 Thread Brian Tobin
). I must be doing something wrong. Any suggestions? Thanks in advance. BT - Brian Tobin e-mail: [EMAIL PROTECTED] cell: 805-698-6365 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Slow Selector... What should I do?

2007-01-17 Thread Brian Miller
PROTECTED] + ShiftDate2 + ], mytable); This is a good start. Once you have all your elements, you can iterate thorugh them with $.each(), which is relatively speedy. - Brian Hi gang, I've got a for loop in which I have jQuery select a different DOM element for each iteration. The code I've got

Re: [jQuery] Slow Selector... What should I do?

2007-01-17 Thread Brian Miller
that your speed will go down by a good bit. Given that it's taking 3 seconds, I'm guessing that you're running this on a relatively large DOM. The bigger the DOM, the more benefit you get from limiting the context. - Brian Brian, The only problem I see with that is that the dates come from

[jQuery] tabs plugin - how to start with all content blocks hidden?

2007-01-05 Thread Brian Litzinger
I'm trying to use the tabs plugin, but I want all the content areas hidden until one of the tabs is clicked. I tried it with CSS, but the content areas remain hidden even when the tab is clicked. Is there support for this? -- View this message in context:

Re: [jQuery] slideUp/Down flicker with 1.0.4

2007-01-04 Thread Brian Litzinger
I noticed it Firefox, but surprisingly it doesn't happen for me in Safari. I'm injecting html into a div then sliding it down, and I assumed I might not have written the code correctly, but I also noticed it on normal elements as well. Brian Mika Tuupola wrote: Upon upgrading to jQuery

[jQuery] Interface: Sortables ghosted item doesn't take the css correctly

2007-01-04 Thread Brian Litzinger
I have a sortable list which contains quite a bit of html which includes a child ul, and I noticed when I drag the element not all the css styles are retained in the ghosted item. For example the child ul has the list-type: none, but when its drug the bullets appear. A couple elements with

[jQuery] center() plugin

2007-01-03 Thread Brian Smith
I can't seem to find the center() plugin that is listed at visualjquery.com, anyone know where it is? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Duplicating a row...

2006-12-21 Thread Brian Miller
- Brian I'm working with recipes and I want to use some jQuery goodness to clone a DOM construct that will contain a few form fields so that adding ingredients is easy, and fun. I thought that it would be pretty easy to code but it's giving me some trouble and I wanted to see if you guys could help

[jQuery] scrolling effect

2006-12-20 Thread Brian Smith
Hi, I love jquery so far, just learning. I'm trying to develop a scrolling effect, to scroll a list of news headlines inside a div tag. I'm sure I probably should be adjusting the clip region, I just can't figure out how to do it. Anyone know how, or has someone done this? Brian

Re: [jQuery] More DOM Query Speed Tests

2006-12-19 Thread Brian Miller
looking for an ID (which should be unique) after getting the tags is worthless. Should we re-write the case of tag#id to use elem.getElementBYId(), and then remove the element if it's not the right tag? - Brian ___ jQuery mailing list discuss

Re: [jQuery] Check element visibility

2006-12-13 Thread Brian Miller
$(':visible', this).length == 0 (Or 1, if the root of the context is returned, which I'm not sure of.) Note: This will be kind of inefficient if you're working with a big DOM tree. - Brian Hello all, How can I check if a given element is visible or not (i.e. has display:block). I have

[jQuery] Interface: Resizeable question

2006-12-12 Thread Brian Litzinger
Does anyone know how to alter the iresizeable.js file to allow multiple resizeable elements on the page? Right now it seems very dependant on IDs, but I need it to be class based. For example I need the handles in each one of these divs to resize the parent div. Right now it just resizes the

Re: [jQuery] Lost

2006-12-07 Thread Brian Miller
really expect you to do it. :) Keep up the good work! - Brian There are two things that I posted here a lot of time ago, but with little to no feedback at all. Well, they are not simple things actually. They hide hours of work and your comments do are a reward. I'll be glad to receive

Re: [jQuery] current jQuery version

2006-12-07 Thread Brian Miller
You know, we see this request a lot. John (or somebody), can you cron-job a nightly build? I don't want to be pushy or anything, but I think that would make a bunch of people very happy. - Brian well, http://jquery.com/src/jquery-svn.js is not the current version (that's the problem

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Brian Miller
Keep in mind that Bob Ippolito is a Python guru, and he specifically wrote mochikit to make JS behave a bit more like Python. To him, any language sucks if it uses C-family idioms. :) We can choose to be more positive, using a phrase like, Makes programming Web 2.0 fun! Or, something. - Brian

Re: [jQuery] Departure

2006-12-05 Thread Brian Miller
with the new thing! - Brian Unfortunately, I am leaving Intuit. (Friday is my last day) In the past 6 months, I have tried to spread the gospel of jQuery at Intuit. Unfortunately, where I am going, YUI is already being used. I really enjoyed using jQuery and think that it is something

Re: [jQuery] HI

2006-12-04 Thread Brian Miller
Oops! I guess I jumped the gun a little, thanks for clearing that up. I actually knew that, but I responded without thinking it through... - Brian On 04/12/06, Brian Miller [EMAIL PROTECTED] wrote: The id and name attributes must always be unique on a form. It's breaking because you made

Re: [jQuery] Jquery+TinyMCE problem

2006-12-04 Thread Brian Litzinger
You could try wrapping the div with the TinyMCE editor with another div, and applying the event to the wrapper div instead? MiB wrote: http://www.c2design.hu/liliomdomb/test.html look at first. I would like to attach any event to Tinymce but i cant. There is a div in inframe(

Re: [jQuery] HI

2006-12-03 Thread Brian Miller
The id and name attributes must always be unique on a form. It's breaking because you made them the same. They *must* be different, even if they are on different forms. - Brian hi,everyone I find use jQ, one page have two form, but the form id is diff. i find $(form_id).ajaxSubmit(options

Re: [jQuery] Designing for reuse

2006-12-01 Thread Brian Miller
Heh, I should have read this first, before suggesting it myself. *blush* - Brian On 01/12/06, Christof Donat [EMAIL PROTECTED] wrote: Hi, Controller set of methods is returned.. $('#grid').grid().data(data).drig().show() $('#grid').grid().scrollToRow(6).drig().css(border, 1px

[jQuery] MyDayLite (to-do list) release. All files included.

2006-11-29 Thread Brian Litzinger
I originally showed this 3-4 months ago in its very early stages. I've been working on it periodically and using it everyday since then and I think its finally to a stage where I can release it. I'm not a rockstar PHP or JS programmer... I'm sure there are areas that can be optimized so be nice

Re: [jQuery] MyDayLite (to-do list) release. All files included.

2006-11-29 Thread Brian Litzinger
I just re-uploaded the zip file and made sure it contained the same files as the demo. Thanks for the feedback everyone. I'll keep posting updates to the same page, and will eventually take care of the character encoding and string cleaning (as well as a hosted version with username/password

Re: [jQuery] MyDayLite (to-do list) release. All files included.

2006-11-29 Thread Brian Litzinger
David, the priority uses the ! character, and the labels use the character. I originally had it as :, but I found that I actually used : in some of my to-do text for time of day and it borked the input. You can also change them to whatever you want (look in the global.js and label.class.php

Re: [jQuery] Bug: display: none plus getComputedStyle in Safari

2006-11-29 Thread Brian Miller
Is this patch generalized enough to add to the core? Just a thought... - Brian John Resig schrieb: Unfortunately, the hack to work around that is too monstrous to comprehend. For now, it works fine in Safari for most cases, and that's what matters. That is exactly the problem I have. So I

Re: [jQuery] jQuery rejected by VirtualMart author

2006-11-26 Thread Brian Miller
. Given that it's both easy and harmless to support, I don't see what the hangup is with including it. - Brian I'm relatively new to jQuery but am excited about using it. I recently posted a request to have the jQuery library added to the list of libraries supported natively by VirtualMart, a Joomla

Re: [jQuery] jQuery 1.1 by the end of Nov

2006-11-15 Thread Brian Miller
matching :div ? Just a thought. - Brian Hi Everyone - I want to start a discussion about the features that should go into (or be removed from) the upcoming 1.1 release. I'd like to shoot for a release by the end of this month. Let me know if you have any ideas. --John

Re: [jQuery] jQuery 1.1 by the end of Nov

2006-11-15 Thread Brian Miller
to actually take a crack at it for a few days, but I'd appreciate it if someone could demonstrate just how much space such an addition would take up. I can't see it being more than like 10-15 lines or so, but I've been wrong before. :) - Brian Without sounding rude, I don't think I would ever

Re: [jQuery] Allow onclick (etc) on disabled input

2006-11-08 Thread Brian Miller
', 'myinput') to add the name attribute. That will get the effect you're looking for, without trying to make events run on disabled inputs. - Brian Sorry for ~spam, I found that adding the onclick to the parent element (a TD fortunately) is a good enough solution in this situation. BTW: The behaviour

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

2006-11-07 Thread Brian Miller
I second that notion! Please create a contrib or an incoming branch in SVN, and allow anyone to drop plugins in there. A bunch of us can take turns vetting the plugins to make sure that they're not spam or crap. - Brian Rey Bango wrote: Hi Dan, Still, I suppose if you make enough examples

Re: [jQuery] jQuery Metadata Plugin

2006-11-02 Thread Brian Miller
over the class you're using. Just make sure to avoid putting spaces into class data that you're using, so it's not broken up into multiple classes. - Brian I don't think it will break jquery. but by adding code into a class css will still treat each word as a class and apply that style

Re: [jQuery] jQuery Metadata Plugin

2006-11-02 Thread Brian Miller
for label to be used only for form elements, and not non-form elements. There are good arguments both for and against binding element settings with the element. - Brian Original-Nachricht Datum: Thu, 2 Nov 2006 02:08:26 -0500 Von: John Resig [EMAIL PROTECTED] An: jQuery

Re: [jQuery] Xpath and tab selection

2006-11-02 Thread Brian Miller
with the absolute URL that will be in location.pathname using plain old regular expressions. Keep in mind that IE automatically converts relative URLs to absolute ones in memory, while the other browsers don't. This may affect your results. - Brian So I have a tabbed navigation system, and I

Re: [jQuery] Plugin method question

2006-10-31 Thread Brian Miller
Personally, I'd rather use a div or span for that sort of thing, rather than a code tag. div class=accordion_initaccordion:false,showSpeed:'slow',hideAll:true/div Then, style div.accordion_init to be hidden, and you get the same effect without misusing the code tag. - Brian Which would work

Re: [jQuery] Plugin method question

2006-10-31 Thread Brian Miller
, was to include a script tag that only defined an object for containing the parameters. That might be a bit cleaner and easier. - Brian Brian Miller schrieb: Personally, I'd rather use a div or span for that sort of thing, rather than a code tag. div class=accordion_initaccordion:false,showSpeed

Re: [jQuery] siblings() expression bug?

2006-10-26 Thread Brian Miller
Perhaps you're right. But, in the mean time, you could always use $('label').siblings().find('input,textarea').addClass('blah'); - Brian Hey, this is my first post to discuss@ and I'm new to jQuery though I'm loving it. I don't know if this is a bug or not... Shouldn't $('label

Re: [jQuery] Expressions: Search for children within context

2006-10-24 Thread Brian Miller
Two thoughts: $( '* dt', context ); OR Just put an ID on the particulat dl that you want to use as the context. :) $( dl#foo dt ); - Brian Hi jQueryians, how do I search for a children within a context? In other words, how to translate this: $(context).children(dt

Re: [jQuery] jQuery Kinda Plugin: every

2006-10-19 Thread Brian Miller
attaching the timer references to DOM objects, then I think that you are opening the door to possible serious memory leakage. Clever, but perhaps dangerous. - Brian And I just realized I should make it possible to stop the repeating function later on. Code: jQuery.fn.every = function(interval

[jQuery] How to bind a function only once

2006-10-18 Thread Brian Litzinger
I have a group of checkboxes, and as long as any one of the boxes is checked I need a function bound to a select list, but anytime none of the boxes are checked I need the function unbound. What I have below binds and unbinds, but if I select lets say 4 checkboxes the function is bound and called

Re: [jQuery] jquery snapshots

2006-10-17 Thread Brian Miller
Which begs the question: Why NOT generate a nightly build? It should take all of 5 minutes to edit the crontab to make it happen. :) Not nightly, but updated now and then: http://jquery.com/src/jquery-svn.js -- Jörn ___ jQuery mailing list

Re: [jQuery] jQuery API discussion

2006-10-16 Thread Brian Miller
I think that there's a simpler answer to this. If we're going to overhaul the API that much, we need to do three things. 1. Talk it out thoroughly, and make sure we get it right this time. 2. Publish a new full release of jQuery (2.0). 3. Put all of the breaking changes at the top of the README.

Re: [jQuery] jQuery API discussion

2006-10-16 Thread Brian Miller
, and not be conterintuitive wrt chaining. If we do decide to use namespacing in this way, I'd want to lay some ground rules down. Specifically, only one level max, and the name must be 4 letters or less. Again, we should preserve terseness. - Brian Not too keen on namespacing (is it really required

[jQuery] Not sure how to do this...

2006-10-11 Thread Brian Litzinger
but how do I take the value of an text field, and check it against the text in a select list? For example, if I type foo in a text field, and I have a select list that looks like the one below it'll automatically make the second option selected. select option value=1bar/option option

Re: [jQuery] IE7 and document.ready

2006-10-10 Thread Brian Miller
reusing the same Function object for it. - Brian Webunity | Gilles van den Hoven schrieb: Hi Guys, Just found another document.ready bug at least i hope it is a bug :) The document.ready is not firing in IE7 when loading content via ajax into a DIV. Is this a common problem which is allready

Re: [jQuery] jQuery Browser Detection

2006-10-10 Thread Brian Miller
script. It's big, but probably not that bad when packed (although, you might have to lint it and pick out the little things for it to pack successfully). - Brian On 09/10/06, Brian Miller [EMAIL PROTECTED] wrote: Sam, if that's a problem with your user base, then there are issues that go beyond

Re: [jQuery] jQuery Browser Detection

2006-10-09 Thread Brian Miller
. - Brian Currently, jQuery does a browser detect by checking the user agent. However, I think object detection would probably be a better way. This code does that by detecting unique obects on the window object. However, I am not sure what is unique to Safari. // Figure out what browser

Re: [jQuery] jQuery Browser Detection

2006-10-09 Thread Brian Miller
string, what stops them from overriding the functions that you provide, as well? I say, we split the difference. Leave jquery's browser detection as is, and offer jUntrustworthy as a plugin, which overrides the original implementation with one that uses object detection. - Brian On 09/10/06

Re: [jQuery] How to implement file upload using AJAX?

2006-10-09 Thread Brian Miller
it is. Other efforts use Flash or a Java applet to help. That said, it's possible that someone can put together a plugin that implements the iframe hack. - Brian Hi, Does anybody know how a file pload using AJAX can be implemented in JQuery? If so, please give me an example. I intend to use PHP

Re: [jQuery] jQuery Plugin question

2006-10-04 Thread Brian Miller
(input.range); ...; }; $(.slider).each( sliderCallback( myInputs ) ); I hope I'm on the right track...? - Brian Is there a way to set a variable in an each that will be stored separately for each instance of the plugin (for example, if I am performing an action on all inputs, is there a way to store

Re: [jQuery] Chainable if/else - hot or not?

2006-10-03 Thread Brian
I like this idea. I think that it gives everyone what they want, and none of the methods are going to be as confusing to a newcomer that way. My one complaint is that I don't like filterend as a method name. It sounds... clunky. I'm sure that one of us can do better. :) - Brian Hi, I

Re: [jQuery] Chainable if/else - hot or not?

2006-10-03 Thread Brian
Elegant? Perhaps. Breaks the Principle of Least Surprise? Absolutely, unfortunately. I'm with Chris. One method that's always destructive, and another method that's always not. - Brian I thought, I'd add on my personal thoughts on this subject. Personally, I find the anonymous function

Re: [jQuery] Fast form serializer function for review

2006-10-03 Thread Brian
I'd say that .serialize() should take a boolean argument, retainOrder, which will retain semantic order if true, and not if false/null/not entered. That would be perfect. The documentation should then make clear that the retainOrder option will be slower for large forms. - Brian I wonder

[jQuery] input and textarea field resizing

2006-10-03 Thread Brian Litzinger
I ran across a plugin that would automatically expand an input or text area field while typing... but I can't seem to find it now. Anyone know what I'm talking about or where its at? Thanks. -- View this message in context:

Re: [jQuery] input and textarea field resizing

2006-10-03 Thread Brian Litzinger
Ugh, and I just went to the Interface site and didn't see it. Thanks. -- View this message in context: http://www.nabble.com/input-and-textarea-field-resizing-tf2376275.html#a6620900 Sent from the JQuery mailing list archive at Nabble.com. ___

  1   2   >