[jQuery] Re: fadeTo fades up in Safari and FF, down in IE

2007-08-17 Thread Aaron Scott
$(object).css(opacity, 0.7).fadeIn(400); Ha! That did the trick. Thanks. Aaron

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-16 Thread Brandon Aaron
Knowing how to do it without jQuery makes me appreciate jQuery that much more. -- Brandon Aaron On 8/16/07, Jonathan Sharp [EMAIL PROTECTED] wrote: On 8/16/07, Stephan Beal [EMAIL PROTECTED] wrote: On Aug 16, 7:39 pm, Mitch [EMAIL PROTECTED] wrote: *snip* Simon Willison apparently

[jQuery] More (or less) than I bargained for

2007-08-15 Thread Aaron Mackley
I need some brief help. I am developing a web site and recently received a small app that builds a quiz and answers. Users who take the quiz receive a detailed answer based on their questions and the answers that I have recorded. The user submits a First Name and an email address so that the

[jQuery] Re: Modals don't mask whole page with Ext and jQuery

2007-08-15 Thread Brandon Aaron
. -- Brandon Aaron On 8/14/07, Neil [EMAIL PROTECTED] wrote: Hi there. I posted a bug concerning modals not masking the whole page with jQuery on the Ext forum. Jack Slocum has responded saying The problem was reported a while back to jQuery. It has to do with viewport/document size

[jQuery] Re: stupid dev tricks: gzipping jQuery without mod_deflate

2007-08-15 Thread Brandon Aaron
Thanks for sharing this. Use the minified version instead of the packed version for even better file size savings. :) -- Brandon Aaron On 8/15/07, Stephan Beal [EMAIL PROTECTED] wrote: Hi, all! i'm working on re-designing the web site for my mother's company, which was horribly neglected

[jQuery] Re: stupid dev tricks: gzipping jQuery without mod_deflate

2007-08-15 Thread Brandon Aaron
Yeah, the packer does a good job initially but doesn't do a good job of getting gzipped. At least with my testing, I'm able to get a better file size by using the min version + gzip. jQuery is only around 11k doing it that way. -- Brandon Aaron On 8/15/07, Stephan Beal [EMAIL PROTECTED] wrote

[jQuery] Re: Modals don't mask whole page with Ext and jQuery

2007-08-15 Thread Brandon Aaron
Ahh thanks Wizzud, I'll dig a little deeper. Thanks. -- Brandon Aaron On 8/15/07, Wizzud [EMAIL PROTECTED] wrote: Brandon, There is actually a slight problem in this particular scenario, because $(document).height() is returning 0. Ext's jquery adaptor IS maxing out window and document

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Brandon Aaron
have an empty cache experience and about 20% of all page views are done with an empty cache. If that is true ... so much for that age old but it gets cached argument. -- Brandon Aaron On 8/14/07, Tane Piper [EMAIL PROTECTED] wrote: Hey folks, Today I came across this article via DZone

[jQuery] Re: Kelvin Luck's jscrollpane scrollTo anchor (missing?) feature

2007-08-14 Thread Brandon Aaron
Actually I'll let DevGuru describe it. :) http://www.devguru.com/Technologies/ecmascript/quickref/link.html -- Brandon Aaron On 8/14/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi Brandon! wow! can you fastly elaborate how does this.hash gets to the anchor name ? thanks a lot

[jQuery] Re: [NEWS] Brandon Aaron on Ajaxian

2007-08-14 Thread Brandon Aaron
Totally cool! My first appearance on Ajaxian. :) Now everyone go vote 5 stars! ... unless I guess you don't like the plugin... but that would be silly :p -- Brandon Aaron On 8/14/07, Rey Bango [EMAIL PROTECTED] wrote: jQuery team member Brandon Aaron made the front page of Ajaxian. His

[jQuery] Re: [NEWS] Brandon Aaron on Ajaxian

2007-08-14 Thread Brandon Aaron
Thanks! :) On 8/14/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: wow congrats brandon... my votes are in :-) , and i really do like the plugin, and almost all plugins u write. you rock. -GTG On 8/14/07, Brandon Aaron [EMAIL PROTECTED] wrote: Totally cool! My first appearance

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brandon Aaron
Nice work. This type of work needs to go in a demo section on the jQuery site! -- Brandon Aaron On 8/14/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Hi all, I have ported this fancy menu over from mootools to jquery. You can take a look at it http://www.gmarwaha.com/jquery/jfancymenu/test

[jQuery] Re: Everyday information

2007-08-14 Thread Brandon Aaron
That is a pretty broad question and I believe a proper solution would be on the back-end side of things. -- Brandon Aaron On 8/14/07, poncjusz [EMAIL PROTECTED] wrote: I need advice how could i implement small function which shows information changing every day (depend on current date), ex

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brandon Aaron
Nice ... gotta love collaboration! One thing I'd like to see if the extra li element added at runtime so it is not there if javascript isn't enabled. -- Brandon Aaron On 8/14/07, Glen Lipka [EMAIL PROTECTED] wrote: Ok, I made the sprite for you with css. http://www.commadot.com/jquery

[jQuery] Re: Dimensions 1.1 Released

2007-08-13 Thread Brandon Aaron
just trapping the error, otherwise it is very cryptic to those who haven't seen it before. returning anything like 0 instead of an error would just cause even more confusion because it would look like it was reporting a height or width of 0. Thanks for the feedback! :) -- Brandon Aaron On 8/13/07

[jQuery] Re: jQuery-fy Ellipsis code

2007-08-13 Thread Brandon Aaron
Just a side not ... if all you are using is the width and height methods and you are only calling it on DOM elements, you don't need to include dimensions. Dimensions adds the ability to call it on window and document but that is all. -- Brandon Aaron On 8/13/07, Tane Piper [EMAIL PROTECTED

[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] Dimensions 1.1 Released

2007-08-12 Thread Brandon Aaron
that this update requires jQuery 1.1.3. project page: http://jquery.com/plugins/project/dimensions/ docs: http://brandonaaron.net/docs/dimensions/ -- Brandon Aaron

[jQuery] Re: Internet Explorer and height()

2007-08-10 Thread Brandon Aaron
Ahh nice work. :) -- Brandon Aaron On 8/10/07, Gordon [EMAIL PROTECTED] wrote: I gave it a bit more thought and came up with this idea. It's not perfect, the div will be size locked after it executes so some resize event molarky will be necessary, but it does have the advantage

[jQuery] Re: Internet Explorer and height()

2007-08-10 Thread Brandon Aaron
Then you have to go in and change that .7 to .85. :p Actually I'll use a config file for stuff like this. It is Where all my plugins options, etc are stored. Makes changes like this as easy as it is with CSS. -- Brandon Aaron On 8/10/07, Gordon [EMAIL PROTECTED] wrote: I had thought

[jQuery] Re: Using Wildcards to find specific ID on a page

2007-08-10 Thread Brandon Aaron
PROTECTED]') I would add a tag name in the front for a little performance boost: $('[EMAIL PROTECTED]') You can find more info on those selectors here: http://docs.jquery.com/DOM/Traversing/Selectors -- Brandon Aaron On 8/10/07, David Williams [EMAIL PROTECTED] wrote: Summary: I am new to JQuery

[jQuery] Re: Dimensions plugin, offset is offset

2007-08-10 Thread Brandon Aaron
on an element by setting zoom: 1 in the CSS for that element. -- Brandon Aaron On 8/10/07, LetsSurf [EMAIL PROTECTED] wrote: [had trouble posting this on the jQuery plugins discussions list] Been using the dimensions plugin recently and can't get the offset to return the same value on all browsers

[jQuery] Re: Internet Explorer and height()

2007-08-10 Thread Brandon Aaron
); }; fixHeight(); $(window).bind('resize', fixHeight); }); -- Brandon Aaron On 8/10/07, Gordon [EMAIL PROTECTED] wrote: I need some help with a problem with a div and getting its height. I am wanting to design a layout that will work across across different browser window sizes, so I want

[jQuery] Re: Dimensions plugin, offset is offset

2007-08-10 Thread Brandon Aaron
Yeah Safari 3 really threw a wrench in things. I'm worried that since it is still beta that they will fix some of it ... so I'm still investigating solutions. It won't be hard to fix ... just don't want to fix more than once. -- Brandon Aaron On 8/10/07, Luc Heinrich [EMAIL PROTECTED] wrote

