[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://www.sean-o.com Fabyo wrote: it functions

[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] Evaulating script tags when .load-ing HTML

2007-05-03 Thread Sean O
!');/script; 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, SEAN O -- View this message in context: http://www.nabble.com/Evaulating-script-tags

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

2007-05-04 Thread Sean O
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 threads: http://groups.google.com/group/jquery-en/t/6722e380538892b9 and http

[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 fields when they are given focus

[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 fields after clicking on one

[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 wrote

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

2007-05-21 Thread Sean O
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 gets the idea, and the abuser's mail is all

[jQuery] Re: Digg now uses jQuery

2007-06-22 Thread Sean O
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 pointed that out to me. I spy: script

[jQuery] Eloquent JavaScript hyper-book

2007-08-03 Thread Sean O
, 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.net/ SEAN O http

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

2007-08-20 Thread Sean O
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 for our for our jquery guys

[jQuery] jqModal content overflowing -- scrollbars?

2007-08-31 Thread Sean O
hidden below. So - how can I have a fixed width 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

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

2007-09-04 Thread Sean O
: 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 Luck, SEAN O http://www.sean-o.com Andy

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

2007-09-27 Thread Sean O
://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 anyone currently working

[jQuery] How to clear setTimeout?

2007-10-10 Thread Sean O
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--tf4601640s27240.html#a13138432 Sent from the jQuery General

[jQuery] Re: How to clear setTimeout?

2007-10-10 Thread Sean O
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 to clear setTimeout? Hi, I'm trying to implement

[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: The delete wouldn't

[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/history/ SEAN O _ http

[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 context: http://www.nabble.com/number

[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 wrote: Bonjour

[jQuery] QuickSearch plugin - triggering events

2007-11-16 Thread Sean O
. 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 this plugin? Thanks, SEAN O

[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 want to set up clickable links to remove all

[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/ demonstrates a plugin that's

[jQuery] Using jQuery in Wordpress

2008-01-07 Thread Sean O
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: 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

[jQuery] Re: MooFlow: Carousel of sorts

2008-01-07 Thread Sean O
/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 the pictures to be rotated using

[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. p1:/p p1:/p p2:/p p3:/p p4:/p How can I select all ps without a 1 in the text? like... $(p).doesNotContain(1) Various attempts with not: and filter() have failed... Thanks, SEAN

[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'))) Loren Pipes -- View

[jQuery] Inline hover menu needed

2008-01-30 Thread Sean O
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: 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 to fond one that does

[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 dialogs that I don't

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

2008-04-29 Thread Sean O
'. 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 wrote: Hi, I've

[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-listed

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

2008-05-16 Thread Sean O
/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 any experience manipulating the jMP3

[jQuery] Re: My first jQuery

2008-06-04 Thread Sean O
).removeClass(unhide).hide(fast); }); }); The above worked for me, assuming .unhide was a display style and was used to display a p with class of sec-ia. _ SEAN O http://www.sean-o.com gandalf458-2 wrote: I'm trying my first simple jQuery task, a mouseover event

[jQuery] mcDropDown - problem getting displayed value

2008-12-05 Thread Sean O
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

[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 behavior is

[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. Enjoy. SEAN O

[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 codes but none of them working . I

[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: am not getting the stylized

[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.com/seanodotcom

[jQuery] Re: Show hide and print

2009-03-04 Thread Sean O
/goingtoprint/ HTH, SEAN O http://www.sean-o.com http://twitter.com/seanodotcom rayfidelity wrote: Hi, I have a problem, I have an element which I show (let's say fadein (slow)) on certain action (it's set on display:none in CSS). The problem is that i want to print that page without

[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 seanodot...@yahoo.com wrote: You're best served doing that simply

[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 glossary page (A-Z

[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 anyone could point me

[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 Sauyet-3

[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: simulate radio with checkboxes in a table

2009-03-23 Thread Sean O
(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. -- SEAN O http://www.sean-o.com http://twitter.com

[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 series of checkboxes for the driver license

[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 minicart div when