e same page.
>
> Example:
>
> current location: www.something.com/
>
> I click on a link and it takes me to:
>
> www.something.com/#someanchor
>
> Is there anyway to listen for this change/event with jquery?
>
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
Works fine for me (Firefox 3 on Mac OS X). What browser gave you that error?
On Fri, Sep 19, 2008 at 4:13 PM, switch13 <[EMAIL PROTECTED]> wrote:
>
> I can't see why this wouldn't
> work:
> $('h1:contains("test")').parents('body').add
p/comp.lang.javascript/topics
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
probably changed some to comply with UI
conventions, but if this is the one that andrejk is using, then there should
be few problems switching to ui.autocomplete.
[1] http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
h means that
you can immediately execute an anonymous function by doing this:
function($){ ... }(jQuery)
However, because of a quirk in JavaScript syntax, to be able to do this
properly, you need to put parentheses around the anonymous function, like
this:
(function($){ ... })(jQuery)
--
Aaron
ing on
> > jquploader2 that will do just that. jquploader1 used a flash file also
> > for the graphical UI, jquploader2 will let the developer customize
> > looks and behaviours via html/Css and javascript.
> >
> > --
> > Alexandre Plennevaux
> > LAb[au]
> >
> > http://www.lab-au.com
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
lement's name is in the "multi" list, then you would collect
all of the values for all of the inputs with that name and run through the
validation rules you have for that input name on each of those values.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
u couldn't achieve in a different way.
I'm curious as to what those ways are (honestly). Example?
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
each and every form?
>
> Thanks
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
y?
>>
>> I found a ContextMenu plugin but it was last updated almost a year
>> ago.
>>
>> Alternately, are there any other plugins out there that would offer
>> ContextMenu support for right clicking?
>>
>
>
>
> --
> Isaak Malik
> Web Developer
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
,
> >
> > Can you point us to a web-sample so we can Firebug it up? (The console is
> > your friend).
> >
> > Best Wishes,
> >
> > Wil Everts
> > [EMAIL PROTECTED]
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
> ...the 3 links to change status to with their symbols as link
> > >
> >
> > > You can imagine that it's a lot of code. The filesize is about 1.3MB
> > > and takes ages to load (the person that "runs" the date-planer wants
> > > it like that; to show up all dates and persons on ONE page). Now I
> > > removed the code that makes the hover and the hidden-div with the
> > > change-links and get only about 177Kbyte.
> >
> > > Now I ask myself if it would be possible with jQuery to manage it
> > > somehow ...
> >
> > > Any ideas?
> >
> > > Thanks
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On Sat, Apr 12, 2008 at 2:34 PM, Jacky See <[EMAIL PROTECTED]> wrote:
> I have put up a page to test.
> http://www.seezone.net/dev/dateValiation.html
Link should be: http://www.seezone.net/dev/dateValidation.html
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On Thu, Apr 10, 2008 at 3:23 PM, <[EMAIL PROTECTED]> wrote:
> This is just a test... had this been an actual...
>
emergency, the Attention Signal you just heard would have been followed by
official information, news or instructions.
--
Aaron Heimlich
Web Developer
[EMAIL PRO
ollowing poll, that would be a big help in determining how to proceed:
>
> http://www.polldaddy.com/poll.aspx?p=388570
>
> Thanks,
>
> The jQuery Team
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
t;:input[name='foo[bar][baz]']", domElementForMyForm)
You can read more about jQuery selectors at http://docs.jquery.com/Selectors
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
function $$(selector, context){
> > return jQuery(selector.replace(/(\[|\])/g, '\\$1'),
> > context)
> > }
> >
> > $$('#contact[email]')
> >
> > It adds to the global namespace (so won't work with prototype for
> > example, which also uses $$) but it does do trick.
> >
> > Thoughts?
> >
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
Your test has succeeded!
On Feb 4, 2008 6:00 PM, CFMike <[EMAIL PROTECTED]> wrote:
> Please ignore. I am new to the jquery list. I am just testing my access.
> Thank you for your patience.
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
call it like this without having to change any markup anywhere,
> so it becomes a drop-in replacement:
>
> $(function() {
> var options = { /* whatever */ };
> Shadowbox.init(options);
>
> $('a[href$=swf]').shadowbox();
> });
>
>
> Of co
box). It can be used with jQuery or any
> > other library. I created an adapter for jQuery, and I thought that
> > somebody on this list might be interested.
> >
> > http://mjijackson.com/2008/01/22/shadowbox-js-media-viewer-1-0-beta/
> >
> > Enjoy,
> >
> > Michael
> >
>
>
>
> --
> Aaron Heimlich
> Web Developer
> [EMAIL PROTECTED]
> http://aheimlich.freepgs.com
>
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
ches on a media viewer application that I
> coded up recently (think Thickbox). It can be used with jQuery or any
> other library. I created an adapter for jQuery, and I thought that
> somebody on this list might be interested.
>
> http://mjijackson.com/2008/01/22/shadowbox-js-media
' class="summary"> class="sml">' + $('div.box:eq(' + count + ') dd p').html() + ' div>');
>count = count + 1;
>});
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
gt;
> My question is: since this week info is duplicated, what should my html
> markup look like so that the submited form reflects this structure ?
>
>
> Thanks a lot for your advises,
>
> --
> Alexandre Plennevaux
> LAb[au]
>
> http://www.lab-au.com
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
abit of simply assuming that all
languagues I use are case-senstive.
>
>
> Rick
>
>
>
> *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Aaron Heimlich
> *Sent:* Saturday, December 15, 2007 12:48 AM
> *To:* jquery-en@googlegroups.com
> *
On Dec 14, 2007 11:33 PM, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> $("#shadow").dropshadow is not a function
>
> $("$shadow").dropshadow({left:6, top:6, blur:3});
>
It's dropShadow(), not dropshadow()
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
gt;
>
>
> I tried putting the ; everywhere in the code, but
>
> couldn't figure it out.
>
> HELP!
>
> Rick
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
; This seems rather stupid to me. There should be a simpler way.
>
> I need this so that I can fill it with jQuery objects that I create
> inside a loop, and then I return the entire collection.
>
> Thanks,
>
> Larry
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On Nov 7, 2007 3:26 PM, Aaron Heimlich <[EMAIL PROTECTED]> wrote:
> (I don't think you can upgrade cross-platform, but I've heard of people
> talking to Customer Support about it and arranging something).
>
Here's more info on cross-platform CS3 upgrades:
http:/
You're welcome. HTH
On Nov 7, 2007 3:49 PM, Andy Matthews <[EMAIL PROTECTED]> wrote:
> Aaron...thank you! This is exactly what I was looking for! Appreciated.
>
> --
> *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On
>
ttp://www.amazon.com/Apple-MacBook-MA700LL-Notebook-SuperDrive/dp/B000GABVOS
WOW! Amazon is seriously overpricing that thing; Not even Apple sells a
MacBook for that much.
[1] The Late 2006 Macbook uses Intel GMA950 (
http://www.intel.com/products/chipsets/gma950/); Current MacBooks (Late
20
Jorn,
Is there an ETA on version 1.2 of your validation plugin?
Thanks,
Aaron
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
success!
On 9/17/07, KushM <[EMAIL PROTECTED]> wrote:
>
>
> test
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
jQuery, then
> that speaks volumes and the naysayers can take a hike!
>
> Rey...
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On 9/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> var options = {
> target:'#output1',
> };
Get rid of the trailing comma after '#output1'. Other than that, I can't see
anything wrong with your code.
--Aaron
--
Aaron He
handler that (among other things) calls
ajaxSubmit(). ajaxSubmit() is where the form submission actually happens.
More details: http://www.malsup.com/jquery/form/#api
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
ery/form/). I've never done form handling without
it, so I wouldn't know.
[3] More specifically, $_POST['spam'] or $_GET['spam'] depending on how the
form was submitted
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
production. A name MUST NOT appear
> more than once in an XML document as a value of this type; i.e., ID values
> MUST uniquely identify the elements which bear them.
>
>
[1] http://www.w3.org/TR/html401/struct/global.html#h-7.5.2
[2] http://www.w3.org/TR/REC-xml/#i
hat you're describing, using CSS classes is more appropriate, e.g.
$(".foobar")
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
gger(type, data);
> >
> > I think "jQuery("*")" is slow when the page contains large amount of
> > elements. This makes some global events very slow ( ajaxStart with
> > blockUI ). In 1.1.3.1, elements with global event are stored in an
> > array.
> > Any ideas?
> >
> >
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
, true).
But I have to ask: Why would you want to do this?
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
had not been an issue.
>
Originally it was, though, which was what brought up this issue[1] in the
first place. The timer was implemented as a solution to memory leak issue
(no event handlers, nothing to leak).
[1] http://dev.jquery.com/ticket/991
--
Aaron Heimlich
Web Develope
sup.com/jquery/cycle/ and appears to be the
> best slide show out there.
>
> Here is my incredibly simple jQuery program:
>
> http://www.whatbird.com/wwwroot/Components/Cycle%20Demo.html
>
> Can anyone see what I have missed?
>
> Thanks
>
> Mitch
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On 8/20/07, Mitchell Waite <[EMAIL PROTECTED]> wrote:
>
> Do you have a clue as to why 100% wont work?
>
Put the height: 100% on and remove the height from , it should
work then (at least it did for me in FF 2.0.0.6 Win XP).
--
Aaron Heimlich
Web Developer
[EMAIL
ere is still lag between
> > each redraw.
> >
> > Since this method might be a good deal more bloated than the jquery
> > animate function I also recommend not including it in the core, at
> > least for the time being.
> >
> > ~Sean
> >
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
think about the scroll bar.
Neither did I until I caught it appearing and disappearing out of the corner
of my eye.
Thank you for finding that and giving me a solution.
No problem, dude. Happy to help.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
does this, but I don't think it'll work in your case since you seem
to have a bunch of wrappers that are absolutely positioned, so you may want
to use an explicit value that you know will trigger the vertical scrollbar
instead.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
to;
margin-right: auto;
width: 797px;
}
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On 8/13/07, bleen <[EMAIL PROTECTED]> wrote:
> foreach( options as option){
> do stuff
> }
>
>
If this were PHP, I'd agree with you. But the JavaScript syntax is:
for(var option in options) {
// option is a key in options
// options[option] is a value in opt
On 8/9/07, John Resig <[EMAIL PROTECTED]> wrote:
>
> jQuery sends along an extra header:
> X-Requested-With:
>
More specifically, it's:
X-Requested-With: XMLHttpRequest
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
f overhead is coming
> from.
> > Is it from jQuery's processing routines or for the actual DOM creation.
> >
> > In my experience IE6 is sluggish when trying to generate large tables on
> the
> > fly. (This is pre-jQuery coding as well.)
> >
> > -Dan
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
] On
> >
> > Behalf Of Nazgulled
> > Sent: Monday, August 06, 2007 11:25 AM
> > To: jQuery (English)
> > Subject: [jQuery] Fading element opacity problem using Interface FX!!!
> >
> > What's the problem? Why does A work and B doesn't?
> > A:
ts#animate.28params.2C_speed.2C_easing.2C_callback.29(last
sentence of the third paragraph)
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
much nil as far as intellisense goes. Mainly all they do is syntax
> highlighting and formatting.
>
> What recommendations on JavaScript editors or IDEs does anyone have?
> Is there something sophisticated enough that can have intellisense
> with jQuery or my own objects in externa
On 8/1/07, Matt Stith <[EMAIL PROTECTED]> wrote:
>
> O rly?
Ya rly
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
ve.
>
>
>
> Thanks
>
>
>
> Mitch
>
>
>
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
cursor').click(function() {
$("#spinner").show();
});
Or
$("#spincursor").click(function() {
$("#spinner").show();
});
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
en') {
cheshireCat.style.visibility = 'visible';
} else {
cheshireCat.style.visibility = 'hidden';
}
});
[1] jQuery helps *a lot* in this regard, but it doesn't handle everything.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
as I have no knowledge of your page's structure
// Find the "Change the cats visibility" link and assign a "click" event
handler to it
$("a.changeVis").click(function() {
// Find the div that has the cat image in it and toggle the image's
visibility
n be used mostly in the same fashion. You can
iterate over it like an Array object, and you can access indexes (foo[0],
foo[1], foo[2], etc.) like you can with an Array object, but that's about
it.
[2] http://docs.jquery.com/Core#each.28_fn_.29
[3] I believe this is it:
http://groups.google.com/group/jquery-en/browse_thread/thread/d670a83c308961d3/92e29565dff28d32#92e29565dff28d32
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
e will move up.
Can someone show me the best way to change (toggle) an objects
"visibility" property between "hidden" and "visible" so any HTML under it
will not move.
Mitch
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
aMethod: function() {
$.logger('overwrite');
this.parent.aMethod();
}
});
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
You are excused :)
On 7/12/07, Salvatore FUSTO <[EMAIL PROTECTED]> wrote:
excuse for this test
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
super methods. Maybe I'm just too used to
Java class system and therefore can't see how to effectively replace
those calls with something appropiate in JavaScript.
--
Jörn Zaefferer
http://bassistance.de
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
y more function calls.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On 7/5/07, Rey Bango <[EMAIL PROTECTED]> wrote:
The CSS option (http://www.sunsean.com/cssAnimate.html) doesn't run for
me in IE7.
It worked for me, but only once.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On Jul 5, 12:01 pm, "John Resig" <[EMAIL PROTECTED]> wrote:
> Aaron - you should file a ticket for this and I'll consider it.
http://dev.jquery.com/ticket/1364
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
resses?
*
Andy Matthews
*Senior ColdFusion Developer
Office: 877.707.5467 x747
Direct: 615.627.9747
Fax: 615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
<>
t;[EMAIL PROTECTED]> wrote:
I would like to help but you've lost me there Aaron...
Is it possible to attach an "else" to the "if" statement that replaced
> it[1] that checks in [EMAIL PROTECTED]
On 05/07/07, Aaron Heimlich <[EMAIL PROTECTED]> wrote:
>
> On
eceive any sort of speed up. Sorry about
that guys.
--John
Is it possible to attach an "else" to the "if" statement that replaced it[1]
that checks in [EMAIL PROTECTED]
[1] http://dev.jquery.com/browser/tags/1.1.3.1/src/selector/selector.js#L345
--
Aaron Heimlich
Web
On 7/3/07, sprak <[EMAIL PROTECTED]> wrote:
What magic am I missing to be able to grab the value?
$('[EMAIL PROTECTED]"categoryID[0]"]').val();
Notice the quotes around categeoryID[0]
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On 7/2/07, John Resig <[EMAIL PROTECTED]> wrote:
http://code.google.com/p/jquery
Returns "404 Not Found"
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
at people have written but they're
pretty meaty for my purposes. I was looking at
http://www.vladdy.net/Demos/printf.html but the code is beyond me.
Cheers,
Rob
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
On 6/26/07, Erik Beeson <[EMAIL PROTECTED]> wrote:
You misunderstand. It's a javascript file that you include on your
page just like jQuery. It's no more "installed" than jQuery. Just fine
for general public use.
Well then, I stand corrected.
--
Aaron Heimlich
Web
our IE users to download and install excanvas, then more power to
you.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
owsers are you looking for?
--Erik
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
ming
you're doing this for a public web site). Flash seems to be the best way to
what you're looking for.
[1] http://developer.mozilla.org/en/docs/HTML:Canvas
[2] http://developer.mozilla.org/en/docs/SVG
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
er the page.
> > > Sort of like a thickbox thing, but without all the other stuff.
> > > Does anyone know where it is?
> > >
> > > Glen
> >
> > --
> > BrightLight Development, LLC.
> > 954-775- (o)
> > 954-600-2726 (c)
> > [EMAIL PROTECTED]
> > http://www.iambright.com
> >
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
nto
"var=value,othervar=value" ?
thank you for your time!
Alexandre
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.476 / Base de données virus: 269.9.4/860 - Date: 21/06/2007
17:53
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
SDoc[2]). Unfortunately, I
haven't been able to find any written documentation on them.
[1] http://www.scriptdoc.org/specification.htm
[2] http://jsdoc.sourceforge.net/#tagref
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.472 / Base de données virus: 269.9.1/857 - Date: 20/06/2007
14:18
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
it with 1.1.3 and see how it goes.
Being in a crisis is not the right time to play with nightly builds ;-)
--Klaus
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
I believe it's
var $emptyObj = jQuery([]);
On 6/20/07, Gordon <[EMAIL PROTECTED]> wrote:
Just a quick question, is there a way to quickly create a jQuery
object that contains no elements at all so you can add() them as
needed later in the script?
--
Aaron Heimlich
Web Devel
whatever its writes ANNOYING message such as
"Google can fill this field for you" (and i say : no thanks ;))
anyway i slove it with in that way
lets say you have
email
just stick a comment within it:
email
and its should work
hope its helps
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
I'm trying to use getJSON to return some JSON from a PHP page. I can
> > > see that the request is returning the expected response with
> Firebug,
> > > but the getJSON callback isn't firing?
> > >
> > > My PHP is simply
> > >
> > > > > echo "{ok:true,state:OUT-DECOMMISSIONED}";
> > > ?>
> > >
> > > Do a need to set a special content type before returning the JSON?
> > >
> > >
> >
> >
> >
> > --
> > Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ
>
--
Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
You're very welcome. Glad I could help.
On 6/13/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
Aaron Heimlich wrote:
> Try this:
>
> /^(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/
Thanks, that works great.
--
Jörn Zaefferer
http://bassistance.de
--
Aaron Heimlich
$("[EMAIL PROTECTED]'bam']").append(" -- pink");
is probably the best workaround.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
't
be certain of that as I've never actually tried to do this.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
e my
Firebug-enhanced test to jQuery 1.1.
[1] http://www.learningjquery.com/2006/12/quick-tip-optimizing-dom-traversal
[2] http://aheimlich.freepgs.com/tests/jquery/speed-test-firebug/
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
t; wrote:
Hi,
has anybody some regular expressions at hand that work in JS to match
decimal numbers, eg. 100, 100.4 or 100,120.124
Thanks for sharing.
--
Jörn Zaefferer
http://bassistance.de
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
watch out).
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
ar".
That's the way it worked pre 1.1. Now, it's "get #car and check if it's a
div".
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
quot;).not("[EMAIL PROTECTED]'false']");
Does this look right?
I also want to find selects that have a value of "" too. :)
Would that be:
$("form table").find(" tr.required [EMAIL PROTECTED]''],[EMAIL
PROTECTED]''],").not(&qu
on by clicking on the
> > screenshot and then click on the dropdown menu button. You will see
> > that moving between months stops working after the first click. The
> > sample app was built with Ext 1.0 Beta 2, but nothing has changed
> > since then:
http://matthew.delm
ages doesn't
> > work right on IE6.
> >
> > Plugin src (with a little inline documentation!) and a couple of
> > examples can be had here:http://erikandcolleen.com/erik/jquery/fxQueue/
> >
> > I mainly did this as an exercise for myself, so it won't hurt my
> > feelings if it turns out this isn't really very useful, or if it's
> > already been implemented in SVN or whatever.
> >
> > Is this useful to anybody? Is it worth polishing up a little more?
> >
> > --Erik
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
ww.atkinshomebuilders.com/photo-gallery.html
Does anyone have any idea why this might be happening? It works great
in IE and FF for the PC as well as FF for the Mac.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
> >
> > > > What I need is some code that will ececute my animations one after
the
> > > > other, but which doesn't depend on all animations in the chain
being
> > > > triggered for the subsequent animations to play. Is there a
plugin
> > > > for doing this? Or is it slated as a new feature for jQuery? Or
has
> > > > anyone else come up with a solution to the problem?
> >
> > > > Sorry to keep asking this but like I said, it's getting pretty
urgent.
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
anonymous function should fix that
issue.
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
to.com/temp/tabs.htm (Same source except different JS)
Bug detail:
Browser: In IE6/7
OS: Vista 32
Steps to reproduce:
1. Click on a tab (works).
2. Click back to the first tab (doesn't work)
Glen
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
h in with google ads and spammy keyword
> stuffing. But I got a hit in my referers so they must be doing
> something right (even though that's so wrong).
>
>
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
stics of God: Omnipotence, Omniscience, Omnipresence,
>> Spirit, Triune, Self-existent, Eternal, Immutable, Holy, Truthful,
>> Loving, Just, Merciful.
>>
>> Trinity: There is only one God, and God has three persons: Father,
>> Son, and Spirit of God.
>>
>> Total depravity - Humans are totally corrupt.
>>
>> Unconditional Election - Before God created the Universe, He has
>> chosen those whom He will save.
>>
>> Particular Redemption - The Lord Jesus Christ died for those who trust
>> in Him.
>>
>> Irresistible Grace - All those who were chosen will be saved at the
>> appointed time(s).
>>
>> Perseverance of the saints - Because of God's help, those who trust in
>> Him will continue for all eternity.
>>
>> Elements of human nature - Body and spirit.
>>
>> New Birth - the Spirit of God transforms those who trust in Him.
>>
>> Resource site: http://www.monergism.com
>>
>> -
>>
>> If you accuse me of "lying, hypocrisy, etc.," I'm not affected with
>> your accusations. The Lord knows my intentions.
>>
>> About the atheist's "Invisible Pink Unicorn:" if she did not create
>> the Universe, then it is not important to me if she exists or not.
>>
>> Repent, then trust in the Son of God: The Lord Jesus Christ. Please
>> share this article for God's glory.
>>
>>
>>
>
>
--
http://cjordan.us
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
1 - 100 of 158 matches
Mail list logo