[jQuery] Re: Preventing animations from piling up due to fast mouse movement

2009-04-21 Thread Sean O
Brandon Aaron covered this issue on Learning jQuery a few months back: http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup HTH, SEAN O http://www.sean-o.com AppleTurnover wrote: > > > I've got a jquery function set up where it simply opens up a

[jQuery] Re: Validation CheckBoxes group

2009-04-06 Thread Sean O
Luigi, This should work for you: var isChecked = false; $('.campi[name="license"]').each(function(){ if ( $(this).attr('checked') ) isChecked = true; }); SEAN O http://www.sean-o.com Ciupaz wrote: > > Hi all, > in my .aspx page I have a seri

[jQuery] Re: simulate radio with checkboxes in a table

2009-03-23 Thread Sean O
s the same class name, uncheck (radio-esque functionality) if ( $(this).hasClass(time) ) $(this).attr('checked',''); }); }); Demo: http://jsbin.com/umoqe I would add visual indications of groupings (a thin horizontal rule, e.g.) for clarity as well.

[jQuery] Re: show hide random rows

2009-03-19 Thread Sean O
Scott, Ricardo, great thoughts and great code. It is an interesting issue with many attack vectors; I hope the OP is getting something out of all this... I will expect at least as much code and analysis for my next posted problem! ;) SEAN O _ http://www.sean-o.com http://twitter.com

[jQuery] Re: show hide random rows

2009-03-18 Thread Sean O
Scott, Nice job. I like the logic, and the fading out of unselected rows. My solution was, admittedly, a quick one. It certainly wouldn't scale past 1,000 rows or so -- especially with the majority # selected -- but if the 10/50 number is firm, seemed to work OK. --SEAN O Scott Sau

[jQuery] Re: show hide random rows

2009-03-18 Thread Sean O
Bob, Try this: http://jsbin.com/esoba Code: http://jsbin.com/esoba/edit It shouldn't matter how YUI is IDing your table rows, as you can pluck them out by index. HTH, SEAN O http://www.sean-o.com http://twitter.com/seanodotcom Bob O-2 wrote: > > > I was wondering if anyo

[jQuery] Re: Hide/Show glossary page require for website using jQuery

2009-03-06 Thread Sean O
Have you seen the listNav plugin? http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx Sounds like it fits well with what you're looking to do. SEAN O http://www.sean-o.com http://twitter.com/seandotcom JP-47 wrote: > > > Hi There > > I am trying to implement a gloss

[jQuery] Re: Show hide and print

2009-03-04 Thread Sean O
Have you tried overriding the override? i.e. #gototop { display:none !important; } SEAN O rayfidelity wrote: > > > Jquery show or fadein overrides the print stylesheet that's the whole > problem. > > On Mar 4, 2:56 pm, Sean O wrote: >> You're best s

[jQuery] Re: Show hide and print

2009-03-04 Thread Sean O
You're best served doing that simply with a CSS print stylesheet. Just add: and set all elements you don't want to print to "display: none". Here's an Oldie-but-Goodie guide to creating a nice one: http://www.alistapart.com/articles/goingtoprint/ HTH, SEAN O h

[jQuery] Re: Newbie needs Help with jquery logic

2009-03-01 Thread Sean O
This was a fun one to play with. I think this is the effect you're after... Demo: http://jsbin.com/iwile Source: http://jsbin.com/iwile/edit It's pretty concise & self-explanatory, but if you have any questions, just reply. SEAN O http://www.sean-o.com http://twitter.c

[jQuery] Re: [tooltip] help please

2009-02-28 Thread Sean O
Paul, Two suggestions: 1) remove the dimensions plugin script (it's integrated into jQuery as of this version) 2) close your doc ready function with parens & semicolon: $(function() { $('#set1 *').tooltip(); }); SEAN O http://www.sean-o.com paulmo wrote: > &

[jQuery] Re: google suggest

2009-02-28 Thread Sean O
Have a look at the excellent Autocomplete plugin by Jörn Zaefferer: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ SEAN O http://www.sean-o.com anjith wrote: > > > Hi, > > Hey please help i want to do google suggest i have customised many > code

[jQuery] My birthday gift to the jQuery Community

2009-02-27 Thread Sean O
It's been a while since I created anything publicly fun - kids have that effect on you :) So I figured I'd offer up my birthday gift to you: F3: Fast Flickr Findr http://www.sean-o.com/f3 Find Flickr photos fast. Built using jQuery, developed rapidly on Remy Sharp's JSBin.

[jQuery] Re: Good book or site to learn jquery?

2008-12-15 Thread Sean O
Steven-99 wrote: > > I want to learn how to use jquery. Does anyone know any good books or > sites that will teach it? > The book, Learning jQuery (Swedberg, Chaffer), is quite good. -- View this message in context: http://www.nabble.com/Good-book-or-site-to-learn-jquery--tp21007959s27240p

[jQuery] Re: mcDropDown - problem getting displayed value

2008-12-08 Thread Sean O
Dan Switzer wrote: > > Sean, > > The getValue() should do exactly what you need. It returns an array in > the format [value, label]. So the second element in the array is > exactly the value I believe you're after. > > -Dan > Dan, thanks. I'm able to get the label using [1], but the behavio

[jQuery] mcDropDown - problem getting displayed value

2008-12-05 Thread Sean O
esn't work, and would only return the rel attribute of selection anyway. What I need is the displayed text. Ideas? Thanks. SEAN O http://www.sean-o.com -- View this message in context: http://www.nabble.com/mcDropDown---problem-getting-displayed-value-tp20860269s27240p20860269.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: My first jQuery

2008-06-04 Thread Sean O
},function(){ $("p.sec-ia").removeClass("unhide").hide("fast"); }); }); The above worked for me, assuming .unhide was a "display" style and was used to display a with class of "sec-ia". _ SEA

[jQuery] Re: Trying to get plugin listed

2008-05-16 Thread Sean O
Anyone? Thanks, SEAN Sean O wrote: > > Can someone from the jQuery team please contact me about getting my plugin > back on the Media page? The project has been established for quite some > time, is filed under Media, and has its own project page: > http://www.sean-o.

[jQuery] Re: jMP3 plugin: Preventing more than one song from playing at the same time.

2008-05-16 Thread Sean O
.tele.dk/nyboe/flash/mediaplayer/IDcontrol.htm Also, Jeroen has a forum setup just for Javascript interaction: http://www.jeroenwijering.com/?forum=Javascript_interaction Hopefully one of these resources can help. SEAN O http://www.sean-o.com Louder Than Ten wrote: > > > Does anyone have an

[jQuery] Trying to get plugin listed

2008-05-14 Thread Sean O
://plugins.jquery.com/project/Plugins/category/52 no matter what I do. I've tried editing, re-assigning, and recreating the project. Pls email me at seanodotcom -at- yahoo -dot- com Thanks, SEAN O http://www.sean-o.com -- View this message in context: http://www.nabble.com/Trying-to-get-plugin-l

[jQuery] Re: Re[jQuery] lease: Autocomplete Plugin 1.0

2008-04-29 Thread Sean O
;poof'. This would be disconcerting for the user entering his 5th or 6th entry and mistyping a letter. Reproduced in FF 2 & IE 7, Vista. Digging the image search A/C... will have to delve into that code later. Thanks, SEAN O _ http://www.sean-o.com Jörn Zaefferer wro

[jQuery] Re: Best plugin for modal dialogs

2008-02-14 Thread Sean O
I switch between jqModal and Thickbox 3.1 for different apps, slightly different needs. Thickbox works well for forms, looks nice, while jqModal is much snappier. SEAN O _ http://www.sean-o.com Nazgulled wrote: > > > Hi, > There are so many plugins for modal di

[jQuery] Re: what editor do you use?

