Socket
Socket
Sign inDemoInstall

exdent

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exdent

A small jQuery plugin to enable hanging punctuation, an advanced typographic feature.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source
                        jQuery.exdent

A small jQuery plugin to enable hanging punctuation[1], an advanced typographic feature. Elements are only exdented, if they are at the beginning of a line. The plugin changes the boring

         "Lorem  ipsum  dolor  sit  amet, consectetuer
         adipiscing elit. Ut a sapien. Aliquam aliquet
         purus  molestie  dolor. Integer  quis eros ut
         erat posuere dictum.

to this:

        "Lorem  ipsum  dolor  sit  amet,  consectetuer
         adipiscing elit. Ut a sapien. Aliquam aliquet
         purus  molestie  dolor. Integer  quis eros ut
         erat posuere dictum.

You can customize the plugin to fit your exdentation needs:

$('blockquote, q').exdent({
  by: '.5em'
});

This exdents both

and by 0.5em. Apart from that you can use jQuery's CSS function to set exdentation:

$('q').css('exdent', '.5em');

See [2] for a demo and [3] for issues.

--

O p t i o n s :

jQuery.exdent understands these option parameters:

  • by (String): the width by which to exdent, this is a positive value.
  • detect (Boolean or String): whether to autodetect the exdentation width (will ignore "width"). If a string is given, this is used for detection, otherwise an english opening quote, U+201C.
  • className (String): class to add to / remove from exdented elements.

--

Note: Don't confuse this with jQuery.extend. ;-)

--

[1] http://en.wikipedia.org/wiki/Hanging_punctuation [2] http://boldewyn.github.com/jQuery.exdent/ [3] https://github.com/Boldewyn/jQuery.exdent/issues

Keywords

FAQs

Package last updated on 20 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc