Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-17 Thread Webunity | Gilles van den Hoven
is made which shows only the border dimensions of it's parent element. Gilles window plugin (http://gilles.jquery.com/window/) does that really nicely. My problem is, that the modal divs i want to drag around contain a lot of data like forms and such. While dragging the browser update

Re: [jQuery] [jquery] what if the button wasn't there when the page loaded?

2007-01-13 Thread Webunity | Gilles van den Hoven
, but do this only on the #myTarget, else the events get binded twice to the other elements allready binded. Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jquery selecting one row on link click

2007-01-08 Thread Webunity | Gilles van den Hoven
Or, don't add an ID; (PSEUDO, UNTESTED CODE ALERT) script type=text/javascript jQuery(document).ready(function() { jQuery(a).click(function() { // Get all current highlighted rows, of THIS table. objCurrent = jQuery(tr.highlight,

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread Webunity | Gilles van den Hoven
. So when i initialize my submodal, i set the correct size. When the document is scrolled, i update the size (height) again so i am sure it covers any changes made to the page (content added/removed/etc). I hope i am helpfull with this. Best of luck. -- Gilles

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread Webunity | Gilles van den Hoven
Wow, lots of code... for my Thickbox adaption the following worked fine: html, body { min-height: 100%; } #yourDiv { height: 100%; } #yourDiv has to be a direct child of the body... Ah, thanks. But what if i want to overlay an overlay? Gilles

Re: [jQuery] jquery-modalContent Plugin 0.11 released

2007-01-04 Thread Webunity | Gilles van den Hoven
smoore wrote: Giles, by any chance do you have an example of overlaying an overlay? I'd be interested in seeing how that worked. It was just theoretical ;) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Dvye.net Autocomplete issues - scrollbars in IE

2006-12-18 Thread gilles
a bgiframe issue, talk to the creator of this plugin so he knows that this issue occurs ;) -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] NEWS: Meet The People Behind jQuery

2006-12-18 Thread gilles
different fronts. This is nice and all, but i would also like to see a section with heavy contributers like me, Klaus and so many others also ;) -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Possible bug in 1.0.4

2006-12-16 Thread Webunity | Gilles van den Hoven
on its own? -- Gilles p.s. browser was ffx 1.5.0.4 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Plugin: Mousehold

2006-12-16 Thread Webunity | Gilles van den Hoven
of an implementation where you first get increments of 1, then 2, then 4, then 8 (the longer you hold your mouse down) Know what i mean? -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Possible bug in 1.0.4

2006-12-15 Thread gilles
an error stating: this.events has no properties Maybe this one can be solved by adding this check? if (!this.events) return; However, i can't connect to SVN from here, so can someone pick this up? Thanx Gilles ___ jQuery mailing list discuss@jquery.com

[jQuery] mirror of dean edwards packer anywhere?

2006-12-13 Thread Webunity | Gilles van den Hoven
Anybody know a mirror of dean edwards packer? The .NET application doesn have thesame compression results. Thanx Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] OT: mail delivery

2006-11-29 Thread Webunity | Gilles van den Hoven
and then compress the folder, your maildb gets garbled, so don't compress untill 1.5.0.9 is out! -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Suggestion for interface / sortables

2006-11-29 Thread gilles
content. Or maybe i don't understand what you mean. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface Selectable.. function on deselect

2006-11-29 Thread gilles
(jQuery.Selectserialize(jQuery.attr(this, 'id'))); else if (this.f.ondeselect) this.f.ondeselect(); } This depends on how the code is right now, but i can't see it from here. The point is, you forgot to check if there is a ondeselect assigned. -- Gilles

Re: [jQuery] Stop using thickbox!

2006-11-28 Thread Webunity | Gilles van den Hoven
and forgetting all about jquery Hoping on a response, -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Stop using thickbox!

2006-11-27 Thread gilles
, as much as I wish it were. Su, like said, don't give such a comment without giving some solutions or problem areas on my test enviroment, windows with IE6 and FF 1.5.0.8 it works fine. I can't fix what i don't see as broken. p.s. who's Quicken? -- Gilles

