Re: [jQuery] jEditable: how to remove behaviour

2007-03-29 Thread Abel Tamayo
work either and the property stays just there (silently laughing at me). Any ideas how to remove this property? I don't see what I might be doing wrong. Thanks. Abel. On 3/29/07, Sam Collett [EMAIL PROTECTED] wrote: On 28/03/07, Abel Tamayo [EMAIL PROTECTED] wrote: Hi all, I'm using

Re: [jQuery] jEditable: how to remove behaviour

2007-03-29 Thread Abel Tamayo
Wow, an answer from the very author of the plugin! Thanks very much, Mikka, will be trying it this evening. Abel. On 3/29/07, Mika Tuupola [EMAIL PROTECTED] wrote: On Mar 29, 2007, at 4:08 PM, Mika Tuupola wrote: On Mar 29, 2007, at 3:45 PM, Abel Tamayo wrote: Update: I've found

Re: [jQuery] jEditable: how to remove behaviour

2007-03-29 Thread Abel Tamayo
[EMAIL PROTECTED] wrote: On Mar 29, 2007, at 7:47 PM, Abel Tamayo wrote: Thanks very much, Mikka, will be trying it this evening. Youre welcome :) Also make sure that you are running latest version of plugin. Support for callbacks was added in previous version. -- Mika Tuupola

[jQuery] jEditable: how to remove behaviour

2007-03-28 Thread Abel Tamayo
Hi all, I'm using jEditable for a webpage, but I would like to make it so that, once you've edited the text, the behaviour is removed and you can edit it no longer. Does anyone know how to do that? Thanks. ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] winding - my first experiment

2007-03-27 Thread Abel Tamayo
Looks great, but it's not jQuery, is it? But as a business, I think it has a future. On 3/26/07, Sean O [EMAIL PROTECTED] wrote: mmm... very WinLike... like :) http://www.winlike.net/ And potentially nicer! (especially w/jQuery hooks) _ SEAN O http://www.sean-o.com Roman

Re: [jQuery] Plugin released: textify. PROBLEMS UNSOLVED

2007-03-22 Thread Abel Tamayo
://developer.mozilla.org/en/docs/Rich-Text_Editing_in_Mozilla. I really can't find an explanation but it's driving me nuts. On 3/20/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Abel Tamayo schrieb: but others like support for snippets I don't even know what that means. Also, I couldn't find better

Re: [jQuery] Plugin released: textify. PROBLEMS UNSOLVED

2007-03-20 Thread Abel Tamayo
idea. I add it to the to-do list. Thanks Abel. On 3/20/07, David Duymelinck [EMAIL PROTECTED] wrote: Abel Tamayo schreef: Hi everyone. Finally I'm releasing the plugin I've been so busy developing in the last month. Textify (see homepage) http://scriptinverse.com/textify/ It's a function

Re: [jQuery] Fancy Menu

2007-03-19 Thread Abel Tamayo
Beautiful On 3/19/07, Mikael Noone [EMAIL PROTECTED] wrote: Wow, mootools is starting to mature :-) I wonder how big this would be if it where Jquery??! On 3/19/07, Matthieu BARBE [EMAIL PROTECTED] wrote: Hi, Look this great menu :

[jQuery] Plugin released: textify. PROBLEMS UNSOLVED

2007-03-19 Thread Abel Tamayo
Hi everyone. Finally I'm releasing the plugin I've been so busy developing in the last month. Textify (see homepage) http://scriptinverse.com/textify/ It's a function that transforms a regular iFrame element into a text editor and I hope it will serve everyone who needs it well. Think of all the

Re: [jQuery] Javascript MVC

2007-03-18 Thread Abel Tamayo
Interesting. I had never thought of using a MCV approach to Javascript. Now I this gives me something to think about. On 3/18/07, Chris Domigan [EMAIL PROTECTED] wrote: Hi guys, just saw this posted on cakebaker. Wondered what people thought...

Re: [jQuery] Passing the result of $(body).width(); to $(#element).width(val);

2007-03-17 Thread Abel Tamayo
You don't need to use a function for that, just do: $(#element).width( $(body).width() ); as $(body).width() returns a value that is used by $(#element).width( ... ). If you still have problems, debug it with Firebug'shttp://getfirebug.comconsole part by part and check if you are getting

Re: [jQuery] Why IE hangs with this code? (Newbie to jQuery)

2007-03-13 Thread Abel Tamayo
bet it's not recognizing the selector 'html'. Have you tried with document, 'body' or window? On 3/13/07, Hrvoje Blažeković [EMAIL PROTECTED] wrote: Please,can someone tell me why IE hangs when executing this code? $(document).ready( function(){ $(window).resize( function(){ var ys =

[jQuery] Is there a CSS doctor in the house?

2007-03-09 Thread Abel Tamayo
I'm sorry to post a non jQuery related question in the board, but I spent the whole day of yesterday on this and I need it to work for my jQuery plugin (So, somehow, it IS jQuery related). The thing is I have a list of buttons and I can't make the color selectors (foreground and hilite color)

Re: [jQuery] Is there a CSS doctor in the house?

2007-03-09 Thread Abel Tamayo
at and b) What you'd like it to look like on each of the states. I'll be happy to look at the problem, being a CSS person. On 3/9/07, Abel Tamayo [EMAIL PROTECTED] wrote: Nah, that's easy. The problem is I can't make the lists of lists look like an array of buttons, and some of them place

Re: [jQuery] CSS Doctor :D

2007-03-09 Thread Abel Tamayo
Thanks Schnuck. A lot easier once you get rid of the nested list. Also, special thanks since I know you were at work. Abel. On 3/9/07, Schnuck [EMAIL PROTECTED] wrote: hi abel, done, zipped and sent back to you. hth, s ___ jQuery mailing list

[jQuery] Wich element triggered an event?

