Olaf Bosch wrote:
> Klaus Hartl schrieb:
> 
>>> Excellent.  Glad to hear it.  Thanks, Klaus!
>> Hey, wait a moment, I think Cody has to have the latest word here... (?)
> 
> Now, we have OpenSource ;)
> It's o.k., let Cody have the last word :)
> 
>> $('a').thickbox();
> 
> Great!!!
> and then give width and height not in URL, give at Parameter
> $('a').thickbox(width:500,height:400); or so

Yes, the URL as used currently is malformed I think, so I would want to 
  fix that as well.

Either as an option like:

$(...).thickbox({width: 300, height: 300});

Or maybe get this data with the help of the metadata plugin from a 
class. But I'd prefer a better separation of behaviour and structure.


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to