[jQuery] Re: Opposite of .contains() ?

2008-01-11 Thread Joan Piedra
Sean, I just found out your answer. You could turn this into a plugin and make it work like this $.fn.doesNotContain(); Cheers. $('p').each(function(){ if( !$(this).is(':contains(1)') ) { console.log( this ); // element that doesn't contain 1 } }); -- Joan Piedra

[jQuery] Re: Accessing dynamically created divs

2007-10-12 Thread Joan Piedra
is appreciated. :o) Thanks in advance! -- -Yasmary -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: animating multiple items at the same time

2007-10-10 Thread Joan Piedra
obviously). Is there a way to make all animations start at the same time? Thanks -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-08 Thread Joan Piedra
iMasters - http://www.imasters.com.br/ -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: slideViewer 1.1

2007-10-08 Thread Joan Piedra
-it-burn-gives-me-the-chills/ integrated in a post, as it was invented for. ;-)) GC -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Paste Monkey Beta Launched

2007-09-28 Thread Joan Piedra
directly from the database, in PHP, so there is no lag before it is marked up On 9/27/07, Joan Piedra [EMAIL PROTECTED] wrote: Hey Tane, This looks interesting. Have you ever consider to use chili instead of geshi? What do you think would be better in this case, a server-load or client-load

[jQuery] Re: input type text toUpperCase() jquery question

2007-09-27 Thread Joan Piedra
No problem :) On 9/26/07, Frank Tudor [EMAIL PROTECTED] wrote: ok thanks for everyone clearing this up for me. On 9/26/07, Joan Piedra [EMAIL PROTECTED] wrote: Just use the text-transform rule, and then process your string and convert it to uppercase via server-side. Or you could also

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-09-27 Thread Joan Piedra
/(in portuguese yet, I´ll translate into English asap). Bye, and all comments and suggestions will be apreciated. -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: ANNOUNCEMENT: Chili 1.9 much faster

2007-09-27 Thread Joan Piedra
: Andrea Ercolino wrote: Chili is now much faster than before. Try it! Is it possible to configure Chili so that if a script is bigger than a certain length, instead of automatically highlighting it a link is displayed above it to manually trigger the highlighting? -- Joan Piedra

[jQuery] Re: Reload Page?

2007-09-27 Thread Joan Piedra
to replace all the page texts via js and the page is pretty big, I think it would take its time to process, and maybe crash your browser. -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Paste Monkey Beta Launched

2007-09-27 Thread Joan Piedra
, but since it's still beta I'll cut ya some slack. =P Keep up the good work. ~Sean -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: input type text toUpperCase() jquery question

2007-09-26 Thread Joan Piedra
/javascript $(document).ready(function() { $('.highball').keypress( function() { $('.highball').toUpperCase() } ); } ); /script input type=text style= class=ac_input highball autocomplete=off id=CityLocal value= type=text Frank -- Joan Piedra || Frontend web developer http

[jQuery] Re: Adding :hover css support to IE6 - ie6HoverFix

2007-09-23 Thread Joan Piedra
); } } } }; -- Fabien Meghazi Website: http://www.amigrave.com Email: [EMAIL PROTECTED] IM: [EMAIL PROTECTED] -- Joan Piedra || Frontend web developer http

[jQuery] Re: jScrollPane.. css blindness?

2007-09-23 Thread Joan Piedra
-- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Large Project Management

2007-09-23 Thread Joan Piedra
to structuring the app for growth and maintenance. I'd like to see what other ways are out there, or other considerations I may have missed Thanks for any input. Shawn -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: jQueryHelp Forum Launched

2007-09-22 Thread Joan Piedra
an alternative method of discussion. [ ... ] Hope to see some of you there! Where's there? :) -- Scott -- Kind Regards, Alex Bilbie Freelance website and graphics design Quite Good Media Ltd m: 07923 272797 -- Joan Piedra || Frontend web developer http

[jQuery] Re: OT: PHP to read jQuery API XML

2007-09-20 Thread Joan Piedra
that. It makes reading the code much simpler. :) Wow I didn't know about this, just add the next line into the .htaccess and you get source code hightlight on the fly! AddType application/x-httpd-php-source .phps -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http

[jQuery] Re: easiest question all day

2007-09-20 Thread Joan Piedra
example (that doesn't work)... var GitRDone = smoke'n hot; $GitRDone.appendTo('body'); Thanks, Frank -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Treeview navigation highlighting?

2007-09-19 Thread Joan Piedra
://dev.jquery.com/view/trunk/plugins/treeview/ -- Jörn -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: John's Pager - best plugin no one uses?

2007-09-18 Thread Joan Piedra
On 9/17/07, astik [EMAIL PROTECTED] wrote: With the new version of jQuery out (1.2), some specific code is no longer working ... The lt and gt method are now deprecated ... Hi Astik, they are back in 1.2.1 -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-15 Thread Joan Piedra
? Glen On 9/14/07, Joan Piedra [EMAIL PROTECTED] wrote: Glen, just put that .htaccess in the webroot and should work pretty well, note that your server needs the deflate and headers modules to be enabled. Hope this can be useful to anyone :) On 9/14/07, Glen Lipka [EMAIL

[jQuery] Re: Thumbnail Gallery

2007-09-14 Thread Joan Piedra
to create a series of thumbnail images that (on hover) will load a larger image into a stage beside them. I wanted to use jquery to get the fade effects on the hover, but haven''t seen something like this out there, Thanks for the help, patrick -- Joan Piedra || Frontend web developer http

[jQuery] Re: [NEWS] Firebug 1.1 Beta Released

2007-09-14 Thread Joan Piedra
of priorities: Is it interesting enough to spend your free time for it? What if there is no free time? ;-) --Klaus -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Does .ready() waits for .getScript() ?

2007-09-14 Thread Joan Piedra
checks in the callbacks to make sure that they are loaded in the correct order, and before the document ready callback is called. --John On 9/13/07, Joan Piedra [EMAIL PROTECTED] wrote: Hey jquerians, I'm trying to load 2 external .js with .getScript() before the .ready() function, I read

[jQuery] Re: New book: jQuery in Action

2007-09-14 Thread Joan Piedra
! Thanks Fred -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: stop animation

2007-09-14 Thread Joan Piedra
... thanks in advance, -GTG -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Joan Piedra
(?!?). Is anyone else experiencing this ??!? ciao -- View this message in context: http://www.nabble.com/Downloading-1.2-minified%2C-getting-46kb-instead-of-14kb---%21--tf4442334s15494.html#a12676468 Sent from the JQuery mailing list archive at Nabble.com. -- Joan Piedra || Frontend

[jQuery] Re: Thumbnail Gallery

2007-09-14 Thread Joan Piedra
Thanks Benjamin, I will release a new versión of this plugin soon :) On 9/14/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Joan, thats a nice piece of work you have there. On 9/13/07, Joan Piedra [EMAIL PROTECTED] wrote: I created a simple plugin that can help you to mimic thumbnails

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Joan Piedra
? Or in every folder that has a page? Glen On 9/14/07, Joan Piedra [EMAIL PROTECTED] wrote: I've found this to be the easiest and unobstrusive way to gzip my files with a .htaccess file. IfModule mod_headers.c IfModule mod_deflate.c # Compress some text file types

[jQuery] Re: Javascript best practices

2007-09-13 Thread Joan Piedra
where it is not needed is smaller than the overhead of bytes you introduce with your additional script tag for all users. In most cases it is better to load the unused stylesheet. Christof -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: [NEWS] Firebug 1.1 Beta Released

2007-09-13 Thread Joan Piedra
debug output http://fireclipse.xucia.com/#Downloads -- Tane Piper http://digitalspaghetti.me.uk This email is: [ x ] blogable [ ] ask first [ ] private -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Vibrator Plugin

2007-09-13 Thread Joan Piedra
Ben! Glen -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: animate hide

2007-09-13 Thread Joan Piedra
, Germany. - -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: [NEWS] Firebug 1.1 Beta Released

2007-09-13 Thread Joan Piedra
Oh I didn't know about that. Hope these guys take this tool to its next level :) On 9/13/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Joan Piedra schrieb: Is this an official beta release? I can't find it anywhere in the official site. It looks like Joe lost interest for Firebug some time

[jQuery] Does .ready() waits for .getScript() ?

2007-09-13 Thread Joan Piedra
/jquery/jquery.media.js'); $.getScript('/inc/swfobject.js'); $(document).ready(function(){ console.log(typeof $.media, typeof deconcept); }); Regards, -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: plugin packages

2007-09-13 Thread Joan Piedra
, fieldObj, success){ if (!success) { $ (#+fieldObj.id).parents(.fieldcontainer).addClass(fieldcontainerrequired); } } ); }); thoughts thanks... -- Joan Piedra || Frontend

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-12 Thread Joan Piedra
www.issuetrackerproduct.com -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Learning JQuery book typo: plugins repo URL is 404

2007-09-12 Thread Joan Piedra
for documentation. That URL is a 404, though - plugins should be lower-case. Perhaps the webmaster can adjust for that, rather than waiting on the next edition of the book. :) -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Using wrap() and then removing the wrapped element without removing the children

2007-09-12 Thread Joan Piedra
() In fact, it does work--I just tested it in FireBug. (I just don't know the correct syntax to avoid referring to div#myDiv twice.) Pyro -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Joan Piedra
(boum boum bang, a full project in itself) ! To keep this feature light, i would be perfectly happy with the possibility of using an external file manager to feed the textarea with an image, such ashttp://thefilebrowser.com/ , having it work nicely with wymeditor. -- Joan Piedra

[jQuery] Re: Using wrap() and then removing the wrapped element without removing the children

2007-09-12 Thread Joan Piedra
:O I'm not sure about it. But I thought it was faster to clone and then remove, than move it all. Thanks for taking your time to explain this. On 9/12/07, Pyrolupus [EMAIL PROTECTED] wrote: On Sep 11, 7:06 pm, Joan Piedra [EMAIL PROTECTED] wrote: Hmm.. Can't you clone the nodes

[jQuery] Re: jquery version of YUI Buttons?

2007-09-12 Thread Joan Piedra
? (http:// developer.yahoo.com/yui/button/ ) I'm not opposed in principle to using YUI, but it seems like it would be easier to not have to mix libraries. Thanks, Owen -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Joan Piedra
/Release:jQuery_1.2 Enjoy! --John -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread Joan Piedra
Oh I just found a little bug, if you click in the first pic you see the preloader on that pic (that's ok), but if you click in the green litte monster (from fantastic 4) the preloader shows on the keypad, same goes for the color bars pic. Cheers, On 9/11/07, Joan Piedra [EMAIL PROTECTED] wrote

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread Joan Piedra
it moves - this is because it's a *very* large image. Any feedback much appreciated. weepy *...(- Hide quoted text - - Show quoted text - -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Listbox values text box

2007-09-11 Thread Joan Piedra
).attr('value'))}) } ) }); -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: jQueryCamp '07 (Boston)

2007-09-09 Thread Joan Piedra
Libraries), three talks (The Future of JavaScript, Beginning jQuery, and Advanced jQuery), and will be on two panels. A very full week :-) --John -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/

[jQuery] Re: Is it possible to do something like Firebug `inspect` function with JQuery?

2007-09-09 Thread Joan Piedra
); }); On 9/8/07, howa [EMAIL PROTECTED] wrote: When mouse over an object, say a DIV for simplicity, I can use JQuery to get its absolute position in DOM tree, e.g. div#header body html Any idea? -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http

[jQuery] Re: code minimization / abstraction