[jQuery] Re: conflict betwen thickbox / dimension / flash ?

2007-08-09 Thread Brandon Aaron
This error has been thrown because you tried to call a dimensions method on an empty jquery object or collection. Meaning there where no elements selected. I started trapping this error in 1.0 because otherwise it is a very cryptic error message. -- Brandon Aaron On 8/9/07, Alexandre Plennevaux

[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: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-08 Thread Brandon Aaron
Nice work. It looks like example #3 isn't working properly (at least in FF). -- Brandon Aaron On 8/8/07, Giant Jam Sandwich [EMAIL PROTECTED] wrote: Hi All, I am happy to announce that I have updated this jQuery plugin after I received quite a few requests for a very useful feature

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-08 Thread Brandon Aaron
Ahh, I see. Makes total sense now. :) -- Brandon Aaron On 8/8/07, Giant Jam Sandwich [EMAIL PROTECTED] wrote: Hey Brandon, I thought that might be a little confusing at first - I might change the example so it is clearer. The third option is actually just supposed to be an example

[jQuery] Re: Bind multiple events at ocne

2007-08-07 Thread Brandon Aaron
That functionality isn't in the core yet but I wrote an extension to enable this now. http://blog.brandonaaron.net/2007/06/05/bind-multiple-events-simultaneously-with-jquery/ -- Brandon Aaron On 8/7/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi! i thought binding multiple events

[jQuery] Validate form field with 1 capital letter and 1 number

2007-08-06 Thread Aaron
is possible. Anyone who can help me do this will be my hero! :) Thanks, Aaron

[jQuery] Re: IE memory problem (still)

2007-08-06 Thread Brandon Aaron
Nothing yet Michael ... -- Brandon Aaron On 8/6/07, Michael Schwarz [MVP] [EMAIL PROTECTED] wrote: Any news about this topic? Michael On Jul 24, 1:37 pm, Brandon Aaron [EMAIL PROTECTED] wrote: Thanks for the ticket Michael. Memory leaks are always a high priority. You should see

[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: Do you think jQuery's documentation is enought?

2007-08-02 Thread Brandon Aaron
need a nice UI (*cough* Glen) to show off the demos. -- Brandon Aaron On 8/2/07, fatihturan [EMAIL PROTECTED] wrote: What do you think about this question? Do you think jQuery's documentation is enought? Personally i think jQuery's documentation isn't enought. So i'm looking to a href=http

[jQuery] Re: add a print event to jquery: possible ?

2007-08-01 Thread Brandon Aaron
This doesn't help when someone chooses print from the browser/os. -- Brandon Aaron On 8/1/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hello friends! question: is it possible to catch the print event via javascript/ jquery? AFAIK, only IE has built-in capabilities

[jQuery] Re: Behavior plugin doesn't with with $.ajax methods (.load, etc)

2007-08-01 Thread Brandon Aaron
Thanks Phillip. I'll try to get a fix here soon. -- Brandon Aaron On 8/1/07, Phillip B Oldham [EMAIL PROTECTED] wrote: Hi all Just a quick note - the behavior plugin doesn't work with any method which fires the $.ajax method - $.load, $.post, $.get, etc. - when using the latest jQuery

[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: Behavior plugin doesn't with with $.ajax methods (.load, etc)

2007-08-01 Thread Brandon Aaron
Hey Phillip, Do you have an example of where it isn't working for you? The behavior will work once the information is added to the DOM. I've updated my example/demo/test with an example of using .load. http://brandonaaron.net/jquery/plugins/behavior/test/test.html -- Brandon Aaron On 8/1/07

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-30 Thread Aaron
scrpits together. I would be forever in your debt! :) thanks! On Jul 27, 12:52 am, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 26, 11:19 pm, Aaron [EMAIL PROTECTED] wrote: ok si i tried different ways of the above code with the if( $j('#SpeakerDIV').length ) but i can not seem to figure out

[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: OT: A Big Idea

2007-07-27 Thread Brandon Aaron
A dream come true! Looks like this just showed up on Ajaxian. -- Brandon Aaron On 7/27/07, Glen Lipka [EMAIL PROTECTED] wrote: AjaxExperience was a blast. So many good people and presentations. The meetup was alot of fun! At the end of today was this great brain-storming session. I wrote

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Aaron
and in the template. Thanks for all the advice and help! On Jul 26, 1:58 am, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 25, 5:03 pm, Aaron [EMAIL PROTECTED] wrote: jQuery(:first-child, this)[0] has no properties ... [Break on this error] header: jQuery(':first-child', this) [0].tagName

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Aaron
ok si i tried different ways of the above code with the if( $j('#SpeakerDIV').length ) but i can not seem to figure out how to get it to work. On Jul 26, 2:05 pm, Aaron [EMAIL PROTECTED] wrote: Great! Thanks so much for the help! so is this correct for the call then? var $j

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Aaron
[EMAIL PROTECTED] wrote: On Jul 26, 4:48 pm, Aaron [EMAIL PROTECTED] wrote: Is there a way to have it work if there is an element but if no element on the page dont throw an error? a) hack the plugin source code or b) add a hidden accordion-compatible element to pages which don't normally

[jQuery] Re: Testing required for latest jQuery Maps Plugin

2007-07-26 Thread Aaron
AWESOME! Do you have a demo we can take a look at? On Jul 26, 8:35 am, Mike Alsup [EMAIL PROTECTED] wrote: Awesome work, Tane! That's a lot of great functionality! Mike * Added support for creating Yahoo! Maps, can create Map, Satallite or Hybrid. Check out available options below

[jQuery] Re: reproduce position:fixed

2007-07-26 Thread Brandon Aaron
position work in IE 6: http://www.howtocreate.co.uk/fixedPosition.html Using JavaScript to reproduce the position fixed effect will be very jerky. -- Brandon Aaron On 7/26/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hello! i'm trying to have a div box stay permanently on the same position

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-26 Thread Brandon Aaron
Hey Alexandre ... are you trying to hi-jack my thread? :p I'll respond over on your thread: http://groups.google.com/group/jquery-en/browse_thread/thread/76320a7b9dd9a2c9/03363a190e9d34fa#03363a190e9d34fa -- Brandon Aaron On 7/26/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: ah! cool

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-26 Thread Brandon Aaron
Just wanted to let everyone know I released 1.0.1 last night that now officially supports fixed position. -- Brandon Aaron On 7/22/07, Brandon Aaron [EMAIL PROTECTED] wrote: All of the width and height methods work on hidden elements but the offset, position and offsetParent methods do

[jQuery] Re: vs '

2007-07-26 Thread Aaron Heimlich
For that code...absolutely nothing (that I can recall off-hand, anyway). However, there is something you should be aware of: If you want to use a ' within a string that is delimited by 's, then you have to escape it, like so: 'Mitchell\'s code' The same goes for : Aaron shouted \jQuery rocks

[jQuery] Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Aaron
Can someone please help? i am using this call in the head of my document to call jquery and plugins. script src=/images/wac/Template/js/jquery.js type=text/ javascript/script script src=/images/wac/Template/js/jquery.innerfade.js type=text/ javascript/script script

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Aaron
can see exactly where the error is. Thanks so much for the help! :) On Jul 25, 9:43 am, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 25, 4:37 pm, Aaron [EMAIL PROTECTED] wrote: Can someone please help? ... But this still is not working and giving me an error. If i use just one of them

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Aaron
(line 11) e([function(), function()], function(), undefined)jquery.js (line 11) e()jquery.js (line 11) [Break on this error] header: jQuery(':first-child', this) [0].tagName // take first childs tagName ... On Jul 25, 9:58 am, Aaron [EMAIL PROTECTED] wrote: I can post the url but you have

[jQuery] Re: Firebug shows Too Much Recursion errors after clicking OK in alert box

2007-07-25 Thread Brandon Aaron
I get this a few times as well. Just gotta restart Firefox. -- Brandon Aaron On 7/25/07, RwL [EMAIL PROTECTED] wrote: What I'm interested in is if the recursion error still occurs with my final suggestion? --Klaus Ah, sorry Klaus -- it doesn't, but take that with a grain of salt, because

[jQuery] Re: Opacity in fadeTo, etc does not work in IE, am I crazy?

2007-07-25 Thread Brandon Aaron
Are you using jQuery 1.1.3.1? -- Brandon Aaron On 7/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I've posted about this before but no one has replied. Is anyone having issues in IE 6/7 with opacity? It doesn't seem to be using the filter: to toggle opacity for me... I find

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

2007-07-25 Thread Brandon Aaron
(hidden); }, function() { $(#hover, #normal).removeClass(hidden); }); -- Brandon Aaron On 7/25/07, Mitchell Waite [EMAIL PROTECTED] wrote: Leave it to Michael to leave the most indelible mark. I now a see the subtle issues with this In fact I have a whole a new take on jQuery since listening

[jQuery] Re: convert an event object to a jQuery event object?

2007-07-25 Thread Brandon Aaron
Just pass the event object through this private jQuery method: event = $.event.fix(event); Although, why not just use jQuery to bind the events in the first place? -- Brandon Aaron On 7/25/07, Jeff L [EMAIL PROTECTED] wrote: Hi, Is there a way to take a normal event object and convert

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Aaron
Anyone have ideas on this one? I would greatly appreciate the help! :) On Jul 25, 10:03 am, Aaron [EMAIL PROTECTED] wrote: ok so after looking in fire bug it says the error is in the jquery.accordian.js and is jQuery(:first-child, this)[0] has no properties Accordion(Object showSpeed=250

[jQuery] Re: retrieving the width of an element??

2007-07-24 Thread Brandon Aaron
Is this happening in all the browsers or just a specific browser? -- Brandon Aaron On 7/24/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: .width() is not enough ;-) I have a div with overflow: hidden and it's width is, suppose, 100px; Inside i have a very long P div style=width: 100px

[jQuery] Re: retrieving the width of an element??

2007-07-24 Thread Brandon Aaron
Calling .width() will return the same value but as a Number and not a String. That takes away the need to do a parseInt on the result. :) -- Brandon Aaron On 7/24/07, Terry B [EMAIL PROTECTED] wrote: parseInt($t(#divID).css(width) ) should work On Jul 24, 11:25 am, Brandon Aaron [EMAIL

[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: retrieving the width of an element??

2007-07-24 Thread Brandon Aaron
Be sure to grab jQuery 1.1.3.1 which only adds display: block when absolutely necessary for animations. -- Brandon Aaron On 7/24/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: hi Dan thanks it seems a 'fundamental' tip. i'll try that tomorrow. i've noticed tho that jquery applies an inline

[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: [ANN] Dimensions 1.0 final is finally here!

2007-07-23 Thread Brandon Aaron
Docs have been updated to specify that a method works with a hidden element or not. -- Brandon Aaron On 7/22/07, Fred Janon [EMAIL PROTECTED] wrote: Brandon, Thanks for the very prompt answer. Would you mind documenting these points in the docs? THat woudl be great! Thanks Fred On 7/23/07

[jQuery] Re: Click to Call a Function Part 2

2007-07-22 Thread Brandon Aaron
into rationalizing the DOM as tree. :) -- Brandon Aaron On 7/21/07, Mitchell Waite [EMAIL PROTECTED] wrote: Hey that's great you are enjoying this. And I am IN LOVE with the jQuery plugins, because of the fact that even if you don't know how they work, they are super easy to use. Man I have been

[jQuery] [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Brandon Aaron
the documentation over here: http://brandonaaron.net/docs/dimensions/ Thanks! -- Brandon Aaron

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Brandon Aaron
a nice job of explaining offsetWidth, http://developer.mozilla.org/en/docs/DOM:element.offsetWidth I will update the docs to make this clearer. -- Brandon Aaron On 7/22/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Amazing work brandon... Dimensions has been my saviour quite a few times, and i

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Brandon Aaron
haven't done much testing with tables ... but to my knowledge it all works just fine. If you come across an issue, feel free to email the list and/or submit a bug report on the Dimensions project page. Thanks! -- Brandon Aaron On 7/22/07, Fred Janon [EMAIL PROTECTED] wrote: Looks good, Brandon

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Brandon Aaron
with there are lots of methods that allow you to do things such as set attributes, animate and much more. Even better jQuery has loads of plugins that deal with more specialized needs. -- Brandon Aaron

[jQuery] Re: Long running script IE6, help!

2007-07-20 Thread Brandon Aaron
Have you tried using the uncompressed version of jQuery? -- Brandon Aaron On 7/20/07, Josh Nathanson [EMAIL PROTECTED] wrote: Hey jQuery'ers, I am having an issue with jQuery in IE6. I have a very large html page coming from the server which also includes the jQuery packed file. When

[jQuery] Re: Problem with jQuery + Dimension plugin + Autocomplete plugin + Float

2007-07-20 Thread Brandon Aaron
Are you using units other than pixels for anything? -- Brandon Aaron On 7/20/07, Mark [EMAIL PROTECTED] wrote: Hi Brandon, It is difficult to create an example, because it is a complex application, and the autocomplete is highly customized. And also I am going vacations right now, and I

[jQuery] Re: jQuery Validation Multiple Forms...

2007-07-19 Thread Aaron Porter
I'm working on my own form validator that is more in line with the standard jQuery style. It's extremely flexible and includes input masking. You can get a preview here (haven't tested with Safari or Opera yet): http://www.scriptingmagic.com/test/jquery/validation/ Aaron Stosh wrote: One

[jQuery] Re: easing - only use one function

2007-07-19 Thread Brandon Aaron
What is the error message? -- Brandon Aaron On 7/19/07, Kia Niskavaara [EMAIL PROTECTED] wrote: I've removed all functions that I dont't need from the easin-plugin. But when I use it I get an error. When using all functions, it works as expected. This is the code I'm using (from the easin

[jQuery] Re: Customize JQuery

2007-07-18 Thread Brandon Aaron
If you have ability too, you should really enable HTTPCompression. If you use HTTPCompression and jquery.min.js the file size will only be a little over 10k. Not to mention the rest of your page will also decrease in file size. -- Brandon Aaron On 7/18/07, azzozhsn.net [EMAIL PROTECTED] wrote

[jQuery] Re: Compressed BlockUI plugin?

2007-07-17 Thread Aaron Porter
I'll try to package it up and make it available tomorrow. Aaron Ganeshji Marwaha wrote: Aaron, I would like the jar file... I want to integrate this packer along with my ant build script... -GTG On 7/14/07, *Aaron Porter* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

[jQuery] Re: Issue w/cloneNode(true) and form elements in IE 6/7...

2007-07-17 Thread Brandon Aaron
Would you mind reposting this over on the Dev list? It would be nice to get that bug knocked out for good already. -- Brandon Aaron On 7/17/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: While working on a jQuery Interface project, I came across an issue with some code using the Draggable

[jQuery] Re: Behavior Problem

2007-07-17 Thread Brandon Aaron
(4); $(this).toggleClass('codeNumbersRow').toggleClass('codeNumbersRowSelected'); $('#code'+lineNum).toggleClass('codeRow').toggleClass('codeRowSelected'); alert($(this).attr('class')); }); -- Brandon Aaron On 7/17/07, DXCJames [EMAIL PROTECTED] wrote: I added addClass

[jQuery] Re: Getting user agent stats with jQuery...

2007-07-16 Thread Aaron Porter
. It has a very slick interface. Best of all it's free! Aaron Andy Matthews wrote: My company currently uses a product called BrowserHawk, a combination of_javascript_ and Java files, to get a set of user data which we then store in our database. Currently this data set includes Flash

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-16 Thread Brandon Aaron
Aaron On 7/16/07, Glen Lipka [EMAIL PROTECTED] wrote: I guess the first one could have been done with a div that was background-color: black; and then set the opacity to 0.5 or whatever. No need for a png in that. A very common use case is just the 3px feather fade. Its not very big, just 3px

[jQuery] Re: CSS drop-shadow for clueTip - help requested

2007-07-16 Thread Brandon Aaron
Hah! Very true. It can produce a lot of divs. :) -- Brandon Aaron On 7/16/07, Glen Lipka [EMAIL PROTECTED] wrote: Great minds...something something. That gradient plugin is neat, but, my goodness, its like I exploded a bomb packed with DIVs instead of shrapnel!. :) Glen On 7/16/07, Brandon

[jQuery] Re: Compressed BlockUI plugin?

2007-07-15 Thread Brandon Aaron
Moving further off-topic ... why not just use http compression? It works especially well when the scripts are minified. -- Brandon Aaron On 7/14/07, Michael Geary [EMAIL PROTECTED] wrote: Sounds interesting, Aaron, thanks for the pointer. Two questions: How is the unpacking speed? I don't

[jQuery] Re: Compressed BlockUI plugin?

2007-07-15 Thread Aaron Porter
That is a great option when available. Most people don't have that level of control over their servers. Aaron Brandon Aaron wrote: Moving further off-topic ... why not just use http compression? It works especially well when the scripts are minified. -- Brandon Aaron On 7/14/07

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Aaron Porter
missing semi-colons at the end of lines because it uses Rhino for the first pass which cleans everything up. Aaron [EMAIL PROTECTED] wrote: I found the BlockUI plugin download here: http://malsup.com/jquery/block/#download However, I didn't find a compressed version. Is there a compressed

[jQuery] Re: Problem with jQuery + Dimension plugin + Autocomplete plugin + Float

2007-07-14 Thread Brandon Aaron
Hey Mark, Could you possibly post an example of the issue? I'm having trouble following what exactly is going on. Also, try grabbing the latest version of Dimensions from SVN as it has been recently updated. -- Brandon Aaron On 7/14/07, Mark [EMAIL PROTECTED] wrote: Hi! I am using jQuery

[jQuery] Re: Problem with jQuery + Dimension plugin + Autocomplete plugin + Float

2007-07-14 Thread Brandon Aaron
Actually, what version of the autocomplete plugin are you using. It looks like the latest depends on the dimensions plugin. Perhaps you should grab both the latest versions of the dimensions and the autocomplete plugins. -- Brandon Aaron On 7/14/07, Brandon Aaron [EMAIL PROTECTED] wrote: Hey

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Aaron Porter
. It all depends on what you're after. I haven't made the source available yet but that's something I'm considering. I'll need to clean it up first. I could get you a jar file (it's written in Java) if you're interested. Aaron Michael Geary wrote: Sounds interesting, Aaron, thanks for the pointer

