Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Changes in line #678: if we assume the opts.verso is jQuery object it…
Browse files Browse the repository at this point in the history
… makes sense to pass it as-is.

See, the call to .html() method only narrows the types of content which can be passed on to the plugin to.. text.
In fact, gotten rid of .html(), we now can pass anything the jQuery .append() method can handle (primarily another jQuery object and not a simple HTML markup). A possibly deep-cloned DOM object WITH events hooked to it? Hmm. It allows us to interact with the verso side.
  • Loading branch information
dartandrevinsky committed Apr 11, 2013
1 parent ac389e8 commit c1db78b
Show file tree
Hide file tree
Showing 2 changed files with 713 additions and 711 deletions.
Loading

0 comments on commit c1db78b

Please sign in to comment.