[jQuery] Stop using thickbox!

2006-11-25 Thread Webunity | Gilles van den Hoven
And use my window plugin :) Why? Thickbox was made for images Window plugin was made for popups (dialogs) Just my $0.02 -- Gilles http://gilles.jquery.com/window/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] new plugin: window (+DEMO)

2006-11-16 Thread gilles
. to the other one stating it didn't have select box support; you didn't fully read my introduction mail :) -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] cssHover update

2006-11-15 Thread Webunity | Gilles van den Hoven
Hi Guys, I forgot to add one fix to SVN, its comitted now. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] new plugin: window (+DEMO)

2006-11-15 Thread Webunity | Gilles van den Hoven
- Title bar width when minimized - Use transfer effects (explode / implode) - Initial state: minimized / normal / maximized - Opacity - Restricted to parent Read the code for more ;) -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com

[jQuery] SVN update: cssHover

2006-11-14 Thread Webunity | Gilles van den Hoven
will also be in SVN as a ZIP file. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] cssHover

2006-11-14 Thread Webunity | Gilles van den Hoven
[EMAIL PROTECTED] wrote: Gilles, There is also a scenario where user checks few checkboxes then decides to select all, the result is that the previously checked boxes toggle back to un-checked. The select-all function only needs to toggle between select all and select none. What do you

[jQuery] cssHover and interface iresizable committed

2006-11-14 Thread Webunity | Gilles van den Hoven
Hi guys, The changes to cssHover and interface iresizable are committed to SVN. Also the demo page for cssHover is up again, showing the new features. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] cssHover

2006-11-13 Thread Webunity | Gilles van den Hoven
[EMAIL PROTECTED] wrote: Gilles or anybody else with knowledge of the cssHover plugin: Can you please tell me how can I select all checkboxes in a form controlled by cssHover with a select all click event? You could use jQuery to find all checkboxes you want to toggle: jQuery(some code

Re: [jQuery] cssHover

2006-11-13 Thread Webunity | Gilles van den Hoven
[EMAIL PROTECTED] wrote: Gilles, thanks, I've noticed that you added the requested example at http://gilles.jquery.com/cssHover/ Works for me now too. roso Jep, just finished it. As it now works, you can't change the state of a disabled cssHover item. HTH, Gilles

Re: [jQuery] A modal dialog box using greybox + form plugin

2006-11-08 Thread gilles
. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] window plugin: update

2006-11-07 Thread Webunity | Gilles van den Hoven
. Well, today i finished the dragging and resizing part, as well as the maximize/minimize buttons. This is all done. All whats left is add the support for multiple dialogs on 1 page (including switching from one dialog to another), some testing and it'll be released in the wild. -- Gilles

Re: [jQuery] window plugin: update

2006-11-07 Thread Webunity | Gilles van den Hoven
Reynier Perez Mira wrote: Hi Gilles: Thanks a lot for this plugin but where I can download it and see documentation in how to use in my site? Cheers Not yet, it is 98% finished :) -- Gilles ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] window plugin: update

2006-11-07 Thread Webunity | Gilles van den Hoven
with that untill the first beta is out ;) -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Unsure about the usage of .parent()

2006-11-06 Thread gilles
to correctly get the parent's parent without changing the original object. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] IE and the escape key triggering a hide action

2006-11-06 Thread Webunity | Gilles van den Hoven
Ah, I got it. If you have an input/button of type reset, the escape key triggers that action in IE... Jep, funny huh? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery window plugin (teaser)

2006-11-02 Thread gilles
Hi Everyone - Just a teaser to show off my work i am doing on the window plugin: http://img183.imageshack.us/img183/6139/windowao6.png -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Capture tab focus in dialog window

2006-11-02 Thread Webunity | Gilles van den Hoven
).ancestors(YOURPARENTHERE).length); }); 3-liner ;) -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] new plugin cssHover [ui checks, radio buttons and more!]

2006-10-30 Thread Webunity | Gilles van den Hoven
. Demo page: http://gilles.jquery.com/cssHover/ Please test and let me know if there are any bugs. If not, i'll commit it to SVN. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] new plugin cssHover [ui checks, radio buttons and more!]

2006-10-30 Thread Webunity | Gilles van den Hoven
Stefan Petre wrote: I have found a bug. When you click a checkbox the replaced image is not the hovered instance. That bug is fixed, however, it introduced a new bug which you probably won't see (i've to test this first ;)) -- Gilles ___ jQuery

Re: [jQuery] new plugin cssHover [ui checks, radio buttons and more!]

2006-10-30 Thread Webunity | Gilles van den Hoven
image, and 8 states in that image (thus using background-position) if i am right... -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Visual jQuery Announcement

2006-10-28 Thread Gilles Vincent
Hmm, Opera too ?Oops' forget it, I'm using Opera 9.0 :(--2006/10/27, Gavin M. Roy [EMAIL PROTECTED]: Nice :-) Any chance you're going to make it work with Safari in the future? Would probably be a good thing to have it support all of the same browsers jQuery itself supports. Keep up the good work,

Re: [jQuery] Enhanced jQuery Events Module

2006-10-27 Thread gilles
I was saddened and chagrined to discover that the event system didn't have additional arbitrary arguments as I thought it did and so I wrote them in. I modified the event system very slightly to allow for both additional arguments and scope modification (two features of the Yahoo Event

Re: [jQuery] Enhanced jQuery Events Module

2006-10-27 Thread gilles
If you're asking about Jörn's oneclick(), click(fn,num) syntax I just added it into a non-public version and it works fine. Actually, that API change is delayed at least till 1.1. Therefore you should just ignore it and stick to your old code. This means that, if i develop my plugins based

[jQuery] new plugin: unobtrusive CRIR (Checkbox And Radio Image Replacement)

2006-10-26 Thread gilles
... *Screenshots!* If you want to see how the end result CAN look, take a look at the Today screen in Live Messenger and at the bottom there is a checkbox. Or check this site: http://www.webunity.nl/upload/crir_demo.png To be continued... -- Gilles ___ jQuery

Re: [jQuery] Improved Event system new Accordion

2006-10-26 Thread gilles
be really good. Since Klaus and I also made an accordion plugin, we might need to change that to /plugins/accordion1/ and /plugins/accordion2/. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] triggering an event

2006-10-24 Thread Webunity | Gilles van den Hoven
Adam van den Hoven wrote: Can I force the click event to fire manually, or do I resort to I think you can do this with the apply call, although i am unsure how ;) P.s. nice surname ;) ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Is there a way to dynamically load jquery plugins

2006-10-23 Thread gilles
I would like to be able to load my jquery plugins dynamically as this would reduce the number of scripts in my document head. You could also combine all scripts you use on your entire site into 1 file, then, pack it and also don't forget to gzip it. There is a lot of documentation on this on

Re: [jQuery] $(.my_input).focus() shouldnt work?

2006-10-23 Thread Webunity | Gilles van den Hoven
. not hidden, disabled or otherwise unfocusable). Try this: jQuery(#month).keypress(function() { if (this.length == 1) jQuery('#day')[0].focus(); }); [or] $(#month).keypress(function() { if (this.length == 1) $('#day')[0].focus(); }); -- Gilles

Re: [jQuery] Window Dialogues

2006-10-23 Thread gilles
as much flexibility as possible, meaning you can set: isDraggable, isResizable, hasTitlebar, hasStatusbar etc.etc. I think i can have a demo ready tomorrow late in the evening. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com

Re: [jQuery] Why do i need a delay in $(document).ready when using the center plugin ?

2006-10-23 Thread gilles
% supported. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Array.indexOf

2006-10-21 Thread Webunity | Gilles van den Hoven
to support older browsers: - [].indexOf || (Array.prototype.indexOf = function(v, n){ n = (n == null) ? 0 : n; var m = this.length; for (var i=n; im; i++) if (this[i] == v) return i; return -1; }); - --Gilles

[jQuery] interface 3 bugs fixxed in SVN

2006-10-21 Thread Webunity | Gilles van den Hoven
code was implemented in iutil.js. I thought this was the best place for it. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New Plugin: Resizeable

2006-10-21 Thread Webunity | Gilles van den Hoven
Stefan Petre wrote: After a wild period at my work, I managed to make some time to develop a new plugin. Resizeable: allow elements to resize by handlers to north, east, west etc direction, set minimum width/height/ maximum width/height. minimum top/left/ maximum right/bottom. YES

[jQuery] new plugin: SIFR (Flash Image Replacement)

2006-10-21 Thread Webunity | Gilles van den Hoven
Hi guys, http://gilles.jquery.com/sifr/ enjoy ;) It is not yet in SVN, because the original creator is working on version 3.0 while this code is based upon his 2.0 version. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com

Re: [jQuery] Improved jQIR?

2006-10-20 Thread gilles
. HTH, Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery image gallery

2006-10-13 Thread Webunity | Gilles van den Hoven
from: http://ajaxian.com/archives/jquery-image-gallery-transitions-thumbnails-reflections jQuery Image Gallery: Transitions, thumbnails, reflections http://ajaxian.com/archives/jquery-image-gallery-transitions-thumbnails-reflections Ramin B. has put together yet another image gallery

Re: [jQuery] Intfac Sotabls estion

2006-10-12 Thread Webunity | Gilles van den Hoven
this seemed the best choice. Good luck, Gilles! p.s. check the docs at: http://interface.eyecon.ro/docs/sort for more options ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Error in latest svn jquery.js (427)

2006-10-11 Thread Webunity | Gilles van den Hoven
Paul Bakaus wrote: noticed the same, going to look at it. p.s. it is allready patched ;) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] How to implement file upload using AJAX?

2006-10-11 Thread Webunity | Gilles van den Hoven
File upload is not possible using JavaScript for security reasons. There have allready been a lot of people asking this on this list. -- Gilles /If you'd Googled, you'd know/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Best way for storing user preferences?

2006-10-11 Thread Webunity | Gilles van den Hoven
the div, a new cookie is set and data is send back to the server. This saves you half in traffic and is the best solution if you ask me. Gilles p.s. there is a jQuery cookie plugin :p ___ jQuery mailing list discuss@jquery.com http://jquery.com

Re: [jQuery] typeof color == array in interface/highlight.js

2006-10-10 Thread Webunity | Gilles van den Hoven
commit something? Thanx Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Form plugin: default method

2006-10-10 Thread Webunity | Gilles van den Hoven
Sam Collett wrote: Is it the default on all browsers? If so, then perhaps that would be a good idea. I agree with Klaus, all resources i found point that GET is the default method. -- Gilles ___ jQuery mailing list discuss@jquery.com http

[jQuery] $document.ready NOT broken

2006-10-10 Thread Webunity | Gilles van den Hoven
Seems like the problem lies in another place, not in the document.ready part.. Going to investigate this further ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] IE7 and document.ready

2006-10-10 Thread Webunity | Gilles van den Hoven
Mike Alsup wrote: Can you post a test page because that sure doesn't happen for me. Mike I've tracked down the problem to IE7 in standalone mode. I am almost certain that that is the problem. It sometimes just keeps hanging on (1 item remaining) and thus not firing the $(document).ready()

Re: [jQuery] typeof color == array in interface/highlight.js

2006-10-10 Thread Webunity | Gilles van den Hoven
Hi Eckhard, I've commited my fix to SVN, can you get the new ifxhighlight.js from SVN and test that with your page? Thanx Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] typeof color == array in interface/highlight.js

2006-10-10 Thread Webunity | Gilles van den Hoven
Yep, works. Theres some debug code left: .constructor==Array Good catch, totally missed that one ;) Anyway, the new (fixxed) version is in SVN ___ jQuery mailing list

Re: [jQuery] IE6 performance tweak

2006-10-09 Thread Webunity | Gilles van den Hoven
Klaus Hartl wrote: The by far safest thing to use is Conditional Compilation. And that way other browsers only get JavaScript comments...: Yeah i saw that on your blog. But doesn't this affect all versions of msie, even 6+ ? -- Gilles

Re: [jQuery] IE7 May be Pushed out Tomorrow

2006-10-09 Thread Webunity | Gilles van den Hoven
Rey Bango wrote: If you don't want to upgrade, be very vigilant about what automatic updates you install during MS' normal patch cycle: Does anybody know if it is possible to run both IE 6.x and IE7 both on thesame system? An absolute must if you are a web developer... Thanx Gilles

Re: [jQuery] IE7 May be Pushed out Tomorrow

2006-10-09 Thread Webunity | Gilles van den Hoven
Try this: http://tredosoft.com/IE7_standalone Works good enough for me. Thanx, just downloaded it! ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] IE7 and document.ready

2006-10-09 Thread Webunity | Gilles van den Hoven
works in both Firefox 1.5.0.2 and IE6, just like i want it to do, but fails in IE7. Hope someone can help me. Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery 1.0.2 RC2

2006-10-08 Thread Webunity | Gilles van den Hoven
Jörn Zaefferer wrote: Hi folks, it's time for another release candiate, this time including even more bug fixes and nothing else. Hi Jorn, Why don't you commit these into SVN, or did you? It is a bit confusing if we have 2 releases for jQuery, especially for newbies -- Gilles

Re: [jQuery] IE6 performance tweak

2006-10-08 Thread Webunity | Gilles van den Hoven
base.js file. // Object initializatie $(document).ready(function() { // Fix background image caching problem if (jQuery.browser.msie) { try { document.execCommand(BackgroundImageCache, false, true); } catch(err) {} } }); -- Gilles

Re: [jQuery] Fast form serializer function for review

2006-10-03 Thread Webunity | Gilles van den Hoven
== 'select-multiple') { $('[EMAIL PROTECTED]selected]', this).each( function() { a.push({name: n, value: this.value || $(this).text()}); }); return; } Other then that, Great code! -- Gilles ___ jQuery mailing

Re: [jQuery] Fast form serializer function for review

2006-10-03 Thread Webunity | Gilles van den Hoven
Mike Alsup wrote: Or better yet: $('option:selected')... Hey Mike, is that supported by jQuery? If i am right, only a plugin adds that method of selecting.. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Bug in fx?

2006-10-03 Thread Webunity | Gilles van den Hoven
if that is the correct way to do so. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Started on window class for jQuery

2006-10-03 Thread Webunity | Gilles van den Hoven
state it basicly is thesame as all other ones out there, but that is going to change. I'll start coding on it tomorrow and hope to show something in a couple (3-4) of weeks. -- Gilles p.s. the window class will be using code from Stefan Petre's interface pack, especially for the drag code

Re: [jQuery] Rev: 259, where is now?

2006-10-03 Thread Webunity | Gilles van den Hoven
commitments where done, leaving you at 259. The exact size of each commitment is very different. One time it is only 1 small bug, the other time it is a bigger list of bugs. HTH, GIlles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Evaluating script elements

2006-10-03 Thread Webunity | Gilles van den Hoven
any ideas? maybe evaluate()? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] DD's got a problem

2006-09-30 Thread Webunity | Gilles van den Hoven
be in less code, but maybe some other peeps could help you with that. -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jButton released!

2006-09-28 Thread Webunity | Gilles van den Hoven
abba bryant wrote: mind fixing the demo link so we don't all have to look at a 403 page? As i posted in another thread, the jButton code is now located at: http://gilles.jquery.com/jButton/ Sorry for the 403's! -- Gilles ___ jQuery mailing list

[jQuery] jButton released!

2006-09-27 Thread Webunity | Gilles van den Hoven
swappes a preloaded image and uses 3 seperate images) or you can use CSS style swapping, which uses 1 image as background, and the backgroundPosition property. You can check out the demo here: http://www.webunity.nl/_test/jquery/jButton/ Waiting for your feedback!! -- Gilles

Re: [jQuery] mousewheel plugin

2006-09-26 Thread Webunity | Gilles van den Hoven
him we need Mousewheel support! I think however that you cp'd much of the code there, and i think a lot of the code could be removed since it is allready in the jQuery core. I hope that John gives his reaction to this! -- Gilles ___ jQuery mailing list

[jQuery] No more IE6 background-flicker!!!

2006-09-26 Thread Webunity | Gilles van den Hoven
code! $(document).ready(function() { // Fix background image caching problem if (jQuery.browser.msie) { try { document.execCommand(BackgroundImageCache, false, true); } catch(err) {} } }; I hate to tell you this, but it works :) -- Gilles

[jQuery] proposal for help fighting comment spams on Trac

2006-09-21 Thread Gilles Vincent
newvalue like '%http:%'); | ./sqlite3 trac/$1/db/trac.db:~$ cat ./erase_bad_comments.sh #!/bin/bash# auteur: Gilles Vincent : [EMAIL PROTECTED]# simple comment spam cleaner v.1.0# works on http://trac.rezo.net/trac/spip# It's based on keywords that can be found in spams # The keywords can be detected

Re: [jQuery] Fader code I duplicated using JQuery

2006-09-21 Thread Webunity | Gilles van den Hoven
much effort it would be with jQuery since i need this on a new project of me ;) Thanx Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery::PeriodicalUpdater ?

2006-09-21 Thread Webunity | Gilles van den Hoven
Anybody did a periodical updater plugin like the scriptaculous one? I hope all plugin developers put there plugin on: http://jquery.com/plugins/ Thanx Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] subModal (was: ThickBox - closing without using the mouse?)

2006-09-13 Thread gilles
as jQuery: http://administratie.webunity.nl/js/wuSubmodal.js http://administratie.webunity.nl/css/wuSubmodal.css Regards, Gilles (p.s. back on monday 18th) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] AJAXGrid plugin - text version

2006-08-23 Thread Gilles Vincent
Impressive ! However, it's really buggy on Opera :( Sounds really promising althought -- 2006/8/21, Stefan Petre [EMAIL PROTECTED]: Maybe this time the text gets right: This is a plugin I worked on a lot. Has a lot of features: * in place edit: the cells converts into text field, textarea

[jQuery] rev. 217: Bugfix in $.fn.serialize

2006-08-19 Thread Webunity | Gilles van den Hoven
@John, please read since the each function could still contain a bug (see bottom 2 lines) Hi guys, I've just committed a bug fix to the form plugin. As you might have seen, I noticed that i somehow got an fieldset element instead of a form element in the $.fn.ajaxSubmit function. By doing a

Re: [jQuery] .contains() ?

2006-08-16 Thread Webunity | Gilles van den Hoven
John Resig wrote: The problem has more to do with the fact that you're doing two things wrong: 1) You're setting focus to a div element... which is unfocusable. 2) You're setting focus to the element before you ever finish the focus function of the previous element - creating an infinite

[jQuery] First focusable element?

2006-08-16 Thread Webunity | Gilles van den Hoven
-- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] How to bind an event to a function of a class?

2006-08-15 Thread Webunity | Gilles van den Hoven
, Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] .contains() ?

2006-08-15 Thread Webunity | Gilles van den Hoven
, but first i need to get it working :) -- Gilles ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] .contains() ?

2006-08-15 Thread Webunity | Gilles van den Hoven
John Resig wrote: Hope this helps. (This is with the SVN version of jQuery) Hmm, not really I am trying to do something like this: If the event receiving the focus is not a child of another object, set the focus back to that object. As you might guess, this is for a new style lightbox :) I