Modify ↓
Ticket #2214 (closed enhancement: fixed)
[magnifier] add option for which elements to magnify
| Reported by: | scott.gonzalez | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.3 |
| Component: | effects | Version: | 1.2.2 |
| Keywords: | magnifier | Cc: | |
| Blocking: | Blocked by: |
Description
Allow setup like this:
HTML:
<div id="nav">
<a href="1.htm"><img src="1.png" /></a>
<a href="2.htm"><img src="2.png" /></a>
<a href="2.htm"><img src="3.png" /></a>
</div>
JavaScript:
$('#nav').magnifier({
elements: 'img'
});
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

