[jQuery] Re: Chaining methods

2007-05-02 Thread Ariel Jakobovits
Jonathan, are you sure he shouldn't just use: jQuery.fn.toggleText = function (evalText1, evalText2){ $(this).html(($(this).text() == evalText1)?evalText2:evalText1); return this; } - Original Message From: Jonathan Sharp <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com

[jQuery] Re: datePicker v2 beta

2007-05-02 Thread Ariel Jakobovits
Even though the previous poster is a bottom-poster, I have to agree with him/her that showing the months at the top like the Google cal looks very nice and user friendly. ;) - Original Message From: Sam Collett <[EMAIL PROTECTED]> To: jQuery (English) Sent: Wednesday, May 2, 2007 8:3

[jQuery] Re: CFJS plugin

2007-05-01 Thread Ariel Jakobovits
ot;bug" is a bug or a feature. Coldfusion actually > starts counting arrays at 1. So it's possible that could be intentional, > although given that this is a javascript plugin, it's probably a bug. > > -Original Message----- > From: jquery-en@googlegroups.com [mailto:[EM

[jQuery] CFJS plugin

2007-05-01 Thread Ariel Jakobovits
Hi Chris, nice plugin. great idea. very useful. 2 things: 1) the packed version doesn't seem to load properly. something about a comma. 2) your ListToArray function starts adding to the array at index 1, not 0. thanks for the plugin, i really like it. -Ariel

[jQuery] demo request: Page Content Menu

2007-04-30 Thread Ariel Jakobovits
Hey Joel, :), how about a demo page for 'Page Content Menu'?

[jQuery] Re: .attr()

2007-04-30 Thread Ariel Jakobovits
if (val != undefined) return this.each(function() { $(this).attr(key,val); }); var a = []; this.each(function() { a.push($(this).attr(key)); }); return a; }; And then call it like this: var arr = $('div').attrs("id"); Mike On

[jQuery] .attr()

2007-04-30 Thread Ariel Jakobovits
I am looking for an explanation as to why .attr('id') executed on an array of jQuery elements does not return an array of ids.

[jQuery] Re: jQuery Examples pack

2007-04-27 Thread Ariel Jakobovits
jQuery Examples pack Ariel Jakobovits wrote: > instead of embedding the $(document).ready code in your pages, create > Javascript classes for each page that receive as an argument a container DIV > that after they make the AJAX call for the page they are responsible for, > they put

[jQuery] Re: jQuery Examples pack

2007-04-27 Thread Ariel Jakobovits
here's my suggestion: instead of embedding the $(document).ready code in your pages, create Javascript classes for each page that receive as an argument a container DIV that after they make the AJAX call for the page they are responsible for, they put their content into. Then, when that's wor

[jQuery] Re: path and selectors

2007-04-27 Thread Ariel Jakobovits
thats cool. But what if an element has no id or is not the only sibliing with that class? you need to add its position within the parent in that case, which is actually more useful. but, this is only only worth it if jQuery supports td:1 vs td:first which I'm not sure it does. - Original

[jQuery] Re: plugin sizes, part 2

2007-04-27 Thread Ariel Jakobovits
can you explain what JSAN does? - Original Message From: Dave Cardwell <[EMAIL PROTECTED]> To: jQuery (English) Sent: Friday, April 27, 2007 12:14:29 AM Subject: [jQuery] Re: plugin sizes, part 2 Ariel Jakobovits wrote: > well, my suggestion is a plugin framework to a

[jQuery] Re: plugin sizes, part 2

2007-04-27 Thread Ariel Jakobovits
ery-en@googlegroups.com Sent: Thursday, April 26, 2007 11:47:33 PM Subject: [jQuery] Re: plugin sizes, part 2 Ariel Jakobovits schrieb: > What I meant to ask before I submit hastily was whether all the feature > requests we, I included, are sending to the plugin developers are bloating &

[jQuery] plugin sizes, part 2

2007-04-26 Thread Ariel Jakobovits
What I meant to ask before I submit hastily was whether all the feature requests we, I included, are sending to the plugin developers are bloating the plugins? (sorry for 2 emails)

[jQuery] plugin sizes

2007-04-26 Thread Ariel Jakobovits
Is anyone else concerned by the fact that the datepicker plugin, which I love and appreciate, is 32K? unpacked, of course, but that's half the size of jQuery itself. What figures are people shooting for for the size of their javascript download?

[jQuery] Re: Estimated 1.1.3 release date?

2007-04-26 Thread Ariel Jakobovits
just wondering, why not call it jquery 2.0? what's with all this 1.0, 1.1, 1.1.3? - Original Message From: John Resig <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Thursday, April 26, 2007 7:21:37 PM Subject: [jQuery] Re: Estimated 1.1.3 release date? > John! Wow :) Did not

[jQuery] Re: datePicker v2 beta

2007-04-26 Thread Ariel Jakobovits
2007 6:34:31 AM Subject: [jQuery] Re: datePicker v2 beta On Wed, 25 Apr 2007 13:04:59 +0100, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > > No, really, I mean clickInput: false. if its true, clicking before the drag > opens the calendar. > > but if it's false, i can

[jQuery] Re: click event and z-order

2007-04-25 Thread Ariel Jakobovits
or event.stopPropagation() - Original Message From: Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 25, 2007 2:00:50 PM Subject: [jQuery] Re: click event and z-order I believe your answer is false. if you return false at the end of the click code, no other

[jQuery] Re: library conflict

2007-04-25 Thread Ariel Jakobovits
We have a plugins page ... how about a libraries page where people can post .zip's of libraries they have assembled and debugged with different plugins and different toolkits included? - Original Message From: Sapphire <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday,

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
Does the Date.format field get reference within the datepicker function or does it get copied when the function is run initially. So... Date.format = FORMAT_1 jQuery('#1').datepicker(); Date.format = FORMAT_2 jQuery("#2").datepicker(); What will a date from #1 look like when it is opened a

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Ariel Jakobovits
lieve it is still a work in progress but plugin devs might want to start moving their stuff over. -- Brandon Aaron On 4/25/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > > please oh please someone on the jquery committee respond to my claim that the > plugins page is gett

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
sorry for 2 emails for one response. I don't mean "Set to today" I mean "Go To Today" in the calendar itself. see, if I type '123' in the date field, then click the calendar icon to open the popup, the calendar will be on the startDate I defined, in my case January 1, 2000. I don't want the u

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
No, really, I mean clickInput: false. if its true, clicking before the drag opens the calendar. but if it's false, i can't drag to delete a date i put there. - Original Message From: Kelvin Luck <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 25, 2007 5:02:18

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
From: Kelvin Luck <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 25, 2007 4:31:09 AM Subject: [jQuery] Re: datePicker v2 beta On Wed, 25 Apr 2007 08:34:06 +0100, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > I just added this to my site. Very nice plugin.

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Ariel Jakobovits
an see first the choice of categories. Or a folder/file treeview ? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ariel Jakobovits Sent: mercredi 25 avril 2007 10:47 To: jquery-en@googlegroups.com Subject: [jQuery] plugins page please oh

[jQuery] Re: Process get variables to add a class

2007-04-25 Thread Ariel Jakobovits
please see: http://www.mathias-bank.de/2006/10/28/jquery-plugin-geturlparam/ (its one of the plugins) - Original Message From: Alexandre Plennevaux <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 25, 2007 5:01:06 AM Subject: [jQuery] Process get variables to ad

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
it appears in IE7 that if you have clickInput: false you cannot drag to select the text in the input field anymore. also, i'd like to request that there be a 'Go To Today' link added (or add-able). - Original Message From: Kelvin Luck <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com

[jQuery] Re: looking for plugin: column hider

2007-04-25 Thread Ariel Jakobovits
thinking of? rob On 4/25/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: wasn't there a plugin that could hide table columns? what is it called? -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 "There's a whale there's a whale there&#x

[jQuery] looking for plugin: column hider

2007-04-25 Thread Ariel Jakobovits
wasn't there a plugin that could hide table columns? what is it called?

[jQuery] Re: tableSorter and ajaxSubmit issue

2007-04-25 Thread Ariel Jakobovits
elated to my question somehow ? On 25 avr, 11:27, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > um, is the date formatting in the last example for the tablesorter plugin > working correctly? > > iso date: 2002/10/14 > uk short date: 12/10/2001 > us long date: Dec 10, 20

[jQuery] plugins page!!!!

2007-04-25 Thread Ariel Jakobovits
please oh please someone on the jquery committee respond to my claim that the plugins page is getting crazy. we need sub categories for the categories. I am volunteering to work on updating the page according to instructions that are given to me.

[jQuery] Re: I hope jQuery develope a plugin just like this website(http://www.scbr.com/docs/products/dhtmlxTreeGrid/index.shtml)

2007-04-25 Thread Ariel Jakobovits
anyone notice how slow it loads? - Original Message From: eddy <[EMAIL PROTECTED]> To: jQuery (English) Sent: Wednesday, April 25, 2007 2:21:34 AM Subject: [jQuery] I hope jQuery develope a plugin just like this website(http://www.scbr.com/docs/products/dhtmlxTreeGrid/index.shtml) I

[jQuery] Re: tableSorter and ajaxSubmit issue

2007-04-25 Thread Ariel Jakobovits
um, is the date formatting in the last example for the tablesorter plugin working correctly? iso date: 2002/10/14 uk short date: 12/10/2001 us long date: Dec 10, 2002 5:14 AM the years don't even match - Original Message From: Olive <[EMAIL PROTECTED]> To: jQuery (English) Sent: Wedn

[jQuery] Re: get array elements by name like $("[EMAIL PROTECTED]")

2007-04-25 Thread Ariel Jakobovits
did you try using '\' to escape? - Original Message From: pmishev <[EMAIL PROTECTED]> To: jQuery (English) Sent: Tuesday, April 24, 2007 9:58:52 AM Subject: [jQuery] get array elements by name like $("[EMAIL PROTECTED]") How do you get elements by name if they are named as array? Ex:

[jQuery] css styles

2007-04-25 Thread Ariel Jakobovits
This href was posted in the Firebug discussion forum. Read http://developer.apple.com/internet/webcontent/styles.html. I was wondering if jquery addresses the issue described?

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Ariel Jakobovits
I just added this to my site. Very nice plugin. You should be proud. One question/request: set the format PER calendar, not globally with Date. Again, nice work. and thank you for the documentation. -Ariel - Original Message From: Su <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com S

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread Ariel Jakobovits
also make sure your '$' namespaces are not getting messed up. take out other javascript libraries you might have just to test. - Original Message From: Alexandre Plennevaux <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Tuesday, April 24, 2007 4:57:46 AM Subject: [jQuery] Re:

[jQuery] Re: Browser Dom Performance

2007-04-24 Thread Ariel Jakobovits
this sounds interesting. did anyone actually have a .rar decompressor to view the code and samples? was it interesting? - Original Message From: lacroix1547 <[EMAIL PROTECTED]> To: jQuery (English) Sent: Monday, April 23, 2007 2:38:08 PM Subject: [jQuery] Re: Browser Dom Performance

[jQuery] parent/parents - children/?

2007-04-23 Thread Ariel Jakobovits
I know this is for Dev, but I have not been approved for that list yet... parent() - returns one level up parents() - returns multiple levels up children() - returns one level down ? - returns multiple levels down Q: is this a missing feature or is there a reason to not have a function in plac

[jQuery] Re: DOM manipulation white space issues

2007-04-23 Thread Ariel Jakobovits
figured it out: I had ' ' between empty div's that get filled after the page loads and those were the culprits. I don't remember why I put those there, but I thought it was because the browsers don't like empty div's. Anyone know anything about this? - Ori

[jQuery] DOM manipulation white space issues

2007-04-23 Thread Ariel Jakobovits
I am experiencing spacing issues with my divs that is apparently fixed when I delete white space between DIV's using firebug. is there a CSS way around this? do we need a trim functionality added to append() and such?

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-22 Thread Ariel Jakobovits
how about this: WHEN THE USER FIRST LOGS IN: // assume false for now JAVASCRIPT ON PAGE: --- var myUrl = 'http://myhost.com/someCFMfile.cfm'; // some URL pointing to the page as defined below var ajaxSettings = { t

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Ariel Jakobovits
its so pretty - Original Message From: Karl Swedberg <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Friday, April 20, 2007 1:21:18 PM Subject: [jQuery] Re: Google AJAX Feed API Here is a really cool RSS viewer written with jQuery: http://www.osxcode.com/feedsearch/ --Karl

[jQuery] Re: find.click vs bind("click")

2007-04-20 Thread Ariel Jakobovits
t; bindEdit(); > }); > return false; > }); > } > //bindEdit(); > }); > > If it's a case where the item 'edit' doesn't exist on the loaded page, it > would cause an error, correct? If so, how do I f

[jQuery] Re: find.click vs bind("click")

2007-04-20 Thread Ariel Jakobovits
bindEdit(); }); return false; }); } //bindEdit(); }); If it's a case where the item 'edit' doesn't exist on the loaded page, it would cause an error, correct? If so, how do I first check if it exists, then only do the bindi

[jQuery] Re: manipulating TEXAREA content

2007-04-19 Thread Ariel Jakobovits
This would be easy, here are the steps: 1. identify what event to listen to when trying to respond to key typing in a textarea // one minute 2. create a jQuery function to select that textarea by id // one line 3. bind on that textarea, to that event type, a function that says 'hi' // one line

[jQuery] Re: ThickBox question

2007-04-19 Thread Ariel Jakobovits
me too - Original Message From: Christopher Jordan <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Thursday, April 19, 2007 10:27:05 AM Subject: [jQuery] Re: ThickBox question Hey Theo that's pretty cool! I like the site. :o) Chris Theo Welch wrote: > > Hi All, > > I happe

[jQuery] Re: newb needing a little assistance - Checking if an input value is a Number

2007-04-19 Thread Ariel Jakobovits
Just FYI, all over the web are recommendations to debug IE with Microsoft Script Editor. In case you don't have it installed and don't have an Office Install CD handy, you can download the Visual Web Developer 2005 Express Edition for free and it will handle debugging. It's weird to use, I thin

[jQuery] Re: vars in unnamed functions

2007-04-18 Thread Ariel Jakobovits
elf, and a reference to all variables outside its scope that it needs access to. Have a search on Google for 'javascript closures', there are plenty of good articles that can explain this more fully than me. HTH, rob On 4/18/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: th

[jQuery] Re: Make a div expand to take up the rest of the viewport?

2007-04-18 Thread Ariel Jakobovits
doesn't the thickbox take up the viewport? look at that - Original Message From: Phillip B Oldham <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 18, 2007 1:15:04 AM Subject: [jQuery] Make a div expand to take up the rest of the viewport? Hi all I'v

[jQuery] wanna see something pretty

2007-04-17 Thread Ariel Jakobovits
i know its OT, but I look you guys. http://www.wefeelfine.org/

[jQuery] Re: More AJAX and link issues

2007-04-17 Thread Ariel Jakobovits
um, you are passing in .subnav as the root in secondryClickHandler, but are still prefixing your search term with .subnav if you are using root as context, then you don't need ('.subnav a',root) but only ('a',root) - Original Message From: Tane Piper <[EMAIL PROTECTED]> To: jquery-en

[jQuery] Web2.0 Expo

2007-04-17 Thread Ariel Jakobovits
Anyone gonna be there tomorrow? meet up?

[jQuery] vars in unnamed functions

2007-04-17 Thread Ariel Jakobovits
this isn't the real code, just a mockup, but ... can someone explain to me why this works (as in, alert echoes 'ariel'): var temp = null; function init () { var aVariable = 'ariel'; var settings = { functionToCallLater: function (content) { alert(a

[jQuery] Re: find.click vs bind("click")

2007-04-17 Thread Ariel Jakobovits
be aware that sometimes when a javascript error occurs in front of the return false, it will cause the link to activate. are you using firebug? if so, find the one catch(e) in the jquery.js file that is worth setting a breakpoint at and see if the script stops there. - Original Message -

[jQuery] Re: Autocomplete plugin

2007-04-17 Thread Ariel Jakobovits
question: is there paging in the autocomplete program for AJAX based option queries? - Original Message From: "Dan G. Switzer, II" <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Tuesday, April 17, 2007 6:55:25 AM Subject: [jQuery] Re: Autocomplete plugin James, >I found the

[jQuery] Re: to change tab for enter

2007-04-17 Thread Ariel Jakobovits
that won't work. What if you have: Campo 1: Campo 3: Campo 2: why not: $("[EMAIL PROTECTED]").bind("keydown",function(e){ if (e.keyCode == 13) { tabIndex = parseFloat($(this).attr("tabindex")) + 1; $("[EMAIL PROTECTED]" + tabIndex + "]").focus(); return false;

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Ariel Jakobovits
post the url, I will take a look too. - Original Message From: Tetsuo <[EMAIL PROTECTED]> To: jQuery (English) Sent: Monday, April 16, 2007 2:52:24 AM Subject: [jQuery] Re: jquery modal form not loading - help! Hi Rob Thanks for your help. I've looked at my scripts and can't see that

[jQuery] Re: Library showdowns

2007-04-16 Thread Ariel Jakobovits
Me, too. Maybe just keep an eye on the questions people ask on the list and use those?! - Original Message From: Mike Alsup <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Monday, April 16, 2007 3:53:17 AM Subject: [jQuery] Re: Library showdowns Hi Glen, I can't think of any

[jQuery] Re: Library showdowns

2007-04-15 Thread Ariel Jakobovits
JQUERY IS PHAT!!! - Original Message From: Glen Lipka <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Sunday, April 15, 2007 5:54:56 PM Subject: [jQuery] Library showdowns I started a site to expand upon the idea of the zerba challenge. http://js.commadot.com (I decided not to

[jQuery] plugin page organization

2007-04-15 Thread Ariel Jakobovits
can we discuss ways to better organize the plugin page? It's getting difficult to browse, I think. How about subgroups inside the groups?

[jQuery] .children()

2007-04-12 Thread Ariel Jakobovits
if i have an element like this: some text then FF says that the li has 3 child nodes, but .children() has only 2 (img and a). Is this desirable?

[jQuery] Re: "move listbox elements" : looking for somthing similar

2007-04-11 Thread Ariel Jakobovits
have you tried programming it yourself? shouldn't be too hard with jQuery. - Original Message From: amircx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 1:12:33 AM Subject: [jQuery] "move listbox elements" : looking for somthing similar im looking somthing

[jQuery] Re: Interface Autocompleter - Odd display

2007-04-10 Thread Ariel Jakobovits
code? - Original Message From: vsanghvi <[EMAIL PROTECTED]> To: jQuery (English) Sent: Tuesday, April 10, 2007 10:23:57 PM Subject: [jQuery] Re: Interface Autocompleter - Odd display I wish there was a way of editing my past posts... So i got frustrated w/ this earlier, and decided t

[jQuery] Re: Center on current date

2007-04-10 Thread Ariel Jakobovits
see the ScrollTo functionality at: http://interface.eyecon.ro/docs/fx - Original Message From: Alexandre Plennevaux <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Tuesday, April 10, 2007 5:28:15 PM Subject: [jQuery] Re: Center on current date Can anybody tell me if this is fe

[jQuery] Re: Interface Autocompleter - Odd display

2007-04-10 Thread Ariel Jakobovits
similar id's? - Original Message From: vsanghvi <[EMAIL PROTECTED]> To: jQuery (English) Sent: Tuesday, April 10, 2007 11:19:37 AM Subject: [jQuery] Re: Interface Autocompleter - Odd display For some reason, the result data is also being written to other unordered lists on my page alo

[jQuery] Re: outerHTML and Firefox does not work

2007-04-10 Thread Ariel Jakobovits
Could you just say: function innerHTML(node) { var id = node.id; $(this).parent().children().each(function() { if ($(this).id == id) return this; }); } and then just use what you need from there? - Original Message From: Christian Bach <[EMAIL PROTECTED]> To: jquery-en@googl

[jQuery] Re: Best Method to (re)bind event handlers

2007-04-10 Thread Ariel Jakobovits
CopyEvents still rebinds the events, just hides the implementation for you. You could try to just replace the text inside the anchor tags instead, that way you never actually clear the anchor tag itself. you could also go in the direction of each anchor tag calling a common function on click t

[jQuery] Re: slide window to a set height??

2007-04-10 Thread Ariel Jakobovits
oh DARN!! that visualjquery site is great! who made it? nice work. - Original Message From: Matt Stith <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Monday, April 9, 2007 10:20:30 PM Subject: [jQuery] Re: slide window to a set height?? Yep! Check out the .animate method! $(st

[jQuery] Re: Find Programming Job?

2007-04-10 Thread Ariel Jakobovits
Can we have some sort of test to sign up to the group? like "Please write the jQuery code to extract all images and alert their respective href"hahahat least even the spammers would be jQuery users then. :) - Original Message From: Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> To: jquery-en@googlegr

[jQuery] Re: TableSorter question

2007-04-10 Thread Ariel Jakobovits
I haven't looked at the code, but when I see "flatData.reverse()" I wonder...are you sorting the regular way and then the reverse (as in two sorts) even if the sortDir is initially set to sort the reverse direction? If so, it might be nice to avoid that. - Original Message From: Chris

[jQuery] Re: General discussion

2007-04-10 Thread Ariel Jakobovits
It's really a very nice plugin. Nice work. - Original Message From: Chris W. Parker <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Monday, April 9, 2007 12:12:21 PM Subject: [jQuery] Re: General discussion On Monday, April 09, 2007 11:38 AM Diego A. <> said: > The name says

[jQuery] Re: plugin issues

2007-04-09 Thread Ariel Jakobovits
1.1.2 - Original Message From: Jonathan Sharp <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Monday, April 9, 2007 9:48:16 AM Subject: [jQuery] Re: plugin issues Ariel, What version of jQuery are you using? Cheers, -Jonathan On 4/8/07, Ariel Jakobovits &

[jQuery] plugin issues

2007-04-08 Thread Ariel Jakobovits
I am working with jdMenu. It works great on FF, throws an "invalid argument" in IE. The example on the site (http://jdsharp.us/code/jQuery/plugins/jdMenu/) does not throw the error. So I figure it's an issue with the mix of libraries I am using. I would like to use the files packaged in the j

[jQuery] jquery vs. ext (tonight)

2007-04-08 Thread Ariel Jakobovits
I just want to express that tonight I gave extjs a serious attempt, struggled, switched to jQuery plugin alternatives, and succeeded very quickly. I am developing my own framework to manage the addition of modules into a larger "application", with my own objects for retrieving data by AJAX, and

[jQuery] dependencies in ext

2007-04-07 Thread Ariel Jakobovits
The tool that someone on the list developed recently regarding javascript dependencies...is it generic? Can it be run on the ext project to determine dependencies to reduce code footprint?

[jQuery] Re: AJAX Problem

2007-04-07 Thread Ariel Jakobovits
Might it be that you are trying to access the responseText of the XMLHttpRequest object that is returned from $.ajax() before it is ready? Your call seems like it would have to be a synchronous call to work. - Original Message From: dropx <[EMAIL PROTECTED]> To: jQuery (English) Sent:

[jQuery] Re: Truncate Plugin v.2.0

2007-04-07 Thread Ariel Jakobovits
I think you should create a set of tags that are truncatable, like , , and and focus on truncating those, and ignore , , etc. Just make sure not to truncate the closing tags of those non-truncating tags so as to invalidate the HTML. - Original Message From: Giant Jam Sandwich <[EMAIL

[jQuery] Re: IE XML parsing problem

2007-04-06 Thread Ariel Jakobovits
Did you contribute this back to the Metadata community? - Original Message From: Diego A. <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Friday, April 6, 2007 3:54:52 PM Subject: [jQuery] Re: IE XML parsing problem I've been fighting with this bug too and I believe I've foun

[jQuery] Re: Unique parameter in Ajax

2007-04-06 Thread Ariel Jakobovits
Just curious, what changes about the server's behavior when the x-Method is specified as Ajax? - Original Message From: Diego A. <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Friday, April 6, 2007 5:48:20 PM Subject: [jQuery] Re: Unique parameter in Ajax Thanks for the qui

[jQuery] Re: EXTjs.com

2007-04-05 Thread Ariel Jakobovits
Just curious, before I jump into developing a new project using Ext, from some of the real gurus on this list, what are the pros and cons of using this new lib? - Original Message From: Glen Lipka <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Thursday, April 5, 2007 10:07:36

[jQuery] Re: response handler scope

2007-04-05 Thread Ariel Jakobovits
sure! good idea. - Original Message From: Jörn Zaefferer <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Thursday, April 5, 2007 5:14:45 PM Subject: [jQuery] Re: response handler scope Ariel Jakobovits schrieb: > I have edited my jquery.js file to look like this: &g

[jQuery] Re: response handler scope

2007-04-05 Thread Ariel Jakobovits
sorry, forgot to add this edit too: (note the extra 'scope' param) ajaxSettings: { global: true, type: "GET", timeout: 0, contentType: "application/x-www-form-urlencoded", processData: true, async: true, data: null, scope: null }

[jQuery] Re: response handler scope

2007-04-05 Thread Ariel Jakobovits
I have edited my jquery.js file to look like this: // If a local callback was specified, fire it and pass it the data if ( s.success ) { if ( s.scope ) { s.success.call( s.scope , data , status );

[jQuery] Re: tabs - initial tab load

2007-04-05 Thread Ariel Jakobovits
Original Message From: Klaus Hartl <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Thursday, April 5, 2007 2:42:07 AM Subject: [jQuery] Re: tabs - initial tab load Ariel Jakobovits schrieb: > I realize now that this was very specific to my project, and I got this to >

[jQuery] Re: tabs - initial tab load

2007-04-05 Thread Ariel Jakobovits
. - Original Message From: Ariel Jakobovits <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Thursday, April 5, 2007 12:54:12 AM Subject: [jQuery] tabs - initial tab load i have a handler for the tabs onShow event that loads the current tab being opened. this does n

[jQuery] tabs - initial tab load

2007-04-05 Thread Ariel Jakobovits
i have a handler for the tabs onShow event that loads the current tab being opened. this does not get executed for the first tab that is selected by default when the page first loads. how can i get the onShow event to be triggered for the initial tab?

[jQuery] Re: Web2.0 Expo Free Passes and Discounts

2007-04-04 Thread Ariel Jakobovits
Thank you for this. I just registered using the code. - Original Message From: Erik Beeson <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 4, 2007 8:24:55 AM Subject: [jQuery] Web2.0 Expo Free Passes and Discounts Hello jQuerians! Web2.0 Expo, the Spring time

[jQuery] .getScript()

2007-04-04 Thread Ariel Jakobovits
the docs say this retrieves javascript files. does it retrieve and load CSS?

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Ariel Jakobovits
I like that people are looking to protect the future of jQuery. I think it is a phenomenal effort that is part of a general trend of making Javascript a creditable language to use in web development, and for that I am truly thankful. I also think that people are just getting really excited abou

[jQuery] Re: Ajax Experience SF

2007-04-04 Thread Ariel Jakobovits
r the early-bird pricing to be fairly reasonable. If anything, it's a good excuse to meet up with all the jQuery guys :-) --John On 4/4/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > > anyone know how much it will cost? > > - Original Message > From: Glen

[jQuery] Re: working around IE's lack of click/dblclick events

2007-04-04 Thread Ariel Jakobovits
So in the end, what event are you listening to for the select element? - Original Message From: Rob Desbois <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 4, 2007 2:54:17 AM Subject: [jQuery] Re: working around IE's lack of click/dblclick events Dan, Thanks s

[jQuery] Re: Ajax Experience SF

2007-04-04 Thread Ariel Jakobovits
anyone know how much it will cost? - Original Message From: Glen Lipka <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Tuesday, April 3, 2007 9:58:47 AM Subject: [jQuery] Ajax Experience SF Anyone going to this? http://ajaxian.com/the-ajax-experience-sf-2007-call-for-presenters

[jQuery] Re: Help to improve code

2007-04-04 Thread Ariel Jakobovits
Not sure what it is doing, but this is nice! - Original Message From: Joan Piedra <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Sunday, April 1, 2007 7:58:51 PM Subject: [jQuery] Help to improve code Hey guys, I've wrote a plugin basically it adds some html wrappers to an imag

[jQuery] Re: Problem with show() and hide() in IE

2007-04-04 Thread Ariel Jakobovits
what does position: static mean? - Original Message From: Yansky <[EMAIL PROTECTED]> To: jQuery (English) Sent: Sunday, April 1, 2007 1:23:58 PM Subject: [jQuery] Re: Problem with show() and hide() in IE Try this: On Apr 2, 3:31 am, "debussy007" <[EMAIL PROTECTED]> wrote: > Hi, > >

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Ariel Jakobovits
I'm not a jerk. I just hate having to scroll to the bottom of a message to read the latest post. I believe the concept of top-posting versus bottom-posting was pushed as Internet etiquette some years back. Is that something we could all try to do? - Original Message From: Trans <[EMAI