Re: [jQuery] Re: So sad, jquery 1.4rc1 continue to leak in ie7

2010-01-14 Thread Olivier Percebois-Garve
emory increase/decrease is not always significant. > > I don't think pm can tell me how many nodes are leaking > > On 14 Gen, 12:35, Olivier Percebois-Garve wrote: > > Hi > > > > To make sure that a leak is a leak, you should better use process > explorer >

Re: [jQuery] So sad, jquery 1.4rc1 continue to leak in ie7

2010-01-14 Thread Olivier Percebois-Garve
Hi To make sure that a leak is a leak, you should better use process explorer first (http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx). Sieve tends to leak by himself. Sieve is only good at giving you indication of where the bug might come from, but it should not be trusted too much..

[jQuery] Re: Superfish - sfHover on li a href link?

2009-12-12 Thread Olivier
Hi again, I managed to workaround this issue by using absolute positionning values for top left corner of the anchor and then expanding it with paddings. I however found an issue with Supersubs. It works great on IE8 and FF but on IE6, the width:auto automatically added causes some problems. Ther

[jQuery] Superfish - sfHover on li a href link?

2009-12-11 Thread Olivier
Hello, I am using the great Superfish jQuery menu. The only issue I have is with the sfHover class not being attached to li when the hovered li contains a link ("a" tag). I guess this isn't a problem for most of the users for which the A block overflows exactly the LI but my A is contained within

Re: [jQuery] Tips and tricks for fixing memory leaks

2009-12-07 Thread Olivier Percebois-Garve
Is it a leak or a pseudo-leak ? leak -> page is being reloaded pseudo-leak -> no reload First you should know that firebug leaks a lot of memory, so you should perform your memory test with firebug disabled, ideally with all ff plugins disabled. The first and easiest to spot source of pseudolea

[jQuery] Re: this.each is not a function