2008-02-14 Thread Sean O
d++: Tools >> Program Settings >> Key Map >> Edit >> Copy Line Assign your own shortcut key. I chose Ctrl-Alt-D. "Swap with Line Above/Below" is also quite convenient. http://www.pspad.com SEAN O ___ www.sean-o.com -- View this m

[jQuery] Re: Loading GIF Slideshow w/o Modal

2008-01-31 Thread Sean O
Ange, It sounds like the SlideViewer plugin might help you: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html SEAN O _ www.sean-o.com Ange-6 wrote: > > > I'm looking for a jQuery slideshow plugin, and I can't seem

[jQuery] Inline "hover menu" needed

2008-01-30 Thread Sean O
igger to onMouseover versus right-click. Any ideas? Thanks, SEAN O www.sean-o.com -- View this message in context: http://www.nabble.com/Inline-%22hover-menu%22-needed-tp15191011s27240p15191011.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: Opposite of .contains() ?

2008-01-11 Thread Sean O
Thanks for the prompt responses, guys! Loren/Vaughn, your solution worked great. I really need to spend some QT with Learning jQuery and selectors this weekend :) SEAN O Vaughn Pipes wrote: > > You might try something like this: > > $("p:not(:contains('1

[jQuery] Opposite of .contains() ?

2008-01-11 Thread Sean O
Hi, I'm trying to select elements that do not contain certain text. In effect, the opposite of .contains(). e.g. 1: 1: 2: 3: 4: How can I select all s without a 1 in the text? like... $("p").doesNotContain("1") Various attempts with not: and filter() have failed... Thanks, SEAN

[jQuery] Re: MooFlow: Carousel of sorts

2008-01-07 Thread Sean O
query/imagestrip/imageslide-plugin.html is also nice. I don't know of any with quite the layout of MooFlow, however. SEAN O ___ www.sean-o.com {js}sTyler wrote: > > > Has anyone seen the MooFlow image gallery: > http://www.outcut.de/MooFlow/ > It even allows t

[jQuery] Re: Using jQuery in Wordpress

2008-01-07 Thread Sean O
Ben, Jim, thanks for the replies. I was ready to just hack it in myself, but I haven't worked with Wordpress in quite some time and remember it being fairly fragile. I'll give your code a shot, Benjamin. >>Shameless plug for my wife's site: http://www.yourdoorandmore.com/ @Jim: my wife is loo

[jQuery] Using jQuery in Wordpress

2008-01-07 Thread Sean O
/ old articles. Thanks, SEAN O ___ www.sean-o.com -- View this message in context: http://www.nabble.com/Using-jQuery-in-Wordpress-tp14672948s27240p14672948.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: Autosuggest

2007-11-19 Thread Sean O
Gordon, I think the quickSearch plugin: http://rikrikrik.com/jquery/quicksearch/ will help you. SEAN O __ www.sean=o.com Gordon-35 wrote: > > > http://www.vulgarisoip.com/2007/06/29/jquerysuggest-an-alternative-jquery-based-autocomplete-library/ > demonstra

[jQuery] Re: QuickSearch plugin - triggering events

2007-11-19 Thread Sean O
Bump. I thought I got somewhere over the weekend, but am still 1-2 off on each count. The plugin project hasn't been updated in a while... SEAN Sean O wrote: > > Hi, > > > I'm trying to modify "RikRIkRik" Lomas' excellent QuickSearch plugin. I &g

[jQuery] QuickSearch plugin - triggering events

2007-11-16 Thread Sean O
urse. But that does nothing. All sorting changes are tied to keypress events (as-you-type updates a'la iTunes), and I can't determine how to trigger a sort otherwise. There is no clearly defined function (reSort(), e.g.) to reference in the code. Has anyone else worked with

[jQuery] Re: Image expand plugin

2007-10-22 Thread Sean O
This is the best one I've ever seen -- 'HighSlide'. It's not jQuery, but it rocks: http://vikjavev.no/highslide/#examples Looks like the latest version can handle various content types like images, text, and flash. ___ SEAN O http://www.sean-o.com Txt.Vaska wr

[jQuery] Re: number formatting plug-in

2007-10-18 Thread Sean O
I like the numeric plugin: http://www.texotela.co.uk/code/jquery/numeric/ SEAN O ___ http://www.sean-o.com james_027-2 wrote: > > > hi, > > is there a number formatting plugin for jQuery? > > Thanks > > > -- View this message in c

[jQuery] Re: changing the adressbar with javascript

2007-10-18 Thread Sean O
For obvious security reasons you (thankfully) cannot "fake" the address bar field using JavaScript. Scammers & spammers would have a field day with that. You can, as Jonathan mentioned, update it using hashes. See the history plugin: http://stilbuero.de/jquery/his

[jQuery] Re: [NEWS] Humanized Messages

2007-10-17 Thread Sean O
Looks great in FF, but is hosed in IE6. Too bad, it would make a great 'update confirmation' for a few of my web apps. I do like the Humanized site, which served as the inspiration for this... _______ SEAN O http://www.sean-o.com Jeferson Koslowski wrote: > > Found a n

[jQuery] Re: How to clear setTimeout?

2007-10-10 Thread Sean O
Aha! placing var upd; outside of the keyup function did the trick! I always get tripped up on scope issues like this... I'll look to your expire plugin for future use... for now, this gets me over the hump. Thanks, Michael! SEAN O Michael Geary wrote: > > &g

[jQuery] Re: How to clear setTimeout?

2007-10-10 Thread Sean O
; setTimeout, you should be able to just > > delete upd; > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Sean O > Sent: Wednesday, October 10, 2007 10:39 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] How

[jQuery] How to clear setTimeout?

2007-10-10 Thread Sean O
ystroke ;) (BTW, I've used the onChange event before, but for text inputs, the user has to manually tab/click out of the field to trigger that event) Thanks, _ SEAN O http://www.sean-o.com -- View this message in context: http://www.nabble.com/How-to-clear-setTimeout--tf4601640s2724

[jQuery] Re: an "Undo" plugin, or something as such. :-)

