[jQuery] Re: Listen for location anchor change?

2008-09-24 Thread Aaron Heimlich
to: www.something.com/#someanchor Is there anyway to listen for this change/event with jquery? -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: missing ) after argument list error

2008-09-19 Thread Aaron Heimlich
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').addClass(test_class); -- Aaron Heimlich Web Developer [EMAIL

[jQuery] Re: Appreciation

2008-08-25 Thread Aaron Heimlich
-- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-22 Thread Aaron Heimlich
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]

[jQuery] Re: Why (function($){ ...})(jQuery) instead of (function(){var $ = jQuery; ...})()?

2008-07-04 Thread Aaron Heimlich
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 Heimlich Web

[jQuery] Re: jQuery upload progress bar, maybe for form plugin

2008-06-25 Thread Aaron Heimlich
. -- Alexandre Plennevaux LAb[au] http://www.lab-au.com -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: Validating forms with identical input names

2008-06-24 Thread Aaron Heimlich
// date 2 is 2008-06-26 ? , but nothing you couldn't achieve in a different way. I'm curious as to what those ways are (honestly). Example? -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: Validating forms with identical input names

2008-06-24 Thread Aaron Heimlich
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]

[jQuery] Re: onRighClick method?

2008-06-18 Thread Aaron Heimlich
Malik Web Developer -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Re: Does jquery's ajax method's identify requests as being ajaxed

2008-06-18 Thread Aaron Heimlich
to say is, do the native jquery ajax methods append any parameters that can inform our server side scripts that the request was submitted using ajax? (e.g. ajax=1) If not, what could be done to implement this so that we don't need to repeat ourselves on each and every form? Thanks -- Aaron

[jQuery] Re: Select lists in 1.2.5

2008-05-22 Thread Aaron Heimlich
). Best Wishes, Wil Everts [EMAIL PROTECTED] -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread Aaron Heimlich
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

[jQuery] Re: [Validation]How to make two field check output one message?

2008-04-12 Thread Aaron Heimlich
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

[jQuery] Re: Testing...not receiving mail...

2008-04-10 Thread Aaron Heimlich
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 PROTECTED] http

[jQuery] Re: [POLL] Online jQuery Training from John Resig

2008-03-06 Thread Aaron Heimlich
: http://www.polldaddy.com/poll.aspx?p=388570 Thanks, The jQuery Team -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jQuery won't recognise attribute names containing [square brackets]

2008-02-11 Thread Aaron Heimlich
/Selectors -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jQuery won't recognise attribute names containing [square brackets]

2008-02-08 Thread Aaron Heimlich
for example, which also uses $$) but it does do trick. Thoughts? -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jquery newbie test

2008-02-04 Thread Aaron Heimlich
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

[jQuery] Re: Shadowbox Media Viewer

2008-01-29 Thread Aaron Heimlich
than one might expect from a traditional jQuery plugin (like not being able to pass options on a per-call basis), but it's a pretty minor change. Food for thought. Mike -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Shadowbox Media Viewer

2008-01-27 Thread Aaron Heimlich
/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

[jQuery] Re: Shadowbox Media Viewer

2008-01-26 Thread Aaron Heimlich
(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-viewer-1-0-beta/ Enjoy, Michael -- Aaron Heimlich Web Developer [EMAIL

[jQuery] Re: Performance Tuning Help

2008-01-23 Thread Aaron Heimlich
'); count = count + 1; }); -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: dynamic form: how to allow several inputs with same name ?

2007-12-15 Thread Aaron Heimlich
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

[jQuery] Re: Ok, I give... where does the ; go in this code?

2007-12-14 Thread Aaron Heimlich
, but couldn't figure it out. HELP! Rick -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Ok, I give... where does the ; go in this code?

2007-12-14 Thread Aaron Heimlich
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

[jQuery] Re: Ok, I give... where does the ; go in this code?

2007-12-14 Thread Aaron Heimlich
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 *Subject:* [jQuery] Re: Ok, I give... where does the ; go in this code

[jQuery] Re: Creating an empty jQuery collection

2007-12-12 Thread Aaron Heimlich
. 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

[jQuery] Re: Need help with the value of a Macbook

2007-11-08 Thread Aaron Heimlich
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://blogs.adobe.com/jnack/2007/05

[jQuery] Re: Need help with the value of a Macbook

2007-11-07 Thread Aaron Heimlich
( http://www.intel.com/products/chipsets/gma950/); Current MacBooks (Late 2007) use Intel GMA X3100 ( http://softwarecommunity.intel.com/articles/eng/1488.htm) [2] http://www.parallels.com/en/products/desktop/ [3] http://www.vmware.com/products/fusion/ -- Aaron Heimlich Web Developer [EMAIL PROTECTED

[jQuery] Re: Need help with the value of a Macbook

2007-11-07 Thread Aaron Heimlich
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 Behalf Of *Aaron Heimlich *Sent

[jQuery] Validation Plugin 1.2 ETA

2007-09-25 Thread Aaron Heimlich
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

[jQuery] Re: test

2007-09-18 Thread Aaron Heimlich
success! On 9/17/07, KushM [EMAIL PROTECTED] wrote: test -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: use validate plugin in ajaxSubmit

2007-09-13 Thread Aaron Heimlich
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 Heimlich Web Developer [EMAIL PROTECTED] http

[jQuery] Re: ajaxForm and validate question

2007-09-11 Thread Aaron Heimlich
() 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

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Aaron Heimlich
appropriate, e.g. $(.foobar) -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Aaron Heimlich
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/#id -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Aaron Heimlich
://www.malsup.com/jquery/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

[jQuery] Re: Trigger global event is slow in 1.1.4

2007-08-28 Thread Aaron Heimlich
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

[jQuery] Re: attr({'type':'hidden'}) in IE6

2007-08-26 Thread Aaron Heimlich
On 8/26/07, Minh [EMAIL PROTECTED] wrote: If it's validated then I need to disabled or hide it so the user can't edit it. Try using the readonly attribute instead of disabling or hiding it, e.g. $(#inputID).attr(readOnly, true). But I have to ask: Why would you want to do this? -- Aaron

[jQuery] Re: jQuery 1.1.4: Faster, More Tests, Ready for 1.2

2007-08-25 Thread Aaron Heimlich
. 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 Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Feature suggestion: animating through stylesheets

2007-08-20 Thread Aaron Heimlich
for the time being. ~Sean -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Simulate foucs on any div, really get Firebug and use it

2007-08-20 Thread Aaron Heimlich
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 htmland remove the height from body, it should work then (at least it did for me in FF 2.0.0.6 Win XP). -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http

[jQuery] Re: Cycle Plugin Killing me

2007-08-20 Thread Aaron Heimlich
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

[jQuery] Re: Simulate foucs on any div, really get Firebug and use it

2007-08-19 Thread Aaron Heimlich
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

[jQuery] Re: Simulate foucs on any div, really get Firebug and use it

2007-08-19 Thread Aaron Heimlich
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

[jQuery] Re: Simulate foucs on any div, really get Firebug and use it

2007-08-18 Thread Aaron Heimlich
: 797px; } -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Looping through data object

2007-08-13 Thread Aaron Heimlich
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 options } -- Aaron Heimlich Web

[jQuery] Re: Detecting AJAX calls - Controlling Ajax Injection Vulnerabilities

2007-08-09 Thread Aaron Heimlich
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

[jQuery] Re: Fastest method to create table rows

2007-08-08 Thread Aaron Heimlich
-- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Aaron Heimlich
.2C_callback.29(last sentence of the third paragraph) -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Aaron Heimlich
element opacity problem using Interface FX!!! What's the problem? Why does A work and B doesn't? A: $(this).animate({ color: '#ff' }, 200); B: $('div#cpblock').animate({opacity: hide}, 3000); -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Aaron Heimlich
On 8/1/07, Matt Stith [EMAIL PROTECTED] wrote: O rly? Ya rly -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Aaron Heimlich
. 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 external js files? Thanks, Matt -- Aaron Heimlich Web

[jQuery] Re: good newsticker or rss ticker

2007-07-29 Thread Aaron Heimlich
Check this out: http://www.malsup.com/jquery/gfeed/ On 7/29/07, Mitchell Waite [EMAIL PROTECTED] wrote: I'm looking for a good jQuery plugin that lets me display rss feed content from collection of sources. The ones in the plugin area are primitive. Thanks Mitch -- Aaron

[jQuery] Re: vs '

2007-07-26 Thread Aaron Heimlich
(); }); -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Toggling an objects visiblty without show and hide

2007-07-24 Thread Aaron Heimlich
.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

[jQuery] Re: Toggling an objects visiblty without show and hide

2007-07-24 Thread Aaron Heimlich
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 $(#catDiv img).toggleVis(); }); -- Aaron Heimlich Web Developer [EMAIL

[jQuery] Re: Toggling an objects visiblty without show and hide

2007-07-24 Thread Aaron Heimlich
'; } }); [1] jQuery helps *a lot* in this regard, but it doesn't handle everything. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: test

2007-07-12 Thread Aaron Heimlich
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

[jQuery] Re: Subclassing in JavaScript

2007-07-11 Thread Aaron Heimlich
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

[jQuery] Re: What's happened to $.expr['@'] in jQuery 1.1.3?

2007-07-05 Thread Aaron Heimlich
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 Developer [EMAIL PROTECTED] http

[jQuery] Re: What's happened to $.expr['@'] in jQuery 1.1.3?

2007-07-05 Thread Aaron Heimlich
PROTECTED] On 05/07/07, Aaron Heimlich [EMAIL PROTECTED] wrote: On 7/5/07, John Resig [EMAIL PROTECTED] wrote: Yeah, this was a really unfortunate change that had to be made. We really wanted to keep the extensible functionality of [EMAIL PROTECTED] but it ended up being just