2007-09-05 Thread Joan Piedra
On 9/4/07, Michael Geary [EMAIL PROTECTED] wrote: $('#testhref').click( function() { Hey Michael, looks like you missed the selector variable here =p $(selector).click( function() { This should work. Regards, -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: List of jQuery Resources

2007-09-04 Thread Joan Piedra
://groups.google.com/group/jquery-dev Project Blog: http://jquery.com/blog/ Learning Resources: http://docs.jquery.com/Tutorials http://www.learningjquery.com/ http://15daysofjquery.com/ Sites Using jQuery: http://docs.jquery.com/Sites_Using_jQuery -- Joan Piedra || Frontend webdeveloper

[jQuery] Re: Rey Bango is now Ajaxian

2007-09-04 Thread Joan Piedra
it. It caught me by surprise! :D Rey.. Joan Piedra wrote: Congratulations Rey, these are great news. I saw your name in some of the latest posts and thought you already were an ajaxian author. I'm glad you are now _in_ Regards On 9/2/07, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote

[jQuery] Re: Rey Bango is now Ajaxian

2007-09-03 Thread Joan Piedra
for a change, I'm doing;) http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: [ANNOUNCEMENT] jqGalView (yet another image gallery)

2007-08-26 Thread Joan Piedra
to have an update up tonight, but got caught up on some things. I am going to try for Monday now. Thanks. On 8/26/07, Joan Piedra [EMAIL PROTECTED] wrote: Hi, I like the 'pan view' idea. Just found a 'bug', when you are seeing an image it should cover the whole gallery (aka. thumbs

[jQuery] Re: [ANNOUNCEMENT] jqGalView (yet another image gallery)

2007-08-26 Thread Joan Piedra
Ben, I've seen the 'flash image gallery' and I see you are actually porting it to javascript, if you just want to port it then don't mind my previous messages :P Really nice work porting it. Regards, -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: Selector Question

2007-08-25 Thread Joan Piedra
Glad I could help :) On 8/24/07, Pops [EMAIL PROTECTED] wrote: That did it! Thanks Joan! -- HLS On Aug 24, 12:51 am, Joan Piedra [EMAIL PROTECTED] wrote: Hey Pops, I have not tested this, but should work. Just use the next node. $('legend').click(function(){ $(this).next

[jQuery] Re: [ANNOUNCEMENT] jqGalView (yet another image gallery)

2007-08-25 Thread Joan Piedra
-- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: [ANNOUNCE] LavaLamp for jQuery lovers released!

2007-08-23 Thread Joan Piedra
glad if more people came to know about it. I would be happy to answer any questions, comments or suggestions you may have... Thanks again, -GTG -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: Selector Question

2007-08-23 Thread Joan Piedra
); }); Thanks -- HLS -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: stop animation

2007-08-18 Thread Joan Piedra
will be useful... thanks in advance, -GTG -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: stop animation

2007-08-18 Thread Joan Piedra
: stop() is going to be in jQuery 1.2, and I believe it is already in trunk. -- Yehuda On 8/18/07, Joan Piedra [EMAIL PROTECTED] wrote: Omg,is this in the jquery-core?! O_o If it is then I won't need to use interface iutil and ifx anymore, yay! On 8/17/07

[jQuery] Re: $.load() POSTing instead of GETing

2007-08-18 Thread Joan Piedra
://www.nabble.com/%24.load%28%29-POSTing-instead-of-GETing-tf4291429s15494.html#a12216857 Sent from the JQuery mailing list archive at Nabble.com. -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Joan Piedra
Images from file:///C:? or something like this? Regards Mario -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: Avoiding anonymous functions - enhancement suggestion

2007-08-17 Thread Joan Piedra
event, so I don't mess up with anything else. On 8/17/07, John Resig [EMAIL PROTECTED] wrote: $(...).onclick().toggle().end(); The same would happen to John's code, this would mess me up. Just my opinion tho. Regards, -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: stop animation

2007-08-17 Thread Joan Piedra
take a look at it. Congrats for the lava lamp plugin, Cheers On 8/17/07, Joan Piedra [EMAIL PROTECTED] wrote: Hello Ganeshji, I gave interface a try and It deserves it a lot. I'll write a simple howto stop animations and queuing in jquery. You can see an example here. All the navigation

[jQuery] Re: stop animation

2007-08-17 Thread Joan Piedra
] wrote: hi friends, is there a way to stop an animation after it has started? any hack that will make this happen will be useful... thanks in advance, -GTG -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Joan Piedra
=previewImage(document.myForm.photo_file.value) /form I can't say that it works on all computers, but I've never once had a client say that it didn't work. -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Joan Piedra *Sent:* Friday, August

[jQuery] Re: jQuery for GreaseMonkey

2007-06-26 Thread Joan Piedra
to Greasemonkey, but if I get time today I will do so. ~Sean -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/

[jQuery] Re: Help to improve code

2007-04-04 Thread Joan Piedra
implemented (since you probably will only apply it)? On 4/1/07, Joan Piedra [EMAIL PROTECTED] wrote: Hey guys, I've wrote a plugin basically it adds some html wrappers to an image and crop it, making a thumbnail effect. Can you guys tell if It can be improved? I believe it's pretty stable now

[jQuery] Re: Help to improve code

2007-04-04 Thread Joan Piedra
for your feedback ;) On 4/4/07, Joan Piedra [EMAIL PROTECTED] wrote: Yes, I just didn't want to bother removing the nodes and putting all back together. And a simple reload did the work ;) On 4/4/07, Kenneth [EMAIL PROTECTED] wrote: I like that alot! I just have a question though