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
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
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.
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
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
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
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
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
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
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
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:
>
&
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
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.
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
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
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.
},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
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.
.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
://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
;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
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
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
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
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.
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
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
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
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
/ 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.
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
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
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
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
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
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
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
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
; 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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
/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,
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
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
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:
57 matches
Mail list logo