2007-09-27 Thread Sean O
http://humanized.com/weblog/images/resources/undo/source_sync.php This even accounts for handling multiple windows of the same script w/different event queues. SEAN O http://www.sean-o.com Steve Finkelstein-4 wrote: > > > Hi all, > > I was curious if there is anyo

[jQuery] Re: Looking for a calendar picker that allows for two instances on one page

2007-09-04 Thread Sean O
n't use/need Notes) Demo: http://www.nsftools.com/tips/DatePickerTest.htm I love this control, and I've tried many, searching for the "right" one. It's multi-instance (5 on some of my forms), fast, quite configurable, styled by CSS, works well in IE & FF etc. etc. Good

[jQuery] jqModal content overflowing -- scrollbars?

2007-08-31 Thread Sean O
p; height jqModal window that adds a vertical scrollbar to accommodate content that might overflow those bounds? (and works in IE6+ & FF2 :) Thanks, _ SEAN O http://www.sean-o.com -- View this message in context: http://www.nabble.com/jqModal-content-overflowingscrollbars--tf43620

[jQuery] Re: hide table rows when we type in text box

2007-08-20 Thread Sean O
you don't want to use his plugin, you can at least check out the source code for inspiration. ___ SEAN O http://www.sean-o.com Potluri wrote: > > Hi everyone, > Thanks for everyone who responded for my previous queries. > Here is an assignment which I feel challenging fo

[jQuery] "Eloquent JavaScript" hyper-book

2007-08-03 Thread Sean O
programmer, but experienced users can find information of some use. A nice touch is the "click-to-run" code samples that launch in a console attached to the foot of the browser. They even feature an off-line download of the hyper-book and a print version. All free. http://eloquentjavascript.ne

[jQuery] Re: [ANNOUNCE] planet.jquery.com

