Profile
Achievement
davebowker's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
If on do nothing. If on make off. If off make on. Alter external value and focus.
0
760
posted 14 years ago by davebowker
Easily target elements which have certain attributes using jQuery
1
581
posted 15 years ago by davebowker
Modified the code very slightly to add in cursor states for when the timeline is grabbed. Also added in (but commented out) the code to make the sliding twice as fast using a multiplier.
0
738
posted 15 years ago by davebowker
Version differs slightly from the demo, as the src for the thumbnail image is a child of the demo example, so has been slightly modified.
0
879
posted 15 years ago by davebowker
Standard list markup, adds button to expand a super dropdown next to the link.
1
1011
posted 15 years ago by davebowker
Can also be used to load scriptaculous, or any js file in WP
2
806
posted 16 years ago by davebowker
Use by inserting the following in the head.
<script>
$(document).ready(function() {
$("input").toggleVal();
});
</script>
0
1023
posted 16 years ago by davebowker