[jQuery] Accessing the browser "find" tool

2009-11-16 Thread Nicolas
Hi, I am trying to figure out how to intercept "find" requests made in the Find bar. Does jQuery support this kind of interaction? Is it actually possible? Thanks, Nicolas

[jQuery] [JQuery][Struts 2] Link 3 select tags with JQuery

2009-09-23 Thread Nicolas Benhamou
Hi, I'm totally new with Struts 2 & JQuery. I have 3 populated via 3 linked hierarchic tables : GROUP (id_group, group) > CATEGORY (id_category, id_group, category) > SKILL (id_skill, id_category, skill) My java class contains methods : listSkill(), listCategory(), listGroup() and as

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-06-13 Thread Nicolas R
Hello all, I am working on a new version for this plugin to tackle the problems mentioned here and those received by email. I created a new group for this plugin to better organise this project. Here I describe the current status and where it is going: http://groups.google.com/group/jqueryfinder/

[jQuery] Re: A new take on form validation, need code review and feedback

2009-06-03 Thread Nicolas R
own validation > routines anyway, > preferring the ability to customize every aspect of the validation routines > and presentation. > > I'm interested in learning more, especially about your specific validation > routines. > > Rick > > On Wed, Jun 3, 2009 at 11:51 AM, Penner,

[jQuery] A new take on form validation, need code review and feedback

2009-06-03 Thread Nicolas R
Hello all, I feel a bit guilty for posting this here as it may be considered as spam, so if you do think that please ignore/delete. For the last couple of days I've been working on a form validation plugin and I've taken a completely different approach (I think, that is) from what already exists.

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-04-01 Thread Nicolas R
Tor, To select an item when the finder is created you can use the public method $('some').finder('select', URLS_ARRAY or URL_STRING or DOM_ELEMENTS ). Call this method on the onInit callback. There is no function that returns some sort of path for the current page. I believe it would be easy to

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-03-14 Thread Nicolas R
wrote: > Hi, I noticed that the API browser > @http://www.nicolas.rudas.info/jquery/finder/api.html > isn't displaying the info.  Is it being updated for 1.7 maybe? > Thanks... > > On Mar 5, 5:37 pm, Nicolas R wrote: > > > All right, I added IE6 support. > > &g

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-03-05 Thread Nicolas R
All right, I added IE6 support. Latest files (ui.finder.js,ui.finder-min.js, and ui-finder.ie.css) can be found at the trunk: http://code.google.com/p/jqueryfinder/source/browse/trunk Its not the same as in decent browsers but its good enough. On Mar 4, 7:41 pm, Nicolas R wrote: > M

[jQuery] Re: Javascript search library

2009-03-05 Thread Nicolas R
Khai, perhaps this may be useful to you: http://code.google.com/p/jdatastore/ If you find it excessive, perhaps just the filter method is what you're after: http://code.google.com/p/jdatastore/source/browse/trunk/store.js#375 On Mar 5, 4:00 am, Khai wrote: > I have a collection of DIVs (or a JS

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-03-04 Thread Nicolas R
7;ll have a look and post back. Cheers On Mar 4, 4:47 pm, matt wrote: > Hi Nicolas > > first, its a great tool to work with! > > Currently I'm trying to use it in Plone CMS as a reference widget. > It works great on nearly all browser (as you said) except on IE6. > > My ap

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-02-27 Thread Nicolas R
Ok, first public version of jQuery Finder is now available. I've fixed a few bugs and added/changed some methods. Download from http://code.google.com/p/jqueryfinder/downloads/list Zip file contains all necessary scripts and styles. On Feb 20, 9:34 am, Nicolas R wrote: > Your welco

[jQuery] Attach event to IFrame load event

2009-02-22 Thread Nicolas
ing? JQuery : 1.3.2 HTML Thanks in advance, Nicolas

[jQuery] Re: Loop through JSON data and check for each option specified