[jQuery] Re: question about Firebug...

2007-07-05 Thread Aaron Heimlich
? * 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 inline: dealerskinslogo.bmp

[jQuery] Re: Feature suggestion: animating through stylesheets

2007-07-05 Thread Aaron Heimlich
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

[jQuery] Re: Feature suggestion: animating through stylesheets

2007-07-05 Thread Aaron Heimlich
function calls. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: sprintf or printf for jquery?

2007-07-02 Thread Aaron Heimlich
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

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-02 Thread Aaron Heimlich
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

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread Aaron Heimlich
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

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread Aaron Heimlich
are you looking for? --Erik -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread Aaron Heimlich
users to download and install excanvas, then more power to you. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread Aaron Heimlich
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 Developer [EMAIL PROTECTED

[jQuery] Re: Overlay plugin?

2007-06-24 Thread Aaron Heimlich
(o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Hash to array

2007-06-22 Thread Aaron Heimlich
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

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread Aaron Heimlich
is not the right time to play with nightly builds ;-) --Klaus -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: create an empty jquery object

2007-06-20 Thread Aaron Heimlich
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 Developer [EMAIL

[jQuery] Re: getJSON w/ PHP

2007-06-18 Thread Aaron Heimlich
-- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Lame fix but working - google toolbar takes over the div

2007-06-18 Thread Aaron Heimlich
helps -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: JS regular expressions for matching decimal numbers

2007-06-13 Thread Aaron Heimlich
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 Web Developer [EMAIL PROTECTED

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Aaron Heimlich
out). -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: JS regular expressions for matching decimal numbers

2007-06-12 Thread Aaron Heimlich
http://bassistance.de -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Aaron Heimlich
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

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Aaron Heimlich
, but I can't be certain of that as I've never actually tried to do this. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Aaron Heimlich
( -- pink); is probably the best workaround. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Input Selector

2007-06-06 Thread Aaron Heimlich
selects that have a value of too. :) Would that be: $(form table).find( tr.required [EMAIL PROTECTED]''],[EMAIL PROTECTED]''],).not([EMAIL PROTECTED]'false']); How do you tell the currently selected item in the select? Glen -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http

[jQuery] Re: Ext Calendar on top of jQuery

2007-06-05 Thread Aaron Heimlich
://matthew.delmarters.com/weblog/injecting-javascript-and-css-int... An update on this topic would be appreciated :) Regards, Matthew- Hide quoted text - - Show quoted text - -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Effect Queueing Plugin

2007-05-25 Thread Aaron Heimlich
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

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Aaron Heimlich
? 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

[jQuery] Re: Safari, Thickbox 3 and rolling over images = glitch?

2007-05-24 Thread Aaron Heimlich
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

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-21 Thread Aaron Heimlich
/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

[jQuery] Re: callback

2007-05-21 Thread Aaron Heimlich
fix that issue. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jquery.us

2007-05-18 Thread Aaron Heimlich
right (even though that's so wrong). -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Aaron Heimlich
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

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Aaron Heimlich
used to take a very long time because it would go through every p and look for one with an id of myId. I'm quite sure that jQuery doesn't do that anymore. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Aaron Heimlich
On 5/11/07, Aaron Heimlich [EMAIL PROTECTED] wrote: IIRC, that's what the selector engine does currently (that or something like it). p#myId used to take a very long time because it would go through every p and look for one with an id of myId. I'm quite sure that jQuery doesn't do that anymore

[jQuery] Re: Changing type input on IE

2007-05-10 Thread Aaron Heimlich
-- [EMAIL PROTECTED] -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: click - Basic issue

2007-05-09 Thread Aaron Heimlich
(link) like http://localhost/home How can I do that? I can only receive popups with click() function Regards Mario -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Aaron Heimlich
, under Downloading jQuery: http://docs.jquery.com/Downloading_jQuery To clarify, this is now the official repository - we may provide an alternate mirror, but the one on Google should be treated as official. --John -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Aaron Heimlich
be able to have mirrors of the SVN repository now, too.) --John -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Text editer suite in jquery

2007-05-08 Thread Aaron Heimlich
On 5/8/07, Leonardo K [EMAIL PROTECTED] wrote: http://scriptinverse.com/textify/ Beta version with several bugs. Like not working at all in Firefox 2.0.0.3 -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Form plugin shows just result

2007-05-08 Thread Aaron Heimlich
=contact2.php O. Wyss -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

  1   2   >