Skip to content

Metadata plugin is old school #9

@howdu

Description

@howdu

Nice plugin although no need for the meta data plugin with the HTML5 data attributes.

E.g:

var o = $this.data('plugin-options') ? $.extend({}, opts, $this.data('plugin-options')) : opts;
<div class=condense' data-plugin-options='{"condensedLength":"50"}'></div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions