[jQuery] Confused with tablesorter and tablepager plugins

2006-12-11 Thread Joan Piedra
Hey guys and guls! This is my first post in the list, and I'm starting with jQuery, it is an awesome framework, great work developers and my congratulations to the developers. So I'm getting into it and implementing jQuery with a CMS I made, but I had a little problem with tablesorter and

Re: [jQuery] Disabling a tags

2006-12-12 Thread Joan Piedra
On 12/12/06, Aaron Heimlich [EMAIL PROTECTED] wrote: div#myid = SLOW!! #myid = FAST!! .myclass = SLOW!! div.myclass = FAST(er)!! LOL, I think this is how it works in real CSS. div#myid = Faster #myid = Slow .myclass = Slow div.myclass = Fast Cheers -- Joan Piedra || Frontend

Re: [jQuery] mirror of dean edwards packer anywhere?

2006-12-13 Thread Joan Piedra
___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New Site: Hope Cottage

2006-12-13 Thread Joan Piedra
PROTECTED] wrote: We just launched a new site that uses jQuery. http://www.hopecottage.org/ -- Brandon Aaron ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com

Re: [jQuery] (Half-OffTopic) jQuery Firebug

2006-12-13 Thread Joan Piedra
http://jquery.com/discuss/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] setting an attribute... I *thought* this was how to do it...

2007-01-05 Thread Joan Piedra
discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Visual jQuery Redux

2007-01-08 Thread Joan Piedra
Web Developer | Wycats Designs (ph) 718.877.1325 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list

Re: [jQuery] Look Ma no IMG-tag - FaviconLinkMarker Beta3 out

2007-01-11 Thread Joan Piedra
--- ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Simple(ish?) bring to top method

2007-01-11 Thread Joan Piedra
with that same z-index, which makes them revert to stacking in source order. On 1/11/07, Joan Piedra [EMAIL PROTECTED] wrote: Can't you just use z-index in $(this)?? onStop : function() { $(this).css(z-index,1); } On 1/9/07, Su [EMAIL PROTECTED] wrote: I've got something I'm building

Re: [jQuery] IDs are a crutch for the weak. Classes are for the strong.

2007-01-20 Thread Joan Piedra
(index) { $(this).click(function() { $('div.section:eq(' + index + ')').slideToggle(1200,function() { complete(index); }); return false; }); }); -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com

Re: [jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Joan Piedra
http://bassistance.de ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http

[jQuery] jQuery favicon

2007-01-29 Thread Joan Piedra
Hey guys, I've created a small jQuery favicon, it's free to use for everyone just don't hotlink it ;) Cheers! [1] http://www.joanpiedra.com/jquery/favicon.png -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list

Re: [jQuery] Embedding jQuery in a Greasemonkey script

2007-01-30 Thread Joan Piedra
/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Embedding jQuery in a Greasemonkey script

2007-02-01 Thread Joan Piedra
http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -Nicolas -- Nicolas Brush HOIZEY Clever Age : http://www.clever-age.com/ Gastero

Re: [jQuery] Docs Wigdet

2007-02-01 Thread Joan Piedra
/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] ANNOUNCE: New jQuery Project Team Members

2007-02-02 Thread Joan Piedra
an official plugin. We're very pleased to be working with all of you and welcome you to the jQuery team. The jQuery Project Team ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http

Re: [jQuery] css(padding-left);

2007-02-03 Thread Joan Piedra
de données virus: 268.17.21/665 - Date: 2/02/2007 23:39 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery

[jQuery] Is the jquery validate() plugin compatible with jQuery 1.1.1?

2007-02-08 Thread Joan Piedra
Hey guys, does anyone know if this plugin[1] is compatible with jQ 1.1.1? Cheers, [1] http://fuzz.bassistance.de/jQueryFormValidation/validateTest.html -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss

Re: [jQuery] how to simplify this

2007-02-12 Thread Joan Piedra
), one of three radioboxes is checked (line 6-8) and the label for the checked radiobox is also highlighted (last three lines). Can you help me? Thanks, Dominik ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra

Re: [jQuery] check for checked

2007-02-12 Thread Joan Piedra
://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Getting the TEXT of an option tag, not the value.

2007-02-15 Thread Joan Piedra
/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Getting the TEXT of an option tag, not the value.

2007-02-16 Thread Joan Piedra
What jQuery version is your Drupal system using? I think the problem relies in the version. Because the code I tried was just fine with 1.1.1 Anyway it looks like you could resolve your problem, cheers. On 2/16/07, Alexis Bellido [EMAIL PROTECTED] wrote: Joan Piedra wrote: I've tried

Re: [jQuery] How to make Interface work for any ID

2007-02-17 Thread Joan Piedra
/discuss/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com

Re: [jQuery] How to make Interface work for any ID

2007-02-17 Thread Joan Piedra
if you put it here. Thanks a lot On 17 fév, 15:01, Joan Piedra [EMAIL PROTECTED] wrote: Just a thought, but can't you use a class to the link and specify the other id window in the href? _Not tested_ HTML: a href=#window class=windowOpenTrigger window/a JS: $(document).ready(function

Re: [jQuery] How to make Interface work for any ID

2007-02-17 Thread Joan Piedra
: #B4F155; filter:alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; } But I got those ones even with the original script so it isn't important yet. On 17 fév, 17:25, Joan Piedra [EMAIL PROTECTED] wrote: I missed some brackets and didn't wrap windowId with the jQuery object

Re: [jQuery] How would I change this?

2007-02-18 Thread Joan Piedra
://jquery.com/discuss/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] Reference to the last DIV in a group?

2007-02-23 Thread Joan Piedra
is excellent. - Dave ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] jqueryplugins.com

2007-02-26 Thread Joan Piedra
___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Progress Bar Plugin

2007-02-26 Thread Joan Piedra
this message in context: http://www.nabble.com/Progress-Bar-Plugin-tf3290844.html#a9172740 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper

Re: [jQuery] Packing script

2007-03-04 Thread Joan Piedra
___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Best practices for reattaching behaviours to dynamically loaded content?

2007-03-04 Thread Joan Piedra
need to refresh something in the table via ajax I just call initTable() in the callback of my ajax function. Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com

Re: [jQuery] remove( String expr )

2007-03-12 Thread Joan Piedra
=edit-taxonomy-6 I need remove style=visibility:hidden from id=edit-taxonomy-6 I am newbie in JQuery I tried a lot of things. Regards -- Mário ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend

Re: [jQuery] Removing readonly attribute from textarea

2007-03-16 Thread Joan Piedra
? Regards -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jquery scrollbar

2007-03-18 Thread Joan Piedra
/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Playing a beep with jQuery

2007-03-22 Thread Joan Piedra
way to do this. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] Kinda funny way to getting jQuery some exposure

2007-03-30 Thread Joan Piedra
the code, Masterson! Show the grasshopper your ways! That hurts my eyes as much as the ani gifs. ;-) Hahaha! Thank Pete Cashmore for that. He dared me. ;o) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Joan Piedra