deprecated-themes/diabook/js
Tobias Diekershoff aa199e931f added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
..
OpenLayers.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
README added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery-ui.min.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.ae.image.resize.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.ae.image.resize.min.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.autogrow.textarea.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.cookie.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.mapquery.core.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.mapquery.legend.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.mapquery.mqLayerManager.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.mapquery.mqMousePosition.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.mapquery.mqZoomSlider.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.mousewheel.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00
jquery.tmpl.js added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release 2017-10-19 07:28:16 +02:00

README

jQuery Resize Plugin Demo

Version: v2.1.1
Author: Adeel Ejaz (http://adeelejaz.com/)
License: Dual licensed under MIT and GPL licenses.

Introduction
aeImageResize is a jQuery plugin to dynamically resize the images without distorting the proportions.

Usage:
.aeImageResize( height, width )

height
An integer representing the maximum height for the image.

width
An integer representing the maximum width for the image.

Example
$(function() {
  $( ".resizeme" ).aeImageResize({ height: 250, width: 250 });
});

_______________________________________________________________________________________________

http://javascriptly.com/examples/jquery-grab-bag/autogrow-textarea.html

_______________________________________________________________________________________________

http://jquery.malsup.com/
http://jquery.malsup.com/twitter/