vendredi 19 septembre 2014

Zoom any DOM element


Vote count:

0




I have those element:



<div id="foo">
<div class="foo1">Element</div>
<div class="foo2">Element zoomed</div>
</div>


I'm wondering if is there a way for me to zoom any element in DOM.


Js example:



$(function(){
$('#foo .foo2').zoom();
});


I just googled it and didn't find a good answer for that. Some help would be appreciated.



asked 41 secs ago







Zoom any DOM element

Aucun commentaire:

Enregistrer un commentaire