[jQuery] Re: OT: Combining JS files for production releases

2007-09-20 Thread PaulHan
Hi Brook, If you'd like to wait a couple of days, I'm hoping to release a PHP download manager, which organises things from the server end. Keep an eye here for the announcement. Best Regards, Paul On Sep 20, 4:23 pm, Brook Davies [EMAIL PROTECTED] wrote: Hello, Since we know that

[jQuery] ANNOUNCE jQTreeTable 0.2

2007-08-22 Thread PaulHan
Hi all, I've added a few features to the jQTreeTable plugin. It now has dynamic striping which can be set on and off and coloured through CSS. It can also be set to highlight as the rows are hovered over, again coloured through CSS. I've added an onselect event on the td cells that can be

[jQuery] New jQuery Plugin - jQTreeTable unobtrusive Treetablemaker

2007-08-16 Thread PaulHan
Hi all, Hope this hasn't come out twice, if it has, apologies. I needed a treetable for a project I'm doing, but nothing I had seen quite fitted the bill, so I made my own, and then adapted it so it could be used as a plugin. This is my first plugin, so be kind, any help making it more

[jQuery] Re: New jQuery Plugin - jQTreeTable unobtrusive Treetablemaker

2007-08-16 Thread PaulHan
a little weird. Great work! --John On 8/16/07, PaulHan [EMAIL PROTECTED] wrote: Hi all, Hope this hasn't come out twice, if it has, apologies. I needed a treetable for a project I'm doing, but nothing I had seen quite fitted the bill, so I made my own, and then adapted it so

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread PaulHan
A way to do this is to call the php file directly in the script tag or css link tag i.e. link rel=stylesheet href=styles.php / script language=javascript src=scripts.php/script The nice thing about this is you can then specify which plugins or extra css to include in the querystring like this