2007-07-12 Thread Sean O
Same here... _ SEAN O Andy Matthews-4 wrote: > > Not working yet? I just get spinning and spinning. > -- View this message in context: http://www.nabble.com/-ANNOUNCE--planet.jquery.com-tf4070087s15494.html#a11567274 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Digg now uses jQuery

2007-06-22 Thread Sean O
hould offer to lend a hand? (But the problem seems to be mostly in implementation -- primarily not pre-loading threaded comments, which is a bad idea) __ SEAN O http://www.sean-o.com Klaus Hartl wrote: > > > Rey Bango wrote: >> >> Yes sir. Brandon just poi

[jQuery] Re: dealing with spam on the jQuery list.

2007-05-21 Thread Sean O
f those domains legitimately (99.8% are of the ED-remedy variety). At least "offr.biz" would dump the latest spam dork. SEAN O http://www.sean-o.com Ⓙⓐⓚⓔ wrote: > > Gmail deals pretty well with spam, but it has to be told! > > I mark the spam messages as spam. Gmail g

[jQuery] Re: My first plugin - expand/collapse

2007-05-17 Thread Sean O
Hi Tom, Here's a few links for inspiration from similar projects: http://labs.activespotlight.net/jQuery/Xpander.html http://www.learningjquery.com/2007/02/more-showing-more-hiding Might I suggest a demo on your plugin article? SEAN O http://www.sean-o.com Tom Holder

[jQuery] Re: REMINDER: jQuery Tutorials & Documentation

2007-05-10 Thread Sean O
people are currently finding interesting regarding jQuery. ________ SEAN O Rey Bango-2 wrote: > > > Just a reminder to everyone, especially those that are just starting out > with jQuery, that we have a very comprehensive tutorials section for you > to learn from. Visit the j

[jQuery] Re: New / Updated Plugin - Focus Fields

2007-05-08 Thread Sean O
Sam, That was it. Works in FF2 & IE 6 here. I had thought there was a default initiation of focusFields() on page load of the demo... My eyes passed right over the "click one of the examples above..." ____ SEAN O Sam Collett wrote: > > Did you click the text fiel

[jQuery] Re: New / Updated Plugin - Focus Fields

2007-05-08 Thread Sean O
Sam, The demos don't seem to work for me in either FF2 or IE6 (?) SEAN O http://www.sean-o.com Sam Collett wrote: > > > Haven't updated outlineTextInput's for a while (due to having issues > with IE) - which is a plugin for adding outlines to text f

[jQuery] Re: Evaulating script tags when .load-ing HTML

2007-05-04 Thread Sean O
calling a PHP document?). I'll have a look at the llnl.gov code next week. Thanks for the pointers, folks. And happy Quatro De Mayo. SEAN O http://www.sean-o.com shelane wrote: > > > > I also had this problem and pleaded for help in these thread

[jQuery] Evaulating script tags when .load-ing HTML

2007-05-03 Thread Sean O
/javascript'>$('#warn').html('required!');"; The JS is evaluated in Firefox 2/Win (loaded into the "master" DIV), but not in IE6/Win. How can I force the issue in IE? I read quite a few posts on this, and couldn't find an answer... Thanks,

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

2007-04-29 Thread Sean O
Hey Rey, Looks like Uni-Form, http://dnevnikeklektika.com/uni-form/ an attempt to modularize and standardize form inputs, has moved to jQuery in their latest version 1.2. SEAN O http://www.sean-o.com Rey Bango-2 wrote: > > > Added: > > - GameGum Free Flash Games

[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Sean O
I could see my users typing in the comma in a multiple select scenario, so I cast my vote for comma-as-selector. Great to see you guys collaborating on an important (IMHO) and useful plugin. I wish I had more time (and expertise lol) to lend a hand. ___ SEAN O http://www.sean-o.com

[jQuery] Re: document.getElementById

2007-04-10 Thread Sean O
Fabyo, Try: var teste = $("#obj"); alert(teste.scrollTop); You need the "#" prefix to designate an id. (and a "." prefix for class) Native elements, like body, can be directly addressed ( e.g. $("body") ) ___ SEAN O http: