jQuery: The Write Less, Do More JavaScript Library

Ticket #2214 (closed enhancement: fixed)

Opened 6 months ago

Last modified 3 months ago

[magnifier] add option for which elements to magnify

Reported by: scott.gonzalez Assigned to: scott.gonzalez
Type: enhancement Priority: major
Milestone: 1.2.3 Component: fx
Version: 1.2.2 Keywords: magnifier
Cc: Needs: Commit

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

elements.patch (0.7 kB) - added by scott.gonzalez 6 months ago.

Change History

Changed 6 months ago by scott.gonzalez

Changed 6 months ago by scott.gonzalez

  • keywords set to magnifier
  • need changed from Review to Commit
  • type changed from bug to enhancement

Changed 4 months ago by scott.gonzalez

  • owner set to paul

Changed 3 months ago by paul

  • owner changed from paul to scott.gonzalez

Changed 3 months ago by paul

Good fix, please commit it :)

Changed 3 months ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to fixed

Fixed in [5267].

Note: See TracTickets for help on using tickets.