[jQuery] Re: How to get the entire width of a page

2007-07-13 Thread Brandon Aaron
Hey Geoffrey, That is a nasty bug in Firefox but I've recently fixed it! You can grab the latest from SVN to get the fixes now. I plan on doing a new release very, very soon. SVN: http://jqueryjs.googlecode.com/svn/trunk/plugins/dimensions/ -- Brandon Aaron On 7/13/07, Geoffrey Knutzen [EMAIL

[jQuery] Re: Insert javascript runtime

2007-07-13 Thread Aaron Porter
If you drop the script tags from index.php.txt and do eval(data); instead of $(#foo).append(data); it should work. Aaron fullgarbage wrote: Hello all, I have a problem, which troubles me for hours. I have a modular application (something like netvibes.com), where the user can add

[jQuery] Re: event-binding

2007-07-13 Thread Brandon Aaron
Yay another happy user of behavior! :) -- Brandon Aaron On 7/13/07, kaimeder [EMAIL PROTECTED] wrote: There is a plugin called Behavior that does this. I think its:http://brandonaaron.net/jquery/plugins/behavior/ Or check the plugin repository. works like a charm. thanks alot!

[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: jqmodal overlay opaque (solid) in IE7

2007-07-12 Thread Brandon Aaron
Grab the latest version of jQuery ... 1.1.3.1. It fixes this issue. -- Brandon Aaron On 7/12/07, Scott Trudeau [EMAIL PROTECTED] wrote: I eventually found a solution to this. I switched to jquery 1.1.2 and it works fine on IE. With jquery 1.1.3 jqModal overlay is opaque (solid) on IE7

[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: bgiframe broken by 1.1.3.1

2007-07-11 Thread Brandon Aaron
Hey Geoffrey, Feel free to grab the latest from SVN until I do another official release ( 2.1.1) very soon. http://jqueryjs.googlecode.com/svn/trunk/plugins/bgiframe/ -- Brandon Aaron On 7/11/07, Geoffrey Knutzen [EMAIL PROTECTED] wrote: I don't have a bullet-proof test of this yet

[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
) ^ not ) { tmp.push( a ); } else { // Check jQuery.expr[@] for custom attribute selectors } On 7/5/07, Diego A. [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

[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

<    1   2   3   4   5   6   7   8   >