2007-03-09 Thread Abel Tamayo
Hi all. I'd like to know if there's a standard, easy way to determine with element triggered an event. I'm pretty sure there is, but can't find it in google. Maybe an atribute in the e parameter received by the function like: $(p).bind( click, function(e){ console.log(e.TRIGGER); // This

[jQuery] How to document a plugin

2007-03-07 Thread Abel Tamayo
Hi all, I'm about to finish the plugin I've been working for lately and can't wait to release, but this time I would like to document it properly to ease it's use and upgrading. I'm quite anal about this subject yet I have to admit I have never found a solid way to use tags like @param, @desc,

Re: [jQuery] jcarousel issue

2007-03-05 Thread Abel Tamayo
So your problem comes from using jCarousel or another plugin to get the lightbox effect? If it's jCarousel maybe the routes to each image is not included correctly. If the problem comes from using thickbox, for example, maybe the path to the images isn't being processed correctly for some

Re: [jQuery] New Plugin: clickMenu

2007-03-05 Thread Abel Tamayo
Looks good! On 3/5/07, Roman Weich [EMAIL PROTECTED] wrote: agent2026 schrieb: Just checked out the demo, but it looks good. Think clicking the top level (item 1, item 2) should toggle the menu visibility, rather than having to click off the menu to make it go away. You're right of

Re: [jQuery] Question about binding .click() (and other events) to parentless elements

2007-03-01 Thread Abel Tamayo
This won't help your problem at all, but I would also like to add that I've found exceptions in IE6 when adding css attributes to an element that hasn't still been attached to the DOM, i.e: var elem = $(li).css(color, red); I don't know if these problems are still present in the new release

Re: [jQuery] problem with iFrame in FF (again)

2007-02-28 Thread Abel Tamayo
Well, I don't have a way to publish it on a server right now, but I could try showing here the whole script. It's actually just a demo since I have to polish this aspect before I can go on with all the other work in the plugin. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html

Re: [jQuery] problem with iFrame in FF (again)

2007-02-27 Thread Abel Tamayo
It works both with on and On. assigning the frame to a variable before modifying it doesn't work with Firefox either but I have just found something interesting, that I can make it work in Firefox with this: $(#foo).bind(load, function(){getIFrameDocument(foo).designMode = on }); But then it

Re: [jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).

2007-02-24 Thread Abel Tamayo
://www.visualjquery.com or http://jquery.bassistance.de/api-browser/ Actually, the one you want is wrap(), I think. Unless I misunderstood. http://jquery.bassistance.de/api-browser/#wrapString Glen On 2/23/07, Abel Tamayo [EMAIL PROTECTED] wrote: Could you send me a link to that API? I've been

[jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).

2007-02-23 Thread Abel Tamayo
Hi all, I'm trying to create a plugin for jQuery that willlet you edit text in an iFrame like it was a text processor, but I need to work with ranges and selections and, while this is extremely easy with W3C compliant browsers, Adapting the work to IE is a real pain. What I need to know is the

Re: [jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).

2007-02-23 Thread Abel Tamayo
Lipka [EMAIL PROTECTED] wrote: Couldn't you use the appendTo() function? The API reference example looks just like what you are asking. Glen On 2/23/07, Abel Tamayo [EMAIL PROTECTED] wrote: Hi all, I'm trying to create a plugin for jQuery that willlet you edit text in an iFrame like

Re: [jQuery] Right way to set line-through?

2007-02-20 Thread Abel Tamayo
Try this: $(#id1).css(textDecoration, line-through); Remember that when you use the .css function to set a style, it must becapitalized camel-style; that is text-decoration becomes textDecoration and the same happens with backgroundColor, etc... On 2/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED]

[jQuery] Select orphan text.

2007-02-20 Thread Abel Tamayo
Hi all, this time I need to know the way to select text that is not inside a tag. That is, in $(orphan1 span in span /span orphan2 p in p /p orphan3) i would need to get a jQuery object like this : [orphan1, orphan2, orphan3]. I've been trying with functions like .filter(String) or

Re: [jQuery] Select orphan text.

2007-02-20 Thread Abel Tamayo
no idea if this works but it's the only thing I could think of. Hope it helps. -blair Abel Tamayo wrote: Hi all, this time I need to know the way to select text that is not inside a tag. That is, in $(orphan1 span in span /span orphan2 p in p /p orphan3) i would need to get a jQuery object

Re: [jQuery] Select orphan text.

2007-02-20 Thread Abel Tamayo
and last elements of the jQuery object manually. Then you might see why the first element isn't being recognized as an orphan node when it is and be able to compensate for that in the filtering function. -blair Abel Tamayo wrote: Thanks, Blair. Your solution works 'perfectly'. Only problem

Re: [jQuery] Select orphan text.

2007-02-20 Thread Abel Tamayo
= /^[^]*((.|\s)+)[^]*$/.exec(a); It passes m[1] (the first matched sequence) to jQuery.clean rather than the whole string. So unless that gets changed at the core, you're out of luck for those leading and trailing text elements. -blair Abel Tamayo wrote: Actually when you evaluate a string in the jQuery

Re: [jQuery] Mouse coordenates

2007-02-12 Thread Abel Tamayo
Thanks, dude. And thanks for the link to that page. It looks like a great resource. On 2/11/07, Brice Burgess [EMAIL PROTECTED] wrote: Abel Tamayo wrote: Ok, this is a noob question, but what is the fastest, cross-browser way to obtain the mouse coordenates? I've found tons of info about

[jQuery] Mouse coordenates

2007-02-11 Thread Abel Tamayo
Ok, this is a noob question, but what is the fastest, cross-browser way to obtain the mouse coordenates? I've found tons of info about this in google, but it all seemed a little bit dated (with comments about Netscape 4 and the war of browsers all the time). Thanks.

[jQuery] iframe and designmode

2007-02-10 Thread Abel Tamayo
Hi all, I need to use the following command to activate designmode in an iFrame (designmode is when you can use an iFrame like it was a text editor, think Word or when you compose an email in Gmail): document.getElementById(iframe_name).contentWindow.document.designMode = on I've tried to

Re: [jQuery] iframe and designmode

2007-02-10 Thread Abel Tamayo
Thanks a lot for your mini-tutorial, Mike. I still have a lot to learn about DOM, jQuery and the scope of this. The thing is that all of the commands you mention work when I use them outside the plugin (in debugger time), but not when I use the word this inside the function. I thought I would

[jQuery] Fix height of columns through CSS, NOT JQUERY

2007-02-06 Thread Abel Tamayo
Hi all. I know this could seem off topic, but also know many of us have found it a problem to fix the height of a column according to another that's adjacent to it. This guy seems to have found a workaround to fake the result using just CSS, wich makes it faster than using scripts. Anyway, soon

Re: [jQuery] Interesting plugin idea if anyone is interested for jquery

2007-02-03 Thread Abel Tamayo
The one that uses bars seems to be quite easy. On 2/2/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Woow, nice! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Woodbridge Sent: vendredi 2 février 2007 17:37 To: jQuery Discussion. Subject:

Re: [jQuery] scroll buttons on one side in carousel plugin

2007-01-24 Thread Abel Tamayo
Probably you can work it out with plain CSS instead of touching the code of the script. On 1/24/07, Vikrant Azad [EMAIL PROTECTED] wrote: How can I make the buttons for scrolling appear on one side of the slide show in carousel plugin for jquery. The did for the button are created dynamically

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-24 Thread Abel Tamayo
Thanks, Michael! Your revision worked perfectly. I had tried to change the .unclic(fn) myself before, but don't know why it didn't work. I knew it had to be something easy though :D On 1/24/07, Klaus Hartl [EMAIL PROTECTED] wrote: [-Stash-] wrote: Unfortunately, it looks like Cody's giving up

Re: [jQuery] Thickbox incompatible with jQuery 1.1

2007-01-23 Thread Abel Tamayo
Yesterday I tried to change the code myself and had to change 3+ lines, mainly cause it uses functions like .href instead of .attr(href) and so. Got rid of all errors but then it didn't work cause it was unable to load the images at their respective locations. As of now the only thing that works

Re: [jQuery] jCarousel: index of last item

2007-01-22 Thread Abel Tamayo
Thanks a lot. I'll keep you updated and post here the answer if I finally get to create a seamless carousel. On 1/22/07, Jan Sorgalla [EMAIL PROTECTED] wrote: Beren wrote: Hi everyone. I'm trying to design a jCarousel that rotates continously (that is, after the last item the circles

Re: [jQuery] jCarousel Scroll To

2007-01-21 Thread Abel Tamayo
From my experience (I had success in resizing the list to display the number of elements according to the size of the window) I can tell you that the solution is playing with the css attribute letf or right in one of the layers that the script creates. Wich one, I don't know, so you'll have to

[jQuery] jCarousel: index of last item

2007-01-21 Thread Abel Tamayo
Hi everyone. I'm trying to design a jCarousel that rotates continously (that is, after the last item the circles closes with the first the one seamlessly). What I'm trying to do is detach the first element in the itemFirstOutHandler event to attach it at the tail with the carousel.add(index,

[jQuery] Possible new error in dimensions + jCarousel in jQ1.1

2007-01-18 Thread Abel Tamayo
-- Forwarded message -- From: Abel Tamayo [EMAIL PROTECTED] Date: Jan 17, 2007 6:41 PM Subject: Possible new error in dimensions + jCarousel in jQ1.1 To: jQuery Discussion. discuss@jquery.com I've been using jCarousel in a project for a long time but today, after upgrading from

Re: [jQuery] Possible new error in dimensions + jCarousel in jQ1.1

2007-01-18 Thread Abel Tamayo
Ah, sorry. Sometimes the messages don't show up when I post to this group. Actually, if you look at the date they were all sent in different days and different hours of the day but they didn't appear until I posted from the Nabble page. Anyway, I still haven't figured out why jCarousel isn't

Re: [jQuery] Height of images on page load.

2007-01-14 Thread Abel Tamayo
- The selection to be precalculated * @return none */ function calHeight(query){ query = query + img; $(query).each(function(){ $(this).css(height, this.height + 'px'); }); } Abel Tamayo wrote: Ok. I give Up. I need to know the height of certain images in my page to be able to format

[jQuery] Height of images on page load.

2007-01-13 Thread Abel Tamayo
Ok. I give Up. I need to know the height of certain images in my page to be able to format it and I've tried several workarounds like this function that I call right before my verJustify() function (yeah, a function that lets me justify vertically all divs in my page, just like the plug in): /**

Re: [jQuery] jCarousel: Change number of images displayed

2007-01-12 Thread Abel Tamayo
I raised the question and found the answer too. All you have to do is resize the div with class jcarousel-clip. Only problem that might arise is that the new clip div displays a non integer number of items (say 6 and a half or another) and this might not be what you're looking for. I suggest

Re: [jQuery] jCarousel: Change number of images displayed

2007-01-12 Thread Abel Tamayo
, agent2026 [EMAIL PROTECTED] wrote: I like the sound of that. Do you have an example we could see? Adam Abel Tamayo wrote: I raised the question and found the answer too. All you have to do is resize the div with class jcarousel-clip. -- View this message in context: http

[jQuery] Height of images on page load.

2007-01-12 Thread Abel Tamayo
Ok. I give Up. I need to know the height of certain images in my page to be able to format it and I've tried several workarounds like this function that I call right before my verJustify() function (yeah, a function that lets me justify vertically all divs in my page, just like the plug in): /**

[jQuery] Height of images on page load ¿how?

2007-01-12 Thread Abel Tamayo
Ok. I give Up. I need to know the height of certain images in my page to be able to format it and I've tried several workarounds like this function that I call right before my verJustify() function (yeah, a function that lets me justify vertically all divs in my page, just like the plug in): /**

[jQuery] What's the new parent() in jQuery1.1?

2007-01-11 Thread Abel Tamayo
I just switched to jQuery-1.1b and it's great stuff, but now I get this error in Firebug: $(this).parent().id is not a function where it worked perfectly until now. I revised the list of changes but didn't find a substitute to parent() - the closest this I found was the change from ancestors() to

Re: [jQuery] What's the new parent() in jQuery1.1?

2007-01-11 Thread Abel Tamayo
d'oh! ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] mousewheel plugin updated

2007-01-11 Thread Abel Tamayo
Is it compatible with jQuery-1.1b? On 1/11/07, Brandon Aaron [EMAIL PROTECTED] wrote: It is fixed. :) -- Brandon Aaron On 1/11/07, Brandon Aaron [EMAIL PROTECTED] wrote: Sorry, that was my fault. Copy and paste from previous test page. There aren't supposed to be limitations. I'll update

Re: [jQuery] jQuery powered site launched

2007-01-09 Thread Abel Tamayo
Great site. I specially enjoyed the virtual visit-you made a smart use of thickbox there. The stile for the whole site is very appropiate: legible, colorful and cool but not flashy and it still distills some holy quality. ___ jQuery mailing list

[jQuery] Problem with Thickbox plugin

2007-01-09 Thread Abel Tamayo
Ok, this is rather strange: I begin with a list of images like this: ul class=list_images liimg src=images/imag1.png//li liimg src=images/imag2.png//li liimg src=images/imag3.png//li /ul then I include the following piece of jQuery script at $(document).ready: $(.list_images

Re: [jQuery] Problem with Thickbox plugin

2007-01-09 Thread Abel Tamayo
I can't believe it, but that TB_init() call after unbinding the event works. I don't understand very well why, but thanks for your help, Sam. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] dimensions plugin: height() and width()

2007-01-01 Thread Abel Tamayo
Hi everyone and Happy New Year 2007. I'm using Kevin Luck's jScrollPaneplugin ( http://kelvinluck.com/assets/jquery/jScrollPane/), wich is great stuff but uses the plug in Dimensions wich overrides jQuery's functions height() and width(). The diference between the two namespaces is that when you

Re: [jQuery] dimensions plugin: height() and width()

2007-01-01 Thread Abel Tamayo
Thanks a lot. It worked pretty well although i'm working on some bugs now. Didn't understand why you use the operator ||0, but I guess I'm not that good at JavaScript anyway. Thanks again. ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] off-topic: Happy New Year for you all

2006-12-31 Thread Abel Tamayo
Yeah, Happy New Year for everyone in the board. As like with any new year, I wish everyone that their dreams and projects (make smore much sense with projects) come true. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQBrowser²

2006-12-30 Thread Abel Tamayo
Off topic: Nate, your site looks great, the art you're showing is amazing. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] dreamweaver and CodeHints for jquery

2006-12-29 Thread Abel Tamayo
Thanks. I'll be using this a lot. Great help. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] slider

2006-12-29 Thread Abel Tamayo
I'm trying to implement Interface's slider and I'm having some problems because of the lack of documentation, I think I might look into YUI's solution if I can't work it out soon. I think YUI's documentation is prety good and some bloggers seem to support it, so i guess it's a good thing.

Re: [jQuery] jQuery powered shopping site

2006-12-20 Thread Abel Tamayo
Loved the shopping cart, but for the sake or usability, you could include an ad to shopping cart option in the search results page. Also, if you find difficulties combining colors for your site, you could try some online free apps like www.colorjack.com or kuler.adobe.com (wich use AJAX too):

Re: [jQuery] Please Digg these jQuery articles up...

2006-12-18 Thread Abel Tamayo
f you guys like digg, you should try dzone.com, wich is about the same concept but only for web developers. If you decide to suscribe, don't forget to vote for these same stories through these links: http://www.dzone.com/links/jquery_104_released.html

[jQuery] DOM traversing then applying a non JQuery function

2006-12-18 Thread Abel Tamayo
Alright. I have a non Jquery function called myFunction(domObject) prepared to receive a DOM object as a parameter. I want to use this function with several objects that share the same class, so i use a sentence like this in the main page: $(.oneClass).each(moveCodeToImg(this)) , but it doesn't

Re: [jQuery] DOM traversing then applying a non JQuery function

2006-12-18 Thread Abel Tamayo
Wow, thanks everyone for the superfast response. Ok, as Brandon suggested, the right way was using $('.oneClass').each(function() { moveCodeToImg(this); }); wich I had already tried but didn't realize i had to change some things in the function used since i was recycling it and the parameters