[jQuery] how to disable events on a iframe?

2007-10-12 Thread Rodrigo Moraes
Hey, Do you know a jQuery solution to disable events on an iframe? Basically, I want to display an iframe, but disallow all interactions (click on links, forms, etc) on it. The blockUI plugin seems to not work in this case... Any ideas? thanks, rodrigo moraes

[jQuery] jqMultiSelects suggestion

2007-09-22 Thread Rodrigo Moraes
Hey Rob, Thanks for jqMultiSelects. Useful one. :) One suggestion: let the user decide the selectors that will be used for the elements, instead of forcing an ID. I modified it to allow this: jQuery.fn.multiSelect = function(to, button) { return this.each(function() { var select = t

[jQuery] Re: jQuery UI already released?

2007-09-16 Thread Rodrigo Moraes
On 9/16/07, ivor.horton wrote: > it is mentioned that jQuery UI will be released in 2007.09.16 in the > jQuery blog, right? > and now, it is 2007.09.17, have it been already released? It is still September 16 here in Brazil. =) You can see some previews here: http://ui.jquery.com (btw, the hom

[jQuery] Re: Tablesorter 2.0

2007-09-16 Thread Rodrigo Moraes
tbody rows with server-side data. Of course, I'll keep an eye on the community hacks to see if something similar appears. Hey, thanks for the plugin. It is super "simple but slick". Lovely stuff. :) -- rodrigo moraes

[jQuery] [OT] Importing jQuery mailing list archives

2007-07-17 Thread Rodrigo Moraes
nvolved is considering to migrate to Google Groups and I couldn't find an "official" way to import archives from Mailman. There are topics about this in Google Groups discussion group, but no solution is given. And I knew that jQuery-en moved including its archives, so... could you give me a clue? thanks, rodrigo moraes

[jQuery] Re: How to point Thickbox3 links in an iframe to the iframe's container

2007-06-04 Thread Rodrigo Moraes
On 6/4/07, n00bert wrote: Another way of putting it: the links in the thickbox cause a page to load in the thickbox. I want those links to close the thickbox and then open their pages underneath the thickbox. Is this possible? What do I need to do? I've been doing this using window.top.my_func

[jQuery] Re: jQuery css properties

2007-06-02 Thread Rodrigo Moraes
On 6/2/07, SamCKayak wrote: Is there a list somewhere of all the revised property names? I need border-bottom in particular. I would expect it converted to camel caps (e.g., borderBottom), as in js and other libs, but I'm not sure. -- rodrigo

[jQuery] Re: Simple new plugin seeking feedback

2007-06-02 Thread Rodrigo Moraes
On 6/2/07, boermans wrote: My first jQuery plugin is finally operational! It adjusts the line-height (CSS) of text in proportion to container width. Demo here: http://www.ollicle.com/eg/jquery/autolineheight/ Sweet! I have an use for it. Thanks! -- rodrigo

[jQuery] Re: jQuery'zed Ext.Template

2007-05-29 Thread Rodrigo Moraes
Hi, Sorry to reply to myself. :) I've updated the Template plugin to use $.extend() in a new $.extendClass() function. This is probably Javascript 101, but I couldn't go ahead from this point. If somebody can point me an example of a extended class/constructor/prototype in jQuery, maybe I can tak

[jQuery] Re: jQuery'zed Ext.Template

2007-05-29 Thread Rodrigo Moraes
On 5/29/07, John Resig wrote: You mean like jQuery.extend()? You just pass in two objects and the first one is extended with the second. http://docs.jquery.com/JavaScript#.24.extend.28_target.2C_prop1.2C_propN_.29 Thanks, John. I tried it first, but it doesn't seem appropriate in this case. I

[jQuery] Re: jQuery'zed Ext.Template

2007-05-29 Thread Rodrigo Moraes
On 5/29/07, Diego A. wrote: It's not only great for saving code, but it will come in handy for customizing the html output of plugins... much easier than having a bunch of individual options. I thought that too! :) I'm using it in a plugin I'm writing to make the output customizable. Also I th

[jQuery] jQuery'zed Ext.Template

2007-05-29 Thread Rodrigo Moraes
Hi, I made a simple port of Ext.Template [1] / Ext.MasterTemplate [2] to be used with jQuery, removing Ext dependencies and so. The result is tiny - 2,4KB packed, and given that it can make other codes smaller, I think it is worth. Here's the code (feedback appreciated, I'm not a javascript maste

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Rodrigo Moraes
On 5/25/07, Klaus Hartl wrote: What currently happens is this: When opening the Thickbox this content gets captured in a closure and never gets reappended back to its original location - it is appended to the modal with appendTo, e.g. it is moved in the DOM. But when the modal gets closed it is

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Rodrigo Moraes
On 5/25/07, Scott Sauyet wrote: Sorry, I've looked at it a bit, and have absolutely no idea. It is very strange. Sorry to have nothing to offer; I just didn't want you to feel ignored. Good luck, Thanks. :) As I'm not familiar with the internals of Thickbox Reloaded, I've added a dirt hack

[jQuery] Thickbox Reloaded strange problem

2007-05-25 Thread Rodrigo Moraes
Hi, I have a problem with Thickbox contents not being loaded when the trigger is set dynamically. Here's an example: http://dev.tipos.com.br/jquery/thickbox.php 1. Click on 'add a new thickbox trigger'. 2. Click on the new link to open the ThickBox. It will open and the content will be set no

[jQuery] Re: Highlight problem in IE6

2007-05-23 Thread Rodrigo Moraes
On 5/23/07, Rodrigo Moraes wrote: The problem: a simple highlight in IE6 ends with the highlight color, instead of the element original color. See by yourself: sorry to not look for it before. there's a bug filled about this already: http://dev.jquery.com/ticket/1014 in the mean time,

[jQuery] Highlight problem in IE6

2007-05-23 Thread Rodrigo Moraes
The problem: a simple highlight in IE6 ends with the highlight color, instead of the element original color. See by yourself: http://dev.tipos.com.br/jquery/highlight.php Am I doing something wrong? Can highlight work on IE6 without reseting the background color by hand in the end? -- rodri

[jQuery] two doubts: Highlight() and sortables

2007-05-22 Thread Rodrigo Moraes
Hi everybody, I'm Rodrigo from Brazil and I'm new to jQuery (started 2 days ago). I'm pretty happy with what I achieved so far. :) I have two IE problems that are difficult to debug and maybe you had similar experience of what may cause them. First, an example: http://dev.tipos.com.br/jquery/