javascript Programming Glossary: aspectratio
jQuery resize to aspect ratio http://stackoverflow.com/questions/1682495/jquery-resize-to-aspect-ratio originalHeight if currentHeight 0 return newHeight var aspectRatio currentWidth currentHeight return newHeight aspectRatio Make.. aspectRatio currentWidth currentHeight return newHeight aspectRatio Make sure you use the ORIGINAL values for the image otherwise.. jQuery.fn.resizeHeightMaintainRatio function newHeight var aspectRatio this .data 'aspectRatio' if aspectRatio undefined aspectRatio..
Cross-Browser Javascript XML Parsing http://stackoverflow.com/questions/7949752/cross-browser-javascript-xml-parsing
|