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:
3

Super Small jQuery Slide To Top Autoscroller

This was developed by @maxpert a while back and posted on Forrst. It was so awesome, I use it on New2WP and other sites. It is only 382 bytes, and works perfectly.... Super Small jQuery Slide To Top Autoscroller
Super Small jQuery Slide To Top Autoscroller
Levels:
0

Finding Links That Link To An Image With jQuery

This is a simple little script that you can use to select links that link to image files, and do something with them. Of course you could modify it to select other elements besides anchor tags if you wanted to. I found this to be useful for a piece of my jQuery image tooltip plugin and can think of other uses for it too.... Finding Links That Link To An Image With jQuery
Finding Links That Link To An Image With jQuery
Levels:
3

Masking Affiliate Links With jQuery

You can mask affiliate links using this so that the url appears to be different than what it actually is.... Masking Affiliate Links With jQuery
Masking Affiliate Links With jQuery
Levels:
0

Check/Uncheck All With jQuery

This is a short script I wrote that will check or uncheck all checkbox inputs within a list. ... Check/Uncheck All With jQuery
Check/Uncheck All With jQuery
Levels:
0

Convert Ounces To Pounds Easily With jQuery

This is a script I wrote for allowing me to convert product weights from ounces to pounds since the Phpurchase WordPress plugin uses pounds for the Live shipping calculations for shipping costs per product based on weight in pounds. Simply copy and paste a number in the right input, and it divides it by 16 and spits the result into the left input once you rem... Convert Ounces To Pounds Easily With jQuery
Convert Ounces To Pounds Easily With jQuery
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: