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
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
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
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
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
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
- - - - - - - - - - - - - - - - -
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
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
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
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
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
11 matches
Mail list logo