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>
{{{
$('#nav').magnifier({
elements: 'img'
});
Attachments (1)
Change History (5)
Changed January 25, 2008 05:06PM UTC by comment:1
| keywords: | → magnifier |
|---|---|
| need: | Review → Commit |
| type: | bug → enhancement |
Changed March 14, 2008 02:30AM UTC by comment:2
| owner: | → paul |
|---|
Changed April 17, 2008 12:55PM UTC by comment:3
| owner: | paul → scott.gonzalez |
|---|
Changed April 17, 2008 12:55PM UTC by comment:4
Good fix, please commit it :)
Changed April 18, 2008 01:11AM UTC by comment:5
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Fixed in [5267].