[jQuery] Re: IE6 - "Operation Aborted" - Any Ideas?

2007-10-03 Thread kennydee
Big problems because at some times, this is js code we don't own that triggers this error (Ad server etc ...) and jquery seems to be the trigerrer of that ! Don't know how to bypass that. When our code is guilty, add a $(document).ready over make it works, but when this is not our code ... ?

[jQuery] ifModified

2007-10-03 Thread SventB
Hello, I have a question for this attribute in an ajax request. I'ld like to test this attribute, but all Ajax responses I get every 2 seconds contains the content from file test.js - but I haven't changed this file, so the response should be empty, shouldn't it?? That's my code: function getA

[jQuery] Re: the jquery logo

2007-10-03 Thread Tane Piper
Also, check through the blog on http://jquery.com/blog - there is an old thread from last year where people submitted their own jQuery logo's for use of websites. Although there was a winner, you are free to choose whichever one you want to use. On 04/10/2007, Joel Birch <[EMAIL PROTECTED]> wro

[jQuery] Re: My Superfish disappears for no reason

2007-10-03 Thread Giuliano Marcangelo
Joel, Have just checked the menu .but now this behaviour is not occuring...menu works 100% correctly On 03/10/2007, Joel Birch <[EMAIL PROTECTED]> wrote: > > > Giuliano: That's an interesting point of data to have, so thanks for that. > > Olivier: although I couldn't replicate

[jQuery] jCarousel: Anyway to get round the need for unordered lists?

2007-10-03 Thread fambizzari
Hi all, Is there anyway to get round the need to include the carousel content in an unordered list. We'd like to use the carousel to offer customer testimonials, but you can't include a blockquote in a list item. Thanks

[jQuery] Re: the jquery logo

2007-10-03 Thread Joel Birch
Whoops, bad link. Here it is: http://users.tpg.com.au/j_birch/plugins/superfish/img/jQuery-alpha-trans.png

[jQuery] Re: the jquery logo

2007-10-03 Thread Duncan Heal
ahh, no there's not! Duncan On 4/10/2007, at 4:43 PM, Joel Birch wrote: There's also an alpha transparent png if you need one, here: http://users.tpg.com.au/plugins/superfish/img/jQuery-alpha-trans.png

[jQuery] Re: They dress as jQuery users for Halloween

2007-10-03 Thread Joel Birch
Haha, thanks for the chuckle Mike :) This should be compulsory uniform for all jQuery meets. Or not. Joel

[jQuery] Re: the jquery logo

2007-10-03 Thread Joel Birch
There's also an alpha transparent png if you need one, here: http://users.tpg.com.au/plugins/superfish/img/jQuery-alpha-trans.png

[jQuery] Re: the jquery logo

2007-10-03 Thread Joel Birch
I'm not sure about the permission to use that logo, but my complete guess would be that it's okay to use it. Otherwise, feel free to use the one I created, or not as you so choose: http://users.tpg.com.au/j_birch/plugins/superfish/img/jQuery-logo.gif Joel Birch.

[jQuery] Re: Presidential Websites

2007-10-03 Thread Glen Lipka
It was all tongue-in-cheek. Didn't mean it as bad news. Just a bit of humor. Glen On 10/3/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > Actually, Barack Obama is still using jQuery. Their "My Barack Obama" > member portal makes extensive use of it. > > http://my.barackobama.com > > Rey... > > G

[jQuery] Re: Problem with binding mouseout to only parent div

2007-10-03 Thread Joel Birch
Hi Brandon, Sorry for repeating a solution you have already looked at, but I want to make sure you have seen the relevant part of the Superfish docs. The only example that demonstrates the functionality of the current submenu path (breadcrumb path?) being restored when the menu has finished being

[jQuery] Re: superfish entire page 'fades' on mouseover (firefox mac os x)

2007-10-03 Thread Joel Birch
Hi Greg, It is 99.9% certain that it is what Karl said. Here is what has become my set spiel on the subject: Mac Firefox has two text rendering anti-aliasing modes, one of which makes the text look much lighter or less bold in weight. The usual mode is used when everything on the page has an opa

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-03 Thread Bruce MacKay
Hello, I'm having difficulty getting this plugin to work - a test page is here: http://www.thomasbaine.com/gallery.asp I'm sure I've followed the example, but obviously I'm missing something. When I click on a thumbnail, the "lightbox" is appended to the end of my page, never on top of it.

