Archive for syntax

3

Bookmarklet For Making An Entire Site ContentEditable

Just a simple thing that you can paste into the address bar on any site to make the content of the entire page editable. Or you can drag this link to your bookmarks and save it as a bookmarklet.... Bookmarklet For Making An Entire Site ContentEditable
Bookmarklet For Making An Entire Site ContentEditable
Levels:
12

jQuery Add/Remove Extra Input Form Fields

This is a script I wrote for adding and removing additional input fields of a form. It's for a new custom post type I'm making. It uses event delegation too. You can see a working example of it here.... jQuery Add/Remove Extra Input Form Fields
jQuery Add/Remove Extra Input Form Fields
Levels:
0

Auto-Hilighting WordPress Post Shortlink Input Field

Add this to your WP posts to provide an input field with the posts shortlink as the value, that highlights on focus. Great for easily copying the shortlink to paste elsewhere. It is used on the single post pages of every blog post on this site.... Auto-Hilighting WordPress Post Shortlink Input Field
Auto-Hilighting WordPress Post Shortlink Input Field
Levels:
0

jQuery Equal Height Clickable Div Boxes That Fade Siblings On Hover

This is a fantastic combination of jQuery code that takes a group of div containers, and makes them all the same height. When you hover over one of them, it will fade out the sibling divs, the ones your not hovering over, and adds a class to the one you are hover for addition styles you can choose to add. Then If there is a link say a title, or something for each div box, it grabs that and makes t... jQuery Equal Height Clickable Div Boxes That Fade Siblings On Hover
jQuery Equal Height Clickable Div Boxes That Fade Siblings On Hover
Levels:
0

jQuery Tooltip With HTML Included

Code for making rich tooltips using jQuery.... jQuery Tooltip With HTML Included
jQuery Tooltip With HTML Included
Levels: