Skip to main content

Bug Tracker

Side navigation

#2214 closed enhancement (fixed)

Opened January 22, 2008 04:48PM UTC

Closed April 18, 2008 01:11AM UTC

[magnifier] add option for which elements to magnify

Reported by: scottgonzalez Owned by: scottgonzalez
Priority: major Milestone: 1.2.3
Component: effects Version: 1.2.2
Keywords: magnifier Cc:
Blocked by: Blocking:
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 (1)
  • elements.patch (0.7 KB) - added by scottgonzalez January 22, 2008 04:49PM UTC.
Change History (5)

Changed January 25, 2008 05:06PM UTC by scott.gonzal comment:1

keywords: → magnifier
need: ReviewCommit
type: bugenhancement

Changed March 14, 2008 02:30AM UTC by scott.gonzal comment:2

owner: → paul

Changed April 17, 2008 12:55PM UTC by paul comment:3

owner: paulscott.gonzalez

Changed April 17, 2008 12:55PM UTC by paul comment:4

Good fix, please commit it :)

Changed April 18, 2008 01:11AM UTC by scott.gonzal comment:5

resolution: → fixed
status: newclosed

Fixed in [5267].