[jQuery] [Site Submission]: nbc.com

2007-10-03 Thread Karl Swedberg
Looks like nbc.com is heavily into the jQuery love now, using 1.1.4.1 on their site. Looks like they're using Interface and Mike Alsup's Media plugin, and Klaus Hartl's cookie plugin. Also, pulling in some data with $.ajax, doing some accordion stuff, etc.. They could be using the This li

[jQuery] Re: RED: [jQuery] Re: Packed version of BlockUI?

2007-10-03 Thread Jeffrey Kretz
The main things are the missing semicolons at the end of each command. var x = 0; do_something(); container.fn = function() { do_something(); }; You don't need semicolons at the end of conditional blocks: if (condition) { do_something(); } while(condition) { do_something(); } Or at the end of

[jQuery] Re: Presidential Websites

2007-10-03 Thread Rey Bango
Actually, Barack Obama is still using jQuery. Their "My Barack Obama" member portal makes extensive use of it. http://my.barackobama.com Rey... Glen Lipka wrote: I just did a quick review of all the presidential candidate websites. Apparently NO ONE is interested in the jQuery vote. tsk tsk

[jQuery] Re: Setting a number of DIVs to the same height... I'm just not quite there...

2007-10-03 Thread Tobias Parent
Yep, that did it! Thanks, Glen. Glen Lipka wrote: http://michael.futreal.com/jquery/vjustify or http://spindrop.us/2007/05/22/equal-height-columns-with-jquery/ Glen

[jQuery] Re: AjaxCFC

2007-10-03 Thread Jack Killpatrick
Hmm, maybe create a global var to hold a ref to the scope? var currentObj; and in getData: currentObj = this; ajax call and in dataResult: currentObj.someProperty = data.yadda; currentObj = null; ? In case you don't know, the ajaxCFC also has a success callback: $.AjaxCFC({

[jQuery] Presidential Websites

2007-10-03 Thread Glen Lipka
I just did a quick review of all the presidential candidate websites. Apparently NO ONE is interested in the jQuery vote. tsk tsk. Everyone knows that the site with jQuery usually wins the election. Check this review a while back: http://www.nabble.com/jQuery-for-President-t3207252s15494.html Ap

[jQuery] Re: superfish entire page 'fades' on mouseover (firefox mac os x)

2007-10-03 Thread Karl Swedberg
Hi Greg, This may have to do with the well-known opacity problem in FF Mac when setting opacity to some element -- which is what I'm guessing Superfish does, maybe with a .fadeIn().. I believe it was Joel Birch who earlier suggested setting opacity on the body to something like . . May

[jQuery] Re: ajaxCFC and CF8

2007-10-03 Thread Rey Bango
Brook, CF8 provides quite a number of options in terms of prebuilt Ajax controls but I tend to refer to them as "intro" widgets. They don't provide the level of functionality available in jQuery or many other libs and do not adhere to any form of progressive enhancement. Also, few users want

[jQuery] Re: Using multiple versions of jQuery on the same page

2007-10-03 Thread Glen Lipka
We tried that. But that seemed to undefine the 1.1 jQuery too, which was on the page. So none of the existing page jQuery stuff using $ worked anymore. We had the line at the top of our script page. How does it know which jQuery to blow away and which to leave alone? Glen On 10/3/07, John Resi

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-03 Thread Web Specialist
Matt, congratulations!!! Very very very nice grid plugin. Your ajax for server side content and pagination is really awesome. Cheers Marco Antonio 2007/10/3, reconstrukt <[EMAIL PROTECTED]>: > > > Hey all, > > I just released Just finished the initial release of my datagrid > plugin. I named h

[jQuery] Re: Using multiple versions of jQuery on the same page

2007-10-03 Thread John Resig
Yep, you can do .noConflict(true) which completely blows away both $ and jQuery. So, in your case, you would do: var veryjQuery = jQuery.noConflict(true); --John On 10/4/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > We are making a jQuery+stuff script that will go on lots of random pages > with

[jQuery] Using multiple versions of jQuery on the same page

2007-10-03 Thread Glen Lipka
We are making a jQuery+stuff script that will go on lots of random pages with unknown libraries. Some of those pages will have jQuery. (Various versions) If I am including our script last; what is the best way to make sure our script doesn't interfere with any of the existing page, including old v

[jQuery] Re: How to hide a div without a click function

2007-10-03 Thread Glen Lipka
There is a pause plugin. Does that do the trick? http://blog.mythin.net/projects/jquery.php Glen On 10/3/07, somnamblst <[EMAIL PROTECTED]> wrote: > > > I currently have this > > $(document).ready(function() { > initSlideboxes(); > function initSlideboxes() > { > $('#slidebar').s

[jQuery] Re: Setting a number of DIVs to the same height... I'm just not quite there...

2007-10-03 Thread Glen Lipka
http://michael.futreal.com/jquery/vjustify or http://spindrop.us/2007/05/22/equal-height-columns-with-jquery/ Glen On 10/3/07, Tobias Parent <[EMAIL PROTECTED]> wrote: > > > Hey, all! > > I've got a site in process, and I'm trying to figure something out. I'm > using the Cycle plugin, and I'd lik

[jQuery] Re: live query

2007-10-03 Thread Brandon Aaron
Try creating a small, trimmed down test case ... removing other elements from the page. You should be able to find what is causing the problem then. The only reason live query would be attaching the event to all a tags is if your selector a[rel=sec] matches all your a tags. You might want to try ru

[jQuery] Re: IE6 - "Operation Aborted" - Any Ideas?

2007-10-03 Thread Guy Fraser
G[N]Urpreet Singh wrote: > Once every few times the page is loaded in IE6, it just fails. It says > "Operation Aborted" and fails. Could anyone point me to why this is > happening. And this did not happen at all while the site was on my > local machine, it started when I put it up on a test ser

[jQuery] events for when getJSON fails?

2007-10-03 Thread mastorna
I've got a getJSON request from a different domain which will be going down for a few hours while that domain upgrades its servers. What happens to a getJSON request when the url you request will not return any HTTP traffic? Does it just hang? Does it fail gracefully or return a boolean value t

[jQuery] Strange unload behavior

2007-10-03 Thread Vaughn Pipes
Hello all, I've got a strange issue I've been fighting with ever since we updated to 1.2.1 and was hoping someone might have run across it as well. When refreshing our page I sometimes get a js error from inside mouse event functions, like they are being triggered during the unload. The errors c

[jQuery] jQuery Datagrid Plugin v.7

2007-10-03 Thread reconstrukt
Hey all, I just released Just finished the initial release of my datagrid plugin. I named her Ingrid. :) Features in this release: - resizable columns - paging toolbar - sorting (server-side) - row & column styling The goal here is to give jQuery a robust, native datagrid that's up to snuff w

[jQuery] Re: Getting the text value of the selected item in select box

2007-10-03 Thread Dave
Thank you Karl. This one had me perplexed also. On Aug 29, 10:00 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > Try using .text() on the selected option. e.g.: > > $('select option:selected').text() > > Karl Rudd > > On 8/30/07, Duncan <[EMAIL PROTECTED]> wrote: > > > I am struggling with getti

[jQuery] Re: Counting the number of child elements that a div has

2007-10-03 Thread Brandon
http://docs.jquery.com/Core/length $("#divid > #childrenids").length or maybe $("#divid").children().length to get all of them no matter what type of children elements they are On Oct 3, 4:57 pm, wattaka <[EMAIL PROTECTED]> wrote: > How can I count the number of child elements that a div conta

[jQuery] ajaxCFC and CF8

2007-10-03 Thread Brook Davies
Can Rob or Rey shed some light on this? Is ajaxCFC still relevant with the release of CF8? BrookD

[jQuery] Question about jScrollPane - full body scroll

2007-10-03 Thread simplybrianp
In looking at the code for the full body scroll. I can not seem to understand one part of it. I am actually doing a couple of scroll panes in a page, that resize based on the window size, and am using the full body scroll as an example. I can not figure out what is going on in the line with the **

[jQuery] Re: AjaxCFC

2007-10-03 Thread Brook Davies
Hello Jack, Well I want to get the scope of the calling object that the function resides in. I have multiple instances of this object: someObj = { getData: function(){ //cfAjax request starts here } , dataResult: function(data){

[jQuery] Re: Problem with binding mouseout to only parent div

2007-10-03 Thread Brandon
I tried replying to this earlier but it didn't post... I've looked at the suckerfish menu, and I'm using something similar. My problem isn't the drop down menu. I have 2 menus, the top tabs that are a links, which dynamically open a submenu with text and drop down menu children, etc etc. My theor

[jQuery] How to hide a div without a click function

2007-10-03 Thread somnamblst
I currently have this $(document).ready(function() { initSlideboxes(); function initSlideboxes() { $('#slidebar').show(); $('#slidebar').html($('#hidebar').html()); $('#slidebartrigger').click(function(){$('#slidebar').toggle(); }); }; }); I would like after a ce

[jQuery] Setting a number of DIVs to the same height... I'm just not quite there...

2007-10-03 Thread Tobias Parent
Hey, all! I've got a site in process, and I'm trying to figure something out. I'm using the Cycle plugin, and I'd like to try to set a number of DIVs to the height of the largest. To see what I've got, click http://www.questmin.org/pages/courses <-- that link, and watch the course descriptio

[jQuery] Re: uhhh.......WAT?

2007-10-03 Thread cmbtrx
Sorry for the delay in getting back to this (I love my work, it just doesn't love me back). ...oh bo. I knew it would be a stupid typo. I was referencing src="jquery.js" when, in fact, I should have been referencing src="jquery-1.2.1.js". (I swear I looked at the error console a dozen times!!

[jQuery] superfish entire page 'fades' on mouseover (firefox mac os x)

2007-10-03 Thread Greg Warner
When using firefox on mac os x, as I mouse over and superfish drops down a menu (either down or a side menu), all the text on the page appears to fade for a split second, and then is back to normal. I've even tested it with animations off, etc (completely bare-bones). This doesn't happen in safar

[jQuery] the jquery logo

2007-10-03 Thread digitalus media
i have developed a cms that relies heavily on jquery. i am putting a page on my site to give the appropriate credit, and want to add the logo to the page which i will link to the jquery site. you can see this on my testing server at :http://dev.digitalusmedia.net/technology/ jquery-ajax I did n

[jQuery] General Question about Flash and jQuery

2007-10-03 Thread njsuperfreak
Can jQuery talk to flash 9 and vice versa? And is there any examples of this?

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Matt
Thanks Jorn, already updated a few pages I'm using this on. Great plugin, thank you for all the hard work! On Oct 2, 3:29 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Good news everyone! The treeview plugin version 1.3 is out, giving you > an even better tool at hand to display and navigate yo

[jQuery] Re: Problem with binding mouseout to only parent div

2007-10-03 Thread Brandon
Thanks, but the drop down menu isn't the problem... I'm already using a type of drop down menu similar to suckerfish. The problem is I have two menus, a top tab menu calling a bottom menu that does the drop downs... when the page is loaded it highlights the proper top tab for the page you're on (a

[jQuery] Problem refreshing page.

2007-10-03 Thread Vaughn Pipes
Hello all, I've got a issue I've been trying to sort out since I upgraded our site to 1.2.1 and was wondering if anybody has had something similar happen to them. Every once in a while when refreshing our page one of my mouseover events gets triggered instantly causing an error as any variable it

[jQuery] problems with passing a value via ajax

2007-10-03 Thread webgodjj
Hi, I'm pretty new to this ajax, but have been trying to get it to work with ajax. What I'm trying to do is pass a value to a php script from a link and return it. So far, I can do that with the text of the link, but I can't seem to get how to pass either the string, or the id value

[jQuery] Re: AjaxCFC

2007-10-03 Thread Steve Brownlee
Brook: Your post is just vague enough to not be answerable. What exactly do you mean by calling object? Do you mean the function inside which you make the $.AjaxCFC() call? Do you mean the the arguments - and their values - passed via the data property of AjaxCFC? A code snippet would really

[jQuery] Re: jQuery newsgroups? (nntp)

2007-10-03 Thread RealET
* MichaelEvangelista tapuscrivait, le 03/10/2007 17:44: > Is there an NNTP jQuery group out there somewhere? > Are there any other forums or discussion groups other than this one, > with equal or higher traffic? > > I find rapid-fire user groups to be the best possible asset for my way > of decip

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Guy Fraser
Jörn Zaefferer wrote: > Okay, I've removed my stupid last minute optimization. Please give it > another try. Yes, the +/- now work great :) If you could match the feature set of the nlstree [1] it would be really awesome: [1] http://www.addobject.com/products/javascript/tree/nlstree.php Guy

[jQuery] Selector with Pipe (|) character not working

2007-10-03 Thread ab
I am trying to select an element with with ID which have pipe character (|) i found that its not working CODE--HTML CODE-SCRIPT alert($("#firstname|1").val() ); and output is "undefined".. Works well if i remove pipe Please help me..is it a bug or "featu

[jQuery] RED: [jQuery] Re: Packed version of BlockUI?

2007-10-03 Thread Brook Davies
On this topic, what are the rules to write JS that will pack without error? I know you need a ";" at the end of every line, but what else? BrookD -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: October 3, 2007 8:15 AM To: jque

[jQuery] Re: Packed version of BlockUI?

2007-10-03 Thread Steve Brownlee
Andy, check out jqModal http://dev.iceburg.net/jquery/jqModal/ On Oct 3, 10:01 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > I'm in need of a simple page overlay, which I'll be using to display help > messages. I found BlockUI, but it's 15k. Is there a packed version of it, or > a simpler ver

[jQuery] $.ajax({datatype:"html"... does not seem to evaluate scripts?

2007-10-03 Thread joelarson
The documentation notes that when using the $.ajax() functions option datatype="html": "html": Returns HTML as plain text; included script tags are evaluated however, it does not appear to me that this is happening. What am I missing? My very simple code is here: - ... $

[jQuery] Re: live query

2007-10-03 Thread bluejam
Hi im using the very latest version of jQuery I can't post example online as its on my dev server and the project is too hush hush to show just yet the code that adds the element works fine, its Live Query that is not working as it adds the event to all 'a' elements and I tried your code it made

[jQuery] Re: live query

2007-10-03 Thread bytte
Why don't you use the ID of the a tag? The ID is a unique reference, so then you're sure you're targeting the correct a tag and none of the others. On 3 okt, 13:53, bluejam <[EMAIL PROTECTED]> wrote: > Hi > > Im adding an element to Dom on fly, I then want to add an action to > that element, i've

[jQuery] Re: Child elements

2007-10-03 Thread Steve Brownlee
Karl: Thanks for pointing out something that should have been blatantly obvious to me. It was a looong day yesterday. I'm good to go. Gracias. On Oct 2, 10:02 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Steve, > > The first one worked for me when I pasted your HTML into a local > documen

[jQuery] Re: $(document).scroll() not functioning in IE?

2007-10-03 Thread Paul Irish
(scroll to the bottom to test) also safari seems to get halfway in.. so that's an improvement. On Oct 2, 12:52 pm, Paul Irish <[EMAIL PROTECTED]> wrote: > I added some fun infinite scroll functionality to my employer's > blog.http://molecularvoices.molecular.com/ > All of it is based on a $(docu

[jQuery] view all event listeners?

2007-10-03 Thread kevin
Anyone know of a way to view all event listeners on a page at a specific moment for debugging?

[jQuery] Slide DIV along horizontal line?

2007-10-03 Thread fiasst
Hi, I really need some help with jQuery. I have something that, In theory seems so simple but is beyond. I need a DIV to slide horizontally across my page to a position defined in a onMouseover event. The full effect I'm trying to achieve is a menu which, when you mouse- over a link, a div will

[jQuery] Re: Counting the number of child elements that a div has

2007-10-03 Thread Scott Trudeau
It should. I just typed this into my Firebug console on a page including jQuery: $('body').append(''); $('#test').append(''+ $('#test').children().size() +''); $('#test').append(''+ $('#test').children().size() +''); $('#test').append(''+ $('#test').children().size() +''); Seemed to work as

[jQuery] Re: Bind event that should be executed first

2007-10-03 Thread Josh Nathanson
Do you know where javascript events are stored ? In elements dom or somewhere ? If yes I would be able to keep them apart, unbind and rebind with my stuff then the old bindings I kept apart ? Maybe what I say is silly, I don't know After much googling, I found this, which states that the fir

[jQuery] Re: Counting the number of child elements that a div has

2007-10-03 Thread wattaka
Thanks Wizzud, but this does not work with elements that are dynamically added to the DOM, is there another way? Thanks On Oct 3, 11:26 pm, Wizzud <[EMAIL PROTECTED]> wrote: > var ct = $('div').children().size(); > > wattaka wrote: > > > How can I count the number of child elements that a div con

[jQuery] Re: Bind event that should be executed first

2007-10-03 Thread Josh Nathanson
Ah...thanks Jörn, I didn't know about the API browser. By the way, I am kicking myself for not using the Validation plugin sooner. It is saving me so much work. -- Josh - Original Message - From: "Jörn Zaefferer" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 03, 2007 2:43 PM

[jQuery] Re: Bind event that should be executed first

2007-10-03 Thread Fabien Meghazi
> $("#myform").submit(function() { > // do your textarea thing here > var v = $(this).validate(validateoptionshere); Do you know where javascript events are stored ? In elements dom or somewhere ? If yes I would be able to keep them apart, unbind and rebind with my stuff then the old bind

[jQuery] Re: Bind event that should be executed first

2007-10-03 Thread Fabien Meghazi
> $("#myform").submit(function() { > // do your textarea thing here > var v = $(this).validate(validateoptionshere); In fact my stuff is a plugin for fck editor so I want it to to be unobstrusive. -- Fabien Meghazi Website: http://www.amigrave.com Email: [EMAIL PROTECTED] IM: [EMAIL PR

[jQuery] Re: Bind event that should be executed first

2007-10-03 Thread Jörn Zaefferer
Josh Nathanson schrieb: [...] if (v.form()) // runs form validation and returns true if successful // you have to dig into the validation source to figure this out [...] Granted, documentation still needs a lot of work, but the method is documented here: http://jque

[jQuery] Re: Question to experts on jQuery.

2007-10-03 Thread Wizzud
Just do it the old-fashioned way... var objImage = new Image(); objImage.onload = function(){ var imgDim = { width : objImage.width, height : objImage.height }; // .. carry on processing... }; objImage.src = 'myPicture.jpg'; BAlex wrote: > > > Is JavaSc

[jQuery] Re: Bind event that should be executed first

2007-10-03 Thread Josh Nathanson
Ah, I see. You will probably have to trigger the validation and form plugins in a different way. You can do something like this. Rather than bind the validation plugin in the standard way, you can do this: $("#myform").submit(function() { // do your textarea thing here var v = $(this)

[jQuery] Re: Counting the number of child elements that a div has

2007-10-03 Thread Wizzud
var ct = $('div').children().size(); wattaka wrote: > > > How can I count the number of child elements that a div container has? > Thanks > > > -- View this message in context: http://www.nabble.com/Counting-the-number-of-child-elements-that-a-div-has-tf4564339s27240.html#a13028239 Sent

[jQuery] Re: Bind event that should be executed first

2007-10-03 Thread Fabien Meghazi
> One way to go about it is to put all your submit functions within a sort of > "master function," that will be the only function bound to the submit event. > Then you can guarantee the order of execution. Like so: In fact I don't have the hand of the possible previous bindings so I can't bundle

[jQuery] Re: Easing Plugin brakes on all methods based on Math.exp with jQuery 1.2.X

2007-10-03 Thread george.gsgd
Hmmm, missed this one, I'm now looking into it, it's possible this has been broken for a while. Thanks for noticing :) George. On Sep 27, 12:09 pm, ravenel <[EMAIL PROTECTED]> wrote: > Hello I just tested the The Excellent Easing Plugin > fromhttp://gsgd.co.uk/sandbox/jquery.easing.phpwith jQu

[jQuery] Re: Bind event that should be executed first

2007-10-03 Thread Josh Nathanson
One way to go about it is to put all your submit functions within a sort of "master function," that will be the only function bound to the submit event. Then you can guarantee the order of execution. Like so: $("#myform").bind("submit", masterfunction); masterfunction = function() { dofu

[jQuery] Counting the number of child elements that a div has

2007-10-03 Thread wattaka
How can I count the number of child elements that a div container has? Thanks

[jQuery] Bind event that should be executed first

2007-10-03 Thread Fabien Meghazi
Hi all, I have to bind an event of type "submit" to a form but I have to make sure that the function binded will be executed before other submit bindings. Is it possible with jQuery ? -- Fabien Meghazi Website: http://www.amigrave.com Email: [EMAIL PROTECTED] IM: [EMAIL PROTECTED]

[jQuery] They dress as jQuery users for Halloween

2007-10-03 Thread Michael Geary
http://www.mentalfloss.com/blogs/archives/8397 -Mike

[jQuery] Re: jscrollpane plugin problem

2007-10-03 Thread Alexandre Plennevaux
AFAIK you have to recall the function, or you can use the jquery live plugin -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Movia Sent: mercredi 3 octobre 2007 19:46 To: jquery-en@googlegroups.com Subject: [jQuery] jscrollpane plugin

[jQuery] Re: My Superfish disappears for no reason

2007-10-03 Thread Joel Birch
Giuliano: That's an interesting point of data to have, so thanks for that. Olivier: although I couldn't replicate the problem you described, I did notice that the code to initialise Superfish is wrong. You have this: $(document).ready(function(){ $(".nav").superfish({animation : { opacit

[jQuery] Re: Question to experts on jQuery.

2007-10-03 Thread polyrhythmic
When you .hide() the element it brings its height and weight to 0 and then sets 'display' to 'none'. You will get unreliable results trying to read the .height() and .width() after that. Try this: var img0 = $("").css({ visibility: 'hidden' }).appendTo(document.body); Charles doublerebel.com

[jQuery] Re: My Superfish disappears for no reason

2007-10-03 Thread Giuliano Marcangelo
Joel, had a look at this issue this afternoon on an "old" work machine (W2000) with a very low spec, and this behaviour that Olivier mentioned occured mainly when hovering on the "Nos Magasins" tab.. will check fully tomorrow (working on GMT) so about 12 hours or so from now :-) On

[jQuery] jscrollpane plugin problem

2007-10-03 Thread Guillermo Movia
Hi, Kevin. We are using your plugin for a ul with news. Each new show by default the title and an abstract with a button to display the invisible part. This ul has a scroll pane. But, when the invisible part of one new is show and then the ul increase it height, the scroll pane doesn't change it h

[jQuery] Re: My Superfish disappears for no reason

2007-10-03 Thread Joel Birch
Hi Olivier, I checked your menu in IE6, IE7, Mac FF 2.0.0.7, and Safari 2.0.4 and I could not replicate your issue. It all just works fine on my end. Tasty looking site too. Can anyone else here replicate the problem? Joel Birch.

[jQuery] Re: Masked Input Plugin 1.1

2007-10-03 Thread Josh Bush
I managed to get this fixed last night and put a new version up. I'll be updating the jquery plugins page tonight. Josh On Oct 2, 6:40 pm, Josh Bush <[EMAIL PROTECTED]> wrote: > It appears something I've done had totally borked this plugin for IE. > I'll figure it out real quick and get a new v

[jQuery] Re: jQuery newsgroups? (nntp)

2007-10-03 Thread Richard D. Worth
This group can be accessed via nntp through gmane: nntp://news.gmane.org/gmane.comp.lang.javascript.jquery It's also web-browsable at (each has rss and/or atom feeds): http://groups.google.com/group/jquery-en http://www.mail-archive.com/jquery-en@googlegroups.com/ http://dir.gmane.org/gman

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-03 Thread Jörn Zaefferer
Matt schrieb: Very nice plugin. Do you plan to add some "callbacks" options (for example, open, close, toggle, remove), and/or possibility to add/remove branches/items from an ajax request ? I'm thinking of using it as a directory browser as you can guess :-) The options toggle and add should

[jQuery] Re: jqGalViewII plugin beta release

2007-10-03 Thread Benjamin Sterling
> > Will the final version support captions and/or gallery titles? That is on the list, just trying to figure where would be better, a toolTip or a caption box when the large image is loaded or both. Not sure what would be better. As for a gallery title, not really sure about that one, not sure

[jQuery] Re: Noob click-change-click question re. parent class rules

2007-10-03 Thread Glen Lipka
You probably should explore using the toggle() function. $("p").toggle(function(){ $(this).addClass("selected"); },function(){ $(this).removeClass("selected"); }); This allows you to easily distinguish the odd and even actions. Glen On 10/3/07, MichaelEvangelista <[EMAIL PROTECTED]> wrote:

[jQuery] Re: jqGalViewII plugin beta release

2007-10-03 Thread MichaelEvangelista
Very nice indeed! Will the final version support captions and/or gallery titles? Was picturing a tooltip on hover ala flickr and others. Also, how does it handle vertical vs. horizontal images, or varying size images? I love any type of gallery that is easy to make dynamic and takes up minimal s

[jQuery] jQuery newsgroups? (nntp)

2007-10-03 Thread MichaelEvangelista
Is there an NNTP jQuery group out there somewhere? Are there any other forums or discussion groups other than this one, with equal or higher traffic? I find rapid-fire user groups to be the best possible asset for my way of deciphering new stuff... and I'm soaking up jQuery as fast as time will a

[jQuery] Noob click-change-click question re. parent class rules

2007-10-03 Thread MichaelEvangelista
I've been going through various tutorials and demos of jQuery, and finding my way fairly well, at least with the basics. To work my way through a few concepts , I put up a quick demo of a show/hide Faq-type system http://www.mredesign.com/demos/jquery-show-hide/ but as I did so, I had a question

[jQuery] Re: Packed version of BlockUI?

2007-10-03 Thread Rey Bango
Andy, Just take the code and drop it into Dean Edward's Packer or YUI compressor. Rey Andy Matthews wrote: I'm in need of a simple page overlay, which I'll be using to display help messages. I found BlockUI, but it's 15k. Is there a packed version of it, or a simpler version that just allows

[jQuery] Packed version of BlockUI?

2007-10-03 Thread Andy Matthews
I'm in need of a simple page overlay, which I'll be using to display help messages. I found BlockUI, but it's 15k. Is there a packed version of it, or a simpler version that just allows for a page overlay? Andy Matthews Senior ColdFusion Developer Office:

[jQuery] Re: Slide up/down bug with table data in IE7

2007-10-03 Thread Andy Matthews
That's actually what I'm doing. I'm not sliding the table, I'm sliding the DIV which is it's parent. The weird thing is that when I fade the module in, THEN slide it up/down, it works perfectly. I'll just do that for now. andy -Original Message- From: jquery-en@googlegroups.com [mailt

[jQuery] Re: .is() cannot check against the parent chain?

2007-10-03 Thread Karl Swedberg
On Oct 3, 2007, at 3:40 AM, Wizzud wrote: No problem, Matt. BTW I'm sure you're aware that you can shorten... if (o.parents().filter('div.unwantedclass').size()==0) { ... } ...to just if (o.parents('div.unwantedclass').size()==0) { ... } You can shorten it a bit further still, to just ..

[jQuery] Re: jqGalViewII plugin beta release

2007-10-03 Thread Benjamin Sterling
Thanks Rey, much appreciated. On 10/3/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > Great job Ben!! > > Rey > > Benjamin Sterling wrote: > > Hey guys and gals, > > With the response that I got with the jqGalView plugin, I figured that I > > would start releasing the other photogallery plugins I b

[jQuery] My Superfish disappears for no reason

2007-10-03 Thread Olivier Percebois-Garve
Hi all, hi joel, My Superfish submenu are disappearing for no reason. The submenu comes out, but it often disappers even if the user is still hovering the buttons. I can't find out why. here is the url : http://prod.oberweis.interact.lu/fr/ anybody has an idea about the reason of this ? thanks

[jQuery] Re: jqGalViewII plugin beta release

2007-10-03 Thread Rey Bango
Great job Ben!! Rey Benjamin Sterling wrote: Hey guys and gals, With the response that I got with the jqGalView plugin, I figured that I would start releasing the other photogallery plugins I been experimenting with. This is only a beta release, so there may be some inconsistencies, but it ha

[jQuery] copy paste and string validation

2007-10-03 Thread Robert O'Rourke
Hi everyone, I'm putting together a few bioinformatics tools for some friends who are still in the biosciences field and I need some advice about how to validate a string eg. DNA can only be letters A,C,T or G. I need to validate on keypress and paste (is there a paste event?) and then aga

  1   2   >