[jQuery] Re: Checkbox hide/show

2007-10-24 Thread Duncan Heal
Hey JS: $(document).ready(function() { $('.detail').hide(); // hide detail div $('#showAll').toggle(function(){ $('.detail').show(); },function(){ $('.detail').hide(); }); } ); HTML: Show All Fields What’s New/Press Release Display Areas bla

[jQuery] Re: re[jQuery] place single word with image on the whole page

2007-10-23 Thread Duncan Heal
I obviously don't know the circumstance but you could use a SPAN HTML: This is some text CSS: p span { width: 100px; height: 200px; display: block; text-indent: -px; background: url(image.png); } Just an idea. Duncan – – – – – – – – – – – – – Sprocket Web Design www

[jQuery] Re: re[jQuery] place single word with image on the whole page

2007-10-22 Thread Duncan Heal
Hi Bernd You could do this with a variety of CSS techniques (hide the text and have a background image). In jQuery you could do something like this: $(document).ready(function() { $('#logo').html(''); }); You'd have to have an ID attached to the P. Text to replace You can read up

[jQuery] Re: jQPanels

2007-10-08 Thread Duncan Heal
Thanks. It's great the jQuery community has such talent. A suggestion I have would be to add the ability to specify an event handler. Maybe make it click by default but allow users to change it to hover or mousedown (two events I would find useful). Just an idea. Thanks again Duncan On 8/1

[jQuery] Re: the jquery logo

2007-10-03 Thread Duncan Heal
ahh, no there's not! Duncan On 4/10/2007, at 4:43 PM, Joel Birch wrote: There's also an alpha transparent png if you need one, here: http://users.tpg.com.au/plugins/superfish/img/jQuery-alpha-trans.png

[jQuery] Re: UI Photo Demo on Safari

2007-09-19 Thread Duncan Heal
Hi David I've heard somewhere that they are working on it. I think they're also discouraging posts to this list about UI though I'm sure they appreciate the feedback. Regards Duncan - - - - - - - - - - - - - - - - - Sprocket Web Design www.sprocket.co.nz - - - - - - - - - - - - - - - - -

[jQuery] Re: jQuery UI already released?

2007-09-17 Thread Duncan Heal
Moo who? I'm glad I made the switch. jQ UI rocks. Duncan - - - - - - - - - - - - - - - - - Sprocket Web Design www.sprocket.co.nz - - - - - - - - - - - - - - - - - On 17/09/2007, at 3:01 PM, Kyle wrote: I am very excited about this. I hope to start on a small project for a class tonight as

[jQuery] Getting lazy with GET and changing STATE

2007-09-03 Thread Duncan Heal
Hey I must admit - I get a little confused about when to use GET and POST. I was reading this which confused me further: Getting lazy with GET -- GET is for retrieving data; POST is for setting it. Don't use GET when you know you shouldn't, even if you think it will do no harm. GET operatio

[jQuery] Re: List of jQuery Resources

2007-09-03 Thread Duncan Heal
Thanks Rey - a useful resource of resources! Duncan - - - - - - - - - - - - - - - - - Sprocket Web Design www.sprocket.co.nz - - - - - - - - - - - - - - - - - On 4/09/2007, at 1:39 AM, Rey Bango wrote: Hi everyone, I've created a list of links that will hopefully help new jQuery users fin

[jQuery] Re: Apple dashboard-style animation in jquery?

2007-08-30 Thread Duncan Heal
Hi Rolf Let us know how you go - I'd be interested to see how it comes out. I think the Dashboard implementation is very elegant. Something similar would make a great jQuery plug-in (but way beyond my skill). Regards Duncan - - - - - - - - - - - - - - - - - Sprocket Web Design www.sprocket.co.n

[jQuery] Re: Apple dashboard-style animation in jquery?

2007-08-30 Thread Duncan Heal
this may help - it's a page flipping animation http://www.sitepoint.com/blogs/2007/07/20/javascript-sprite-animation- using-jquery/ Duncan - - - - - - - - - - - - - - - - - Sprocket Web Design www.sprocket.co.nz - - - - - - - - - - - - - - - - - On 31/08/2007, at 5:58 AM, rolfsf wrote: I