2009-09-13 Thread Olivier Percebois-Garve
return $(this).each(function() { shapper wrote: Hello, I am using JQuery 1.3.2 and I get the error "this.each is not a function" when I try to use the following plugin: jQuery.fn.defuscate = function(settings) { settings = jQuery.extend({ link: true }, settings); var rege

[jQuery] Re: getScript() issue under ie6 (undefined variable)

2009-07-17 Thread Olivier
Well, I have tried with real ie6 under windows XP and I get the same error. It seems the script is not executed. Could it be a jquery bug ? On 14 juil, 14:32, Olivier wrote: > Hi, > > I'm usinggetScriptto load a script which basically contains a > variable, and then i'm

[jQuery] getScript() issue under ie6 (undefined variable)

2009-07-14 Thread Olivier
ich corresponds to $("div#result").html(myVar.content); Any idea about how to fix it ? Has someone already tested this kind of code under ie6 ? Actually i'm using ie6 via Wine on Ubuntu and i was wondering if this bug only exists with my version of ie6. Thanks in advance. -Olivier

[jQuery] Eval issue ?

2009-06-30 Thread Olivier
ecause B[i] takes the "i" when the callback function is called by jquery (when a click occurs). So it always takes B[2] in this case (which doesn't exist). How could I effectively alert B[0] for .class tags and B[1] for #foo tags ? Thanks, Olivier

[jQuery] Re: Potential "blind sql injection" vulnerability with Superfish JS?

2009-06-19 Thread Olivier Percebois-Garve
I dont see how superfish relates to sql. Aren't they rather referring to the server-side code handling the navigation ? NationPress wrote: The client we're building a site for recently had a server wide scan done by SecurityMetrics.com for PCI compliance. This was required by their banks com

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread Olivier Percebois-Garve
Hi Prototype used to support IE5.5, but I don't know for the current versions. It may be easier than to do everything by hand and workaround weird browser bugs by yourself Rodrigo wrote: Hi everyone! I've been doing some research and I've found different opinions about the compatibility of

[jQuery] Ghost data using jQuery.data

2009-06-16 Thread Olivier Percebois-Garve
Hi I am using jQuery data store and wished to make deep copy of elements, including all the data stored with jQuery. So I'm using the allData plugin provided here : http://stackoverflow.com/questions/999535/how-to-get-from-an-element-all-the-data-set-using-the-data-method also I made a qui

[jQuery] Re: empty() is faking ?

2009-05-04 Thread Olivier Percebois-Garve
That explains my issue very well and will save me a lot of headaches. (and gives a few ideas for a debug plugin) thank you -Olivier Ricardo wrote: Could not make much sense out of your video either :D The thing is: when you log an object or element in firebug, it's just a reference t

[jQuery] Re: empty() is faking ?

2009-05-04 Thread Olivier Percebois-Garve
Ricardo wrote: On May 4, 11:33 am, Olivier Percebois-Garve wrote: Hi I'm puzzled with this :http://pastebin.me/49fef93928aff (in firebug click on the jquery object, then expand "0") Using empty() or remove() on the lis of a ul, it seems that jQuery is "faking" to

[jQuery] empty() is faking ?

2009-05-04 Thread Olivier Percebois-Garve
g jQuery 1.2.6) I hope I am missing the obvious. Am I ? -Olivier

[jQuery] Re: looking for a jquery comparison to this mootools image menu

2009-04-28 Thread Olivier Percebois-Garve
http://www.jeremymartin.name/projects.php?project=kwicks B wrote: please see the link. http://www.phatfusion.net/imagemenu/ Anyone know of a jquery option that is similar to this mootools image menu?

[jQuery] Re: Your download is corrupted

2009-04-28 Thread Olivier Percebois-Garve
bagency to do the work for you. You'll need to pay a lot of money of course, but they will put a nice smiling person between you and the developers. -Olivier Annie's Favorite Stuff wrote: I downloaded your Superfish file, and it didn't work, which caused a lot of confusion and I&

[jQuery] Re: Internet Explorer - my jQuery is not working

2009-04-17 Thread Olivier Percebois-Garve
hybris77 half of the web resources about web development is about issues related to IE. jQuery is correcting quite a few of them. Now you are having a specific issue with IE7, this is no surprise but there is no way to guess what it is. If you don t describe your issue, as morningZ said, th

[jQuery] Re: how tu use jQuery.getJSON in synchronous mode

2009-01-26 Thread Olivier
OK for success; just an transcription error; the problem is not here. On Jan 25, 9:23 pm, Ariel Flesler wrote: > It's success not succcess. > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On Jan 25, 2:36 pm, Olivier wrote: > > > I try to use j

[jQuery] how tu use jQuery.getJSON in synchronous mode

2009-01-25 Thread Olivier
I try to use jQuery.ajax with dataType : 'json' : jQuery.ajax({ url : "poll.json", dataType : 'json', cache : false, succcess : function(jsonObj, textStatus){ }, error : function(XMLHttpRequest, textStatus, errorThrown){ . }, async : false }); it seems not runn

[jQuery] Re: a question to animate

2008-12-18 Thread Olivier Percebois-Garve
err . the "without" is a pasting error. sorry. On Thu, Dec 18, 2008 at 5:26 PM, Olivier Percebois-Garve < perceb...@gmail.com> wrote: > You can chain some css changes, to happen before, or after the animation. > > I think that you need to set it to right : 0, and onl

[jQuery] Re: a question to animate

2008-12-18 Thread Olivier Percebois-Garve
You can chain some css changes, to happen before, or after the animation. I think that you need to set it to right : 0, and only after that animate it. without a link to your stuff would be nice though On Thu, Dec 18, 2008 at 2:23 PM, Ante Damjanovic wrote: > Hello, > > > > i wrote a accordio

[jQuery] Re: libraries

2008-12-18 Thread Olivier Percebois-Garve
you want to attract peoples, you may consider adding also a less restrictive licence, sucha s MIT. Olivier On Wed, Dec 17, 2008 at 6:59 PM, Dirceu Barquette < dirceu.barque...@gmail.com> wrote: > > "- think your plugin is tied to specific ids on each node. This should not > b

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
irceu/isabela_draw/jquery.isabela_draw<http://calango.barquettenet.net/%7Edirceu/isabela_draw/jquery.isabela_draw>(nightly > version) > > Thank you very much! > > > 2008/12/17 Olivier Percebois-Garve > >> Don't worry with your english, I'm not a native. >> >>

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
r). Controller can be builded > using any language you wish, but the answer just is a JSON! jQuery read easy > this answer and put data in the component previously created. You know? > > Thanks again for your interest! > > > Dirceu Barquette > > 2008/12/17 Olivier Percebois-G

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
> > End users just wants: "click on the element and choice what he wants". > > Put these two topics together and you have an application that build > applications. Or a CMS!!! > > Thanks a lot!!! > > > Dirceu Barquette > > 2008/12/17 Olivier Percebois-G

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
, and you dont know how to structurate it ? Olivier On Wed, Dec 17, 2008 at 2:42 PM, Dirceu Barquette < dirceu.barque...@gmail.com> wrote: > Ok! > Thanks to all!. But the right "stuff" I want is everything like this: > http://tof2k.com/ext/formbuilder > > I want to

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
Aptana does a good job for auto completion. I you weant to learn the api for yourself, I think that visualjquery.com is excellent, I almost always have it open whilst developing. On Tue, Dec 16, 2008 at 8:22 PM, Dirceu Barquette < dirceu.barque...@gmail.com> wrote: > Hi, > > I'd like to know, p

[jQuery] Re: History Plug-In

2008-12-16 Thread Olivier Percebois-Garve
http://stilbuero.de/jquery/history/ What you want to do is ok, you'll just need to change the window.location.* hash* in the callback of your ajax request. On Tue, Dec 16, 2008 at 5:12 PM, russellneufeld wrote: > > Hi all, > > This question has been asked before but there weren't too many good

[jQuery] Re: jQuery becomes Unresponsive

2008-12-16 Thread Olivier Percebois-Garve
You should have a look at event delegation, currently you are attaching 2 event on each row. So if you have a lot of rows, its memory/cpu heavy. On Tue, Dec 16, 2008 at 11:52 AM, stephen wrote: > > Hi, > > I have a table of data made from divs, and the mouse roll-over > highlighting is done us

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread Olivier Percebois-Garve
to run jQuery in noConflict mode. On Wed, Dec 10, 2008 at 2:01 PM, David Blomstrom <[EMAIL PROTECTED]>wrote: > > > On Wed, Dec 10, 2008 at 4:14 AM, Olivier Percebois-Garve < > [EMAIL PROTECTED]> wrote: > >> >> There is a lot to grasp for you, but what you ar

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread Olivier Percebois-Garve
there is no js error. then in the bottom line of the console, paste this: $('table').css('border','10px solid red'); If your table becomes red, then jquery is there. Otherwise, you to load jquery correctly, with the right path. Olivier On Wed, Dec 10, 2008 at

[jQuery] Re: TableSorter vs CMS

2008-12-09 Thread Olivier Percebois-Garve
ot; work, i.e the $() function. -check if the php generated table is correct. (install the tidy validator for firefox) with all that, you should gain some more autonomy. Olivier On Tue, Dec 9, 2008 at 11:24 PM, David Blomstrom <[EMAIL PROTECTED]>wrote: > With the help of this group, I g

[jQuery] Re: TableSorter vs Zebra Stripes

2008-12-09 Thread Olivier Percebois-Garve
ed that script in, there were still no row colors, plus > the sorting function sstopped working. > > > On Tue, Dec 9, 2008 at 12:46 PM, Olivier Percebois-Garve < > [EMAIL PROTECTED]> wrote: > >> ok. do that instead: >> >> >> > type="text/ja

[jQuery] Re: TableSorter vs Zebra Stripes

2008-12-09 Thread Olivier Percebois-Garve
t; But it works just as before; there are no table colors except when I > mouseover a row. > > I'm assuming I only need to add the proper CSS. > > According to this page - > http://docs.jquery.com/Tutorials:Zebra_Striping_Made_Easy - I need to > create CSS styles for .alt and .

[jQuery] Re: TableSorter vs Zebra Stripes

2008-12-09 Thread Olivier Percebois-Garve
sry. wrong paste: $("table").tablesorter({ widgets: ['zebra'] }); On Tue, Dec 9, 2008 at 9:18 PM, Olivier Percebois-Garve <[EMAIL PROTECTED] > wrote: > The zebra code you have seems to be based on another library (Prototype ?), > so it wont run using witho

[jQuery] Re: TableSorter vs Zebra Stripes

2008-12-09 Thread Olivier Percebois-Garve
The zebra code you have seems to be based on another library (Prototype ?), so it wont run using without it. Anyway, there's a zebra plugin included by default in the tablesorter. just do: $("table").tablesorter({ widgets: ['zebra','repeatHeaders'] });

[jQuery] Re: Form Editor like WUFOO.com with JQUERY??

2008-11-28 Thread Olivier Percebois-Garve
jQuery itself has no drag and drop feature. That kind of interaction is within jQuery-ui which is built on top of jQuery. On Fri, Nov 28, 2008 at 3:17 PM, temega <[EMAIL PROTECTED]> wrote: > > jQuery has great Drag and Drop features > > On Nov 28, 10:27 am, eutelsat <[EMAIL PROTECTED]> wrote:

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-20 Thread Olivier Percebois-Garve
mmh they confirm that swfupload is currently broken. I also experienced that its the case. On Thu, Nov 20, 2008 at 10:47 AM, Josip Lazic <[EMAIL PROTECTED]> wrote: > > I found this jQuery+Flash uploader, as author say - I'ts quick and > dirty, but it gets job done. > > > http://www.prodevtips.com

[jQuery] Re: Am I using 'this' too often?

2008-11-10 Thread Olivier Percebois-Garve
d be the next step for me.. But as of now I am trying > to nail down the use of 'this' in JavaScript as it's a bit different > from what I am used to. > > > George. > > On Nov 10, 11:43 am, "Olivier Percebois-Garve" <[EMAIL PROTECTED]> > wrote: &

[jQuery] Re: Am I using 'this' too often?

2008-11-10 Thread Olivier Percebois-Garve
you may want to have a look here http://docs.jquery.com/Plugins/Authoring On Mon, Nov 10, 2008 at 5:20 PM, George <[EMAIL PROTECTED]> wrote: > > Being newbie in JavaScript I am trying to code my own helper object > that does pagination. > So here is a snippet of my code. > > MyData.prototype = {

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-30 Thread Olivier Percebois-Garve
Hi any chance to see the work in progress ? demo, (even partially buggy) ? svn ? Olivier On Tue, Oct 28, 2008 at 10:25 AM, Crazy-Achmet <[EMAIL PROTECTED]>wrote: > > I'm really lookin forward to the new version!!! > > It's awesome that you're still workin' on it! ;) >

[jQuery] jquery-ui - draggables within a div with position: absolute

2008-10-13 Thread Olivier Percebois-Garve
viewport. how to get the cloned image to be where to mouse pointer is ? Olivier

[jQuery] using an png with shadow and fadeTo...

2008-10-08 Thread Olivier Bolender
Hi, When I use a png with a shadow in a div with a opacity of .5 (less or more) using the fadeTo function, the border of shadow is white under ff/chrome or black under ie: How do I fix it ?

[jQuery] Re: Finding elements with some ID

2008-09-08 Thread Olivier
On 8 sep, 13:18, Ca-Phun Ung <[EMAIL PROTECTED]> wrote: > Olivier wrote: > > How to find the elements with the id beginning by "myID_" and > > terminated with any number > > like "myID_25789". > > Try this: > > $('*[id^="my

[jQuery] Finding elements with some ID

2008-09-08 Thread Olivier
How to find the elements with the id beginning by "myID_" and terminated with any number like "myID_25789".

[jQuery] Re: How to retrieve jQuery.query?

2008-08-31 Thread Olivier Percebois-Garve
the appropriate name is : this Tzury wrote: Say a user called $('div.foo') I would like to get this 'div.foo' from within my plug-in context. I look through the code and couldn't find a property which contain this data; I was thinking that 'query' is the appropriate name for this property ex

[jQuery] Re: Event does not trigger after $("asdfasdf").insertBefore($(this).parent());

2008-08-19 Thread Olivier Percebois-Garve
be bound. Then the new html is inserted and is not modified. Olivier Tahir wrote: i have this problem when i call a function onClick after insertBefore(); when i click a button it insert TEXT AREA, SEND BUTTON at right place. and then at that i apply some functionality like ALERT("ABC&qu

[jQuery] Difficulty to acces images created by reading XML file

2008-07-10 Thread Olivier
in HTML : in jQuery : (jquery-1.2.6.pack.js) $.get(folderCatalogues+'/'+ 'catalog.xml', function(data){ $('#theImages').empty(); $(data).find('galerie').each( function(){ var $galerie = $(this); var $thumb

[jQuery] Re: Superfish 1.4.3 released - now with new documentation

2008-07-04 Thread Olivier Percebois-Garve
. -Olivier <http://tinyurl.com/6y8et2> Joel Birch wrote: Hi everyone, I just released Superfish 1.4.3. The documentation is completely overhauled and now uses Mike Alsup's fantastic templates. Please let me know if I've left anything incomplete - it's quite a big nail-biting

[jQuery] Re: Strange "bold" look after a show in IE6

2008-03-29 Thread Olivier Percebois-Garve
to a "buggy" LCD screen. Is it doing the same as YUI ? Have you submitted it as a patch for jQuery ? thanks -Olivier Mike Alsup wrote: Or, as Snef mentioned, you can define a background color in your stylesheet for the element that is being faded. Setting the background colo

[jQuery] Strange "bold" look after a show in IE6

2008-03-28 Thread Olivier Percebois-Garve
quot;dirty" after the effect. Anybody experienced this ? Any know fix or workaround ? thanks -Olivier

[jQuery] Re: event fired after SlideDown

2008-03-26 Thread Olivier Percebois-Garve
Maye you can use setInterval and periodically test if your elem is visible ? On Tue, Mar 25, 2008 at 5:40 PM, Yuval Hager <[EMAIL PROTECTED]> wrote: > > On Mar 25, 3:35 pm, "Olivier Percebois-Garve" <[EMAIL PROTECTED]> > wrote: > > As I am not Drupal user di

[jQuery] Re: event fired after SlideDown

2008-03-25 Thread Olivier Percebois-Garve
ange it, it suggest you to use setTimeout with a time longer than the time of the animation. I guess it will be ok most of the time, but it wont be bulletproof. -Olivier On Tue, Mar 25, 2008 at 1:05 PM, Yuval Hager <[EMAIL PROTECTED]> wrote: > > This is probably truly basic, but I can't

[jQuery] Re: Tabs, AJAX, and wanting to degrade safely

2008-03-24 Thread Olivier Percebois-Garve
headers of the request, alternatively you can just add an "ajax" parameter to all your ajax calls and use it as a boolean on the serverside to decide what you have to sent, e.g, with or without header and footer. -Olivier zwaldowski wrote: I currently use the jQuery tabs plugin for di

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Olivier Percebois-Garve
Hi Jay, Great script! I think that your menu has the "dancing" syndrome. I recently discovered the fix for this from Remy Sharp's post "coda bubble". Its untested, but the following should fix it, or at least, you'll get the point: -Olivier hideDelayTi

[jQuery] Re: Plugin method

2008-02-11 Thread Olivier Percebois-Garve
Thanks alot Richard I finally came up with the following (makes a nested list of checkboxes and their labels behave like a tree): -Olivier (function($){ $.fn.treeview = function(o){ var defaults = { minus: 'url(style

[jQuery] Plugin method

2008-02-07 Thread Olivier Percebois-Garve
Hi all I'm struggling to get a private function running in a plugin. Here are the 2 pieces of code, first the running version then the more elegant but broken. Obviously there is something that I have understood wrong in the pattern. Can somebody point me to a better way to do this ? //fully funct

[jQuery] Re: Superfish 1.4.1 update released

2008-01-30 Thread Olivier Percebois-Garve
ked to some "em" calculations, and maybe that my computer is rather slow, so I have the time to see it. 5. similar to #4 on http://users.tpg.com.au/j_birch/plugins/superfish/all-horizontal-example/ the "d" submenu item behaves oddly. Thank for this release, its getting

[jQuery] Re: [TABS plugin RELATED] Look mum, TABS layout only with CSS !!

2008-01-15 Thread Olivier Percebois-Garve
Hi I Just had a quick look in Opera 9.25 and it is not working... Olivier Enrique Meléndez Estrada wrote: Looking at "official" TABs plugin, I realized that the HTML structure is not very "natural". It uses a list (UL) of tab headers follow by tab bodies (DIV). Normall

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-10 Thread Olivier Percebois-Garve
Hi On Opera 9.25 the corners of the green titles is not at the right position. Its something like 12 px too much to right and 4px too much down. On the example "BORDER: 1 DISPLAY: INLINE" the 4 corners seems to be too much inside of the block and should move of 2px approximativelly. weepy

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Olivier Percebois-Garve
I have preferred to use the "Head helper" that simply allows you to inject your code in the part of the html from any view. Olivier rics wrote: Hello, I wish to start usign some PHP framework soon and was wondering wich one works better with JQuery. I will use Zend Framework

[jQuery] Re: Need input on best approach to this type of menu feature

2007-12-26 Thread Olivier Percebois-Garve
What you are looking for is a tabs system triggered by the onmouseover event , is it? I have built something like that but I did not make it into a plugin : http://www.electris.lu/electris_net/service/conseil_en_energie.php Olivier Rick Faircloth wrote: Hi, all... I'd like to request

[jQuery] Re: JQZoom Updated

2007-12-20 Thread Olivier Percebois-Garve
consider adding a loading animation or something similar... Olivier Rey Bango wrote: Absolutely Renzi! That's why I wanted to make sure that everyone on the list knew it had been updated. Always be sure to let us know about updates and new plugins. :) Rey [EMAIL PROTECTED] wrote: D

[jQuery] Re: Transparent PNG backgrounds with superfish

2007-11-19 Thread Olivier Percebois-Garve
Hi Joel, I just want to thank you for your answer. I have no Internet at home anymore so I'm pretty slow with feedback... Olivier On Nov 15, 2007 10:06 PM, Joel Birch <[EMAIL PROTECTED]> wrote: > > Hi Olivier, > > AFAIK, IE can only apply one filter at a time, so when

[jQuery] Transparent PNG backgrounds with superfish

2007-11-15 Thread Olivier Percebois-Garve
e one dropdown with transparency, but at the end it produces an error that I have not be able to track down successfully in jquery. Also I found a related ticket: http://dev.jquery.com/ticket/1627 I'm not sure where to go. Is this fixable at all ? Have I to wait for a new jquery release ? Olivier

[jQuery] Re: SuperFish Menu & Flash

2007-11-02 Thread Olivier Percebois-Garve
You definitely need to include bgiframe, because without you have errors, and therefore the swfobject code cannot run. gracetec wrote: Hi rolfsf, Thanks for your response. I have re-checked all the code against a working example and the only difference appears to be the way in which the flash

[jQuery] Re: hoverIntent help: firing dropdowns all at once (extreme novice)

2007-10-17 Thread Olivier Percebois-Garve
You need to clean up your html : is forbidden. After a there should always be a . ans should go around that. Your functions are targeting "ul.tags". so it will show/hide all the markup inside of that tag. -Olivier c.s. wrote: I'm using the hoverIntent plugin to cont

[jQuery] Superfish and PNG transparency for IE

2007-10-17 Thread Olivier Percebois-Garve
js in IE... -Olivier

[jQuery] Re: queue, dequeue, stop, and the endless mouseovers

2007-10-16 Thread Olivier Percebois-Garve
What if instead of stopping the function when it does not pass the check, we add a else statement that calls back the function using a small timeout ? I think that this would prevent the case you describe.(that I noticed also on my own script) -Olivier Karl Swedberg wrote: Hi David, I tried

[jQuery] Re: queue, dequeue, stop, and the endless mouseovers

2007-10-15 Thread Olivier Percebois-Garve
cessary, because cpu/memory use can increase drastically, when doing mad mouse moving, when animation are chained or/and when they run on multiple elements -Olivier var slideTabs = function() { var $this = $(this); console.log('before-'); if (!$this.next().is(&#

[jQuery] Re: queue, dequeue, stop, and the endless mouseovers

2007-10-13 Thread Olivier Percebois-Garve
a tutorial for animations would be much appreciated. -Olivier. Karl Swedberg wrote: Hi everyone, Someone asked me to try to replicate something he saw here: http://www.andrewsellick.com/examples/tabslideV2-mootools/ It looked pretty straightforward, and I was able to reproduce the main effec

[jQuery] Re: timing of animations

2007-10-12 Thread Olivier Percebois-Garve
a:nth-child(2)').height() != '94px') $(this).children('a:nth-child(2)').animate({height: '94px'},'slow', function(){$(this).fadeOut('fast').dequeue()}); }); }); -Oliver Olivier Percebois-Garve wrote: Hi l

[jQuery] timing of animations

2007-10-12 Thread Olivier Percebois-Garve
py of the tab $(this).after($(this).parent().html()); //animate the copy of the tab $(this).next().hide().addClass('flasher').addClass('over').fadeIn('fast').animate({height: '115px'},'fast'); },function(){} ); -Olivier

[jQuery] Re: Superfish, swfObject, z-index, and (of course) IE

2007-10-11 Thread Olivier Percebois-Garve
Hi this seems due the IE z-index bug see http://verens.com/archives/2005/07/15/ie-z-index-bug/ olivier jon randahl wrote: First, let me say thank you to Joel for making the new CSS for Superfish so easy to configure now! All those comments make such the difference! and Second, here'

[jQuery] using a var in both functions of a hover(over, out)

2007-10-10 Thread Olivier Percebois-Garve
ll my attempts went wrong. Can somebody put me on the way ? -Olivier

[jQuery] Re: jqGrid new version

2007-10-07 Thread Olivier Percebois-Garve
Very slick work tony May I suggest to add a loading icon (maybe with status of the queue) ? I have an erratic Internet connection and nothing tells me if the next pane will eventually be loaded. -Olivier Tony wrote: Rey, Thank you for this note. It is my bad. It is corrected now. Tony P.S

[jQuery] Re: More Superfish Questions

2007-10-06 Thread Olivier Percebois-Garve
function(){ $(this).children("ul").show(); } ); }); -Olivier Ryura wrote: Hello again, We've decided we wish to do a collapsible menu (on click) with Superfish instead of the general drop do

[jQuery] Re: My Superfish disappears for no reason

2007-10-04 Thread Olivier Percebois-Garve
the jQuery object, extending it, all this in a namespaced way. That is a vocabulary & coding practice that I do not master, but I'm getting closer. Thanks a lot. really. -Olivier On 10/4/07, Joel Birch <[EMAIL PROTECTED]> wrote: > > > On 10/4/07, Olivier Percebois-Garve

[jQuery] Re: My Superfish disappears for no reason

2007-10-04 Thread Olivier Percebois-Garve
t;li>a').each(function(){ $width = $(this).width(); $(this).parent().children('ul').each(function(){ $ulwidth = $(this).width(); if ($ulwidth < $width){ $(this).width($width); } }); }); If I add the following inside of the

[jQuery] My Superfish disappears for no reason

2007-10-03 Thread Olivier Percebois-Garve
hanks -Olivier

[jQuery] Re: ANNOUNCEMENT: Chili 1.9 much faster

2007-09-26 Thread Olivier Percebois-Garve
Sean, Nice plugin, love its simplicity. on IE I cant see the text area with the insertion code for the head part. Also I found it ennoying in your exemple that its only the link that is clickable, not the whole tab. my 2 p feedback -olivier Sean Catchpole wrote: That's great! Excellent p

[jQuery] Re: How to turn keywords into links?

2007-09-14 Thread Olivier Percebois-Garve
just a thought, but for SEO you'd better to do this server-side... -Olivier Glen Lipka wrote: Start with the Search Highlight plugin. http://www.jquery.info/spip.php?article50 <http://www.jquery.info/spip.php?article50> Option 1. Change the way the plugin works to add A links

[jQuery] where is the the form input/select plugin ?

2007-09-05 Thread Olivier Percebois-Garve
Hi I remember of a plugin that was making a selectbox editable. A sort of mix of and Does anybody see what I am talking about and where it is located ? thx -Olivier

[jQuery] Re: Best of both jquery validate and jqueryyav

2007-08-30 Thread Olivier Percebois-Garve
critics: -The code in the "alt" attribute may be indented. its just too long to read. -Each example should have only one specific thing: for instance http://projects.sevir.org/storage/yav/relationships.html that page demonstrates a relation + a custom rule. Ok, that's what

[jQuery] Re: Best of both jquery validate and jqueryyav

2007-08-30 Thread Olivier Percebois-Garve
ments. also I need to be able to remove all this when the user is touching the input/select element again (because some visual stuffs happend when the input/select element is modified) -Olivier On 8/30/07, SeViR <[EMAIL PROTECTED]> wrote: > > > I don't understand WHY you need

[jQuery] Re: Best of both jquery validate and jqueryyav

2007-08-30 Thread Olivier Percebois-Garve
Thanks. I only saw the second example. I'll play with it and be back with my results soon. (may I suggest you to add the examples to the downloads ) -Olivier On 8/30/07, SeViR <[EMAIL PROTECTED]> wrote: > > > I don't understand WHY you need pass a function for show the

[jQuery] Best of both jquery validate and jqueryyav

2007-08-30 Thread Olivier Percebois-Garve
x27;>" + objError.msg + "" + "\")"; Is there a miracle solution ? ;-) Will "implies" be integrated anytime soon in validate ? Is jqueryYAV's code easily hackable in order to pass a function to the errorPosition ? -Olivier PS: here is my

[jQuery] Re: validation plugin : conflict with formsess because of "{"

2007-08-28 Thread Olivier Percebois-Garve
ver now when and why it starts flaming all around -Olivier On 8/28/07, Sam Collett <[EMAIL PROTECTED]> wrote: > > > How about: > > $.meta.cre = /((?!\[)(.*)(?=\]))/; > > This will fail if you use class="foo [required: true]" but should be > fine with class

[jQuery] Re: Why isn't there top() and left() methods in the dimension plugin ?

2007-08-28 Thread Olivier Percebois-Garve
({scroll:false}).left; > }; > > jQuery.fn.top = function() { > return this.offset ({scroll:false}).top; > }; > > -- > Brandon Aaron > > On 8/28/07, Olivier Percebois-Garve <[EMAIL PROTECTED] > wrote: > > > > Okay, I'm doing a lot of jQuery toda

[jQuery] Re: validation plugin : conflict with formsess because of "{"

2007-08-28 Thread Olivier Percebois-Garve
28/07, David Duymelinck <[EMAIL PROTECTED]> wrote: > > > Is it an option for you to not use the meta data plugin? The rules can > be set without it too. > > $("#Form").validate({rules: {inputname: "required"}}); > > > --David > > > Olivi

[jQuery] Why isn't there top() and left() methods in the dimension plugin ?

2007-08-28 Thread Olivier Percebois-Garve
things such as : $errorBoxOffset = {}; element.offset({scroll: false}, $errorBoxOffset); $left = $errorBoxOffset.left; $top = $errorBoxOffset.top; Have I missed something in the dimension doc ? Do you think it would make sense to add such functions to the dimensions plugin ? -Olivier

[jQuery] Re: validation plugin : conflict with formsess because of "{"

2007-08-28 Thread Olivier Percebois-Garve
ready( Firebug says : invalid property id https://xxx.nondisclosabledomainname.com/subscription_new/js/jquery.metadata.js Line 98 in green: data = {[required: true]} -Olivier On 8/28/07, Sam Collett <[EMAIL PROTECTED]> wrote: > > > You could try addin

[jQuery] validation plugin : conflict with formsess because of "{"

2007-08-28 Thread Olivier Percebois-Garve
ible to replace class="{required: true}" with class="[required: true]" ? thanks -Olivier

[jQuery] Re: Split list digests for the mainlist

2007-08-03 Thread Olivier Percebois-Garve
Use thunderbird or another email client and sort your emails by thread. With that you'll be able to concentrate only on what is interesting you. David Duymelinck wrote: Hello, I think it's a good idea there are split lists but is it somehow possible to inject good ideas or decisions made in

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Olivier Percebois-Garve
This is a well-know technique. If I remember right, credits goes to http://wellstyled.com/css-nopreload-rollovers.html -Olivier Mitchell Waite wrote: I think this is a cool idea, but what is needed is an example so we can see how valuable it is. A nice example would show the slow way vs

[jQuery] trigger function when something has changed

2007-07-26 Thread Olivier Percebois-Garve
eight of the containing column. Is their a way to detect that "something has happened" and trigger my equalizing function at that moment ? I know its a crazy question, but I'm desperate... -Olivier

[jQuery] Re: IE 7/6 frozen with massive use of jquery & plugins

2007-07-21 Thread Olivier Percebois-Garve
I m no specialist of such issue but you could first check if its memory related. Just browse your website and see if the memory is continuously rising.(In the task-manager) oscar esp wrote: I have intermittent error, basically IE is frozen. I can not reproduce seems that I doesn't follow a p

[jQuery] Re: superfish delay not working

2007-07-20 Thread Olivier Percebois-Garve
have u forgotten to include the hoverIntent plugin ? cpsengine wrote: I have a single-level css dropdown and wanted to add a delay, so I setup superfish. It's working as I can see the animation when I mouse over my menu, but the mouse delay isn't working. I think I need to add the sfHover class

[jQuery] Re: Interface abandoned?

2007-07-14 Thread Olivier Percebois-Garve
Probably a stupid question, but how to retrieves these files by svn ? Glen Lipka wrote: Information on the next gen of Interface: Plugin Home: http://docs.jquery .com/UI Discussion board specifically for it: http://groups.google.com/group/ jquery-ui

  1   2   >