2009-02-22 Thread Nicolas R
Hey Thomas, from what you're saying it seems that we're trying to tackle the same issue. Have a look at this it may be helpful: http://groups.google.com/group/comp.lang.javascript/browse_thread/thread/83281987eccf68be What's your solution? On Feb 21, 4:24 pm, Thomas Jaggi wrote: > Great, that's

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-02-19 Thread Nicolas R
new column. The weird characters is your pdf document being treated as text characters by the browser. Please note that this is not a stable release, in fact I found a bug the other day which I didnt have time to fix. On Feb 19, 11:08 pm, TiGeRWooD wrote: > Hi Nicolas, > > Is there a

[jQuery] Finding values (text,numbers, regexps) in objects (arrays or key/value pairs)

2009-02-19 Thread Nicolas R
I know that this is not the place to post my question but here it is. If someone knows a better place please do inform. I have an array of objects and I want to retrieve specific elements that match certain criteria, i.e. find value A in an object B. The problem is that I cannot know what is A (t

[jQuery] Re: Does it hurt to call functions that don't do anything on the page?

2009-02-09 Thread Nicolas R
I not sure if this suits you, but you could split your functions to separate files and then lazy load each js file as necessary. In such case http://nicolas.rudas.info/jQuery/getPlugin/ may be helpful Otherwise I find Ricardo's suggestion the easiest. You could also do some time tests to check wh

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-02-07 Thread Nicolas R
quires ie6 support just ask. Chrome is also ok. I also added some more data on the api. On Feb 6, 10:55 pm, "Rick Faircloth" wrote: > Malformed in IE 7... > > > -Original Message- > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On &g

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-02-06 Thread Nicolas R
v0.6a is out http://www.nicolas.rudas.info/jQuery/Finder/ Following up on Nikola's idea, I've also made this: http://www.nicolas.rudas.info/jQuery/Finder/v0.6a/api.html The jQuery API, finder style. It's doesn't give any API docs tho at the moment, just a list of methods (the json data provided

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-02-05 Thread Nicolas R
ackle this? Are there any special requirements? Any jQuery UI people around here? Cheers On Jan 23, 7:32 pm, Nicolas R wrote: > @Cliff, > I remember that somewhere in the source there's provision for what > you're asking (the first version was like that). I'm also sure that

[jQuery] Re: Bug? ajax request headers not being modified by beforeSend (jquery 1.3.1)

2009-01-24 Thread Nicolas R
mall plugin to submit my forms in a hidden iframe so that to avoid ajax. Problem solved. Works in all browsers, including IE. Hope it helps: http://www.nicolas.rudas.info/jQuery/xajaSubmit.js On Jan 24, 7:30 pm, Nicolas R wrote: > Hi Mike, > > Unfortunately no I can't post a link, t

[jQuery] Re: Bug? ajax request headers not being modified by beforeSend (jquery 1.3.1)

2009-01-24 Thread Nicolas R
d doing ajaxSubmit rather than $.ajax, but still the charset remains UTF-8. Is this normal JS behaviour? Thanks Nicolas On Jan 24, 3:14 am, Mike Alsup wrote: > > > I need some help here guys. > > > I'm trying to modify the content-type and accept-charsetrequest > > >

[jQuery] Re: Bug? ajax request headers not being modified by beforeSend (jquery 1.3.1)

2009-01-23 Thread Nicolas R
It seems that when I use GET instead of POST, the content type header is correctly changed to what I specify. But even so, this is not a stable fix as I want to POST. Any ideas? On Jan 22, 7:09 pm, Nicolas R wrote: > I need some help here guys. > I'm trying to modify the conte

[jQuery] Re: Download a file from server...

2009-01-23 Thread Nicolas R
I also worked around this by using an iframe, and pointing the form's (or anchor's) target attribute to that iframe. Some browsers don't like it when the iframe is set to visibility:hidden or display:none. If you make it position:absolute;height:0;width:0;border:0; it should be ok. Now, I want to

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-01-23 Thread Nicolas R
the weekend and if I have time I will do it, otherwise I'll post info on how to do it yourself. Sorry of not being able to help at the moment. Nicolas On Jan 23, 11:03 am, Cliff wrote: > Can you give me any hints on how I could modify this to read in the > various levels from an existi

[jQuery] Re: 1.3.1 is over 10x slower than 1.2.6

2009-01-23 Thread Nicolas R
I had the same problem, I still do actually and the only workaround was to turn off firebug. I also noticed that it wasn't so much the injected html that was causing the issue, rather it was binded events and animations (most likely). John, if you want I'll try and test this and determine the ca

[jQuery] Bug? ajax request headers not being modified by beforeSend (jquery 1.3.1)

2009-01-22 Thread Nicolas R
I need some help here guys. I'm trying to modify the content-type and accept-charset request headers of an ajax call and it seems that beforeSend does not really change the XHR object. My code is something like this: beforeSend : function(xhr) { xhr.setRequ

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-01-16 Thread Nicolas R
@ Adam, Unfortunately no, I haven't done any testing on IE => no fixing. I imagine that it's not a lot of work to be done, mostly setting height: 1% to most of the elements and perhaps adding some width properties. I'm on a mac so testing on IE is not easy for me. Nicolas

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2008-12-08 Thread Nicolas R
l lsee if I can't fix it up in Ie for you. > > I like the idea of this, would be good for CMS use. > > Nicolas R wrote: > > Greetings! > > > I've put together a plugin that creates a mac-style finder out of a > > list. The plugin is still in development (

[jQuery] New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2008-12-08 Thread Nicolas R
Greetings! I've put together a plugin that creates a mac-style finder out of a list. The plugin is still in development (ALPHA) and it needs some testing, especially on IE. The purpose of this plugin is to provide an alternative to treeview navigation. Making it look just like the Finder on a Ma

[jQuery] Re: Design question

2008-11-24 Thread Nicolas R
instead of using an array you could use a key/value object. then you can do something like var o = {} o[row_position] = [row_data] then when you remove a row you do delete o[row_position] you could get the row's position from the drag&drop callback I assume, but even if thats not the case its

[jQuery] Re: Validation regarding Jquery

2008-10-01 Thread Nicolas R
just make sure that you remove any previous validation messages before inserting new ones. if you add class of 'validation-msg' to your messages, then do a $('.validation-msg').remove() whenever you validate something. If you are considering performance when you could also do something along the l

[jQuery] Re: Exhausted..Need HELP Please! - Jquery / Simplemodal / Jquery.validate.js

2008-10-01 Thread Nicolas R
I would say that the problem is caused by either invalid HTML and/or event bindings being lost after you replace the original element with a new one (retrieved via ajax perhaps). I haven't checked for the second case, but it appears that invalid HTML is the most probable cause. It's always good p

[jQuery] Zebra stripes (alternate background colours)

2008-10-01 Thread Nicolas R
Just in case anyone is looking for an easy way to create zebra stripes (for table rows or whatever), here's a small plugin you could use: $('.zebra :even').zebra() or $('.zebra :even').zebra('.zebra :odd') - will take the background colour of selector specified as a starting colour or $('.zebra :

[jQuery] Pb with JqModal et datepicker

2008-09-22 Thread Nicolas JAN
Hi, I would like to display 2 datepickers in a jqm window. The problem is when I click on the second datepicker and I choose a date, the first datepicker displays and I can't choose a date for the second. This is my code : index.html http://www.w3.org/TR/html4/strict.dtd";>

[jQuery] $.waitFor: Calling a function only when another has completed

2008-06-19 Thread Nicolas R
I've put together a simple jQuery method that puts functions 'on hold' so that they are called at the right time and with the right arguments. I thought that some of you may find it useful so here it is. In my case, I used this in creating editable areas with FCK text editor. Instead of using tim

[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-06-01 Thread Nicolas Le Thierry d'Ennequin
deal with mixed content (IMGs mixed with DIVs that don't require preload), images wrapped in A elements, etc., the slide order should be preserved... Well, I'm curious to hear what you think about the idea. Cheers, Nicolas $(document).ready(function(){ var stack = []; va

[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-06-01 Thread Nicolas Le Thierry d'Ennequin
are pulled from the server, which is a way to have the slideshow run as soon as possible. Cheers, Nicolas $(document).ready(function(){ var image = []; // Array for slide preload var stack = []; // Once loaded, each slide is pushed into the stack var t

[jQuery] jQuery+Cycle : slideshow with progressive image loading

2008-05-31 Thread Nicolas Le Thierry d'Ennequin
that would simply: - start a slideshow with 2 images (1 isn't possible) - load the 3rd image while it displays the 2nd, an so on for the entire set - once all images are loaded, repeat the slideshow (without attempting to load the images again). Any help would be greatly appreciated. Nicolas

[jQuery] [form plugin] resetForm() behaviour in IE differs from FF and Opera regarding hidden fields

2008-05-19 Thread Nicolas Tostin
Hi, Using jQuery 1.2.3 and the form plugin 2.08 (I'm pretty sure 2.10 will behave the same way), I notice that under IE (6 and 7), resetForm() reset every field with their initial state including hidden fields. Under FF 2.0.0.14 and opera 9.27 & 9.5 the hidden fields aren't reset. Is it a bug or

[jQuery] Re: ANNOUNCE: Free AIR v1.0 for JavaScript Developers Pocketguide from Adobe

2008-04-21 Thread Nicolas R
Rey, Thanks On Apr 18, 6:25 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > For all jQuerians interested in producing AIR applications, Ajaxian.com > has posted about the new "AIR for JavaScript Developers Pocketguide" > which has been updated for Adobe AIR v1.0. The PDF download is FREE! Get > it whi

[jQuery] Re: should be using .find . . .

2008-04-21 Thread Nicolas R
$.ajax({ type: "GET", url: "home.html", data: "", success: function(html){ $("#loadTest").append($(html).find("#footer")); } }); that should do it. but why would you pass an empty string of data? On Apr 21, 9:39 am, hubbs <[EMAIL PROTECTED]> wrote: > I cannot get it

[jQuery] Re: Traversing AJAX Response?

2008-04-20 Thread Nicolas R
If you convert your response to a jQuery object then yes. So something like $(response).find('#mylinks') should work, if used in the success callback function. Your response doesnt need to be in XML, HTML is just fine. On Apr 19, 5:46 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Is it po

[jQuery] Re: Tabs & Validation

2008-04-13 Thread Nicolas R
Perhaps you could prevent the user from accessing another tab when there are errors on the tab he is currently looking at. On Apr 12, 1:30 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > I think in this case you should reconsider using tabs at all. If you > want to use tabs you should put error mess

[jQuery] Re: $(window).bind("load",function(){ vs onready

2008-04-08 Thread Nicolas R
This is quite a nice topic for discussion as it touches on various important theoretical and practical issues. "All my sites validate perfectly with

[jQuery] Re: $(window).bind("load",function(){ vs onready

2008-04-07 Thread Nicolas R
well, for example, if you want to do something to your DOM elements (divs, links, lists etc) and do it as quickly as possible then you could use document.ready. if on the other hand you are not in a hurry to change the state of your DOM elements or the functionality you want to achieve is less im

[jQuery] Re: New Plugin to help optimise usage of jQuery plugins - contributions welcome

2008-04-05 Thread Nicolas R
; is a quirk. > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On 4 abr, 12:27, Nicolas R <[EMAIL PROTECTED]> wrote: > > > There seems to be a problem with the plugin when loading external CSS > > and the browser is Opera. > > > From what I understand Opera loads

[jQuery] Re: new to jquery

2008-04-04 Thread Nicolas R
try .parents() instead of .parent() if the parent you are looking for is not the immediate parent of the element you specify (what Andy said). so $(this).parents("fieldset") should work also, perhaps you should use .toggleClass $(function(){ $("a.toggle") .click(function

[jQuery] Re: New Plugin to help optimise usage of jQuery plugins - contributions welcome

2008-04-04 Thread Nicolas R
ded, the styles are not applied to the newly appended elements. Any suggestions about this? On Apr 4, 2:19 am, Nicolas R <[EMAIL PROTECTED]> wrote: > Hey all, > I've just released getPlugin, a plugin that aims to minimise loading/ > rendering times by keeping unnecessary scripts an

[jQuery] [getPlugin] New Plugin to help optimise usage of jQuery plugins - contributions welcome

2008-04-03 Thread Nicolas R
Hey all, I've just released getPlugin, a plugin that aims to minimise loading/ rendering times by keeping unnecessary scripts and styles out of the DOM. What it does is basically check whether or not a specific plugin/ script/style should be imported, and then imports it. The concept is similar t

[jQuery] Re: How to know if the entire page has loaded, AFTER it has loaded? [advanced]

2008-03-07 Thread Nicolas R
Iair, so what you are saying is that you want to know if, at any point in time, there are any page elements that are still loading? for example, if a mouse click appends a script to the page you need to know if the script has loaded or not? If that's the case, then I've been also trying to get th

[jQuery] problem with hide()

2008-01-11 Thread Nicolas
couple of seconds...; i need to know what am i doing wrong, and how can i do those tables not to appear at the begging, many thanks, Nicolas.

[jQuery] Attribute selector (^=) problem with "multiple" values

2007-12-20 Thread Nicolas Le Thierry d'Ennequin
Hi jQuery group, The simple piece of code below is designed to highlight table cells whose class name is that of the currently hovered one (to visually group them). In my example the class name itself is film + id (film1, film2, etc) so I use the [attribute^=value] selector. OK to that point, but

[jQuery] Re: DateJS: Robust Date manipulation library

2007-11-29 Thread Nicolas Hoizey
ven more (3).days().ago(); Chaining suppose you can remove last call and still get something. What would (3).days(); mean? jQuery like syntax would probably be more Date.today().next('thursday'); -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gaster

[jQuery] $.get content refresh

2007-10-21 Thread Nicolas Leuenberger
ays a first time and then stays the same. Even when I refresh the window, the content stays the same. I know that the function gets called, but the content does not change. Have you any idea what's happening here? Help is very much appreciated. Best wishes Nicolas

[jQuery] Re: Tag Cloud

2007-09-20 Thread Nicolas Hoizey
> Is there an implementation of Tag Cloud css or logic using jquery? Why would you need jQuery for a tag cloud? -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: end(), this bug unknown

2007-08-23 Thread Nicolas Hoizey
This is exactly the same reaction I had! > This is the first example of end() method that I can see and, now, > I see the power of the end() method. I still don't fully understand how to use it through, maybe a nice tutorial should be written... -Nicolas -- Nicolas "Brush&

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Nicolas Hoizey
> I haven't tried to duplicate the KenBurnsEffect, but you can set up > your own custom transitions. What exactly do you mean by "dynamic"? Each time an image is used, I give it new initial and final size and position, so that it never does the same. -Nicolas -- N

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Nicolas Hoizey
les don't show if it is possible to have "dynamic" values for parameters. I would like to know if I can use your plugin with my own custom transitions instead of what I did here: <http://www.gasteroprod.com/data/jquery/jKenBurnsEffect/> -Nicolas -- Nicolas "Brush&qu

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-10 Thread Nicolas Hoizey
essibility too, with vocal synthesis or braille terminal focusing easily on content and structure. -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-10 Thread Nicolas Hoizey
> Nicolas Hoizey and Mike Fern - As per your request, circular is now > well, circular. The carousel won't rewind itself after the last > element. Rather it will cycle as if there is no end. Thanks you sooo much! ;-) -Nicolas -- Nicolas "Brush" HOIZEY Clever A

[jQuery] Re: Slide Right

2007-08-10 Thread Nicolas Hoizey
in favor of yours? <http://www.gasteroprod.com/data/jquery/jKenBurnsEffect/> -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: [Slight OT] Quick straw pole about maps

2007-08-09 Thread Nicolas Hoizey
en work on a Yahoo version later... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: [NEWS] jQuery in 15 Minutes Slideshow on Ajaxian

2007-08-08 Thread Nicolas Hoizey
e list archive. What about revert() or something else more obvious? I know it's late to change this, even more with it being used in tutorials, but maybe a better name could be given to an alias... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ G

[jQuery] Re: Ken Burns effects using jQuery?

2007-08-02 Thread Nicolas Hoizey
>> but i would sincerely recommend one demo per page. It is too >> straining on the eyes, but i see ur point. > > OK, I'll do that. Done: <http://www.gasteroprod.com/data/jquery/jKenBurnsEffect/> -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://

[jQuery] Re: Ken Burns effects using jQuery?

2007-08-02 Thread Nicolas Hoizey
> it looks great nicolas. Thanks! > but i would sincerely recommend one demo per page. It is too > straining on the eyes, but i see ur point. OK, I'll do that. -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www

[jQuery] Re: Ken Burns effects using jQuery?

2007-08-02 Thread Nicolas Hoizey
t at all, it's just a quick proof of concept. As you mentioned, it needs something more to work on other browsers than just FF. -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: Ken Burns effects using jQuery?

2007-08-02 Thread Nicolas Hoizey
ame page, but it seems to run smooth enough on my Mac + Firefox. Please tel me if it is interesting, or should be done another way. -Nicolas > On Jul 26, 2007, at 5:12 PM, Nicolas Hoizey wrote: > >> >> Hello, >> >> Has anyone already made a Ken Burns effects slidesh

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
> How about this one: > http://medienfreunde.com/lab/innerfade/ It is nice, but there is no move and no zoom, which are the effects made popular by Ken Burns I would like to have... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gas

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
> Here's another one: > http://www.projectatomic.com/litebox/ This one is really different... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: [ANNOUNCE] jCarouselLite version 0.4.0

2007-07-26 Thread Nicolas Hoizey
> Think both Nicolas and Mike are looking for the same feature... I > will see if that can be implemented without affecting the size of > the plugin too much. You know, coz it is named "Lite" and all... I'm not sure it would be big. You "just" need to clone

[jQuery] Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
y a slideshow of photos moving and zooming in/ out randomly inside a div. Thanks! -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: [ANNOUNCE] jCarouselLite version 0.4.0

2007-07-26 Thread Nicolas Hoizey
nt being repeted on the right of the right most one, and not noticable circular chaining... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: [ANNOUNCE] jQuery Accessibility Plugin

2007-07-20 Thread Nicolas Hoizey
Your plugin may be an accessibibity enhancer for some people with visual deficiencies, but labeling it "Accessibility Plugin" is a bit too much for what it does. I don't say your plugin is useless, it is just a naming issue for me... ;-) -Nicolas -- Nicolas "Brush&q

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Nicolas Hoizey
ctions: They > empower the artist (who does not read the complete docs before > getting started) and don't hurt the scientists There could be a "jConvenient" plugin then that would add convenient wrapper such as "exists" or "hasClass". I'

[jQuery] Re: question about Firebug...

2007-07-05 Thread Nicolas Hoizey
> I see that FB has a console...is it possible to print variables to > this console as my JS code progresses? Yes, just do this: console.log('the message'); -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gast

[jQuery] Any official documentation for selectors extension?

2007-07-05 Thread Nicolas Hoizey
7; for the whole array of elements." The strange variable names and lack of official documentation make me fear potential future changes in this "feature". Any hint? -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: How to find elements with an exact text content?

2007-07-04 Thread Nicolas Hoizey
t;write less, do more") to have such a feature: $('someElement:contains(^Some text$)') Notice the '^' and '$' delimiters. -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: How to find elements with an exact text content?

2007-07-04 Thread Nicolas Hoizey
containsExactly: "$(a).text() == m[3]" }); And then: $('someElement:containsExactly(someText)') Works really well, thanks! By the way, I found examples of such selectors extensions, but no documentation at all... :-( -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: How to find elements with an exact text content?

2007-07-03 Thread Nicolas Hoizey
> As far as I know, .textContent only works in Firefox. The IE > equivalent is .innerText. > jQuery normalizes this with its .text() method. Thanks a lot! -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod

[jQuery] Re: How to find elements with an exact text content?

2007-07-03 Thread Nicolas Hoizey
}).parent().show('slow'); vs $('#indirectly > ol > li > a').filter(function() { return ($(this)[0].textContent == related); }).parent().show('slow'); ("related" comes from previous code) I tried to profile bot

[jQuery] Re: How to find elements with an exact text content?

2007-07-03 Thread Nicolas Hoizey
Hi Karl, > You can try the powerful .filter() method with an anonymous > function as its argument: > > $('someElement').filter(function() { > return $(this).text() == 'Some text'; > }); I will try this, thanks! What is the difference betwee

[jQuery] How to find elements with an exact text content?

2007-07-03 Thread Nicolas Hoizey
tion in the list archives or in any documentation. Thanks. -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002