From 77c0564f833ab94d0814e91e31c750832c9987ca Mon Sep 17 00:00:00 2001 From: studgeek Date: Sat, 3 Mar 2012 10:50:34 -0500 Subject: [PATCH] Added tests for the latest version of jQuery (currently 1.7.1). Updated doc to show that it works for 1.7.1 and Firefox 10. --- README.markdown | 4 +-- unit/index.html | 74 ++++++++++++++++++++++++++---------------- unit/jquery-1.4.2.html | 29 +++++++++++++++++ 3 files changed, 77 insertions(+), 30 deletions(-) mode change 100644 => 100755 README.markdown mode change 100644 => 100755 unit/index.html create mode 100755 unit/jquery-1.4.2.html diff --git a/README.markdown b/README.markdown old mode 100644 new mode 100755 index 39deb39..50895f1 --- a/README.markdown +++ b/README.markdown @@ -26,10 +26,10 @@ tested with, what browsers it has been tested in, and where the unit tests reside (so you can test it yourself). ### jQuery Versions ### -1.3.2, 1.4.1, 1.4.2 +1.3.2, 1.4.1, 1.4.2, 1.7.1 ### Browsers Tested ### -Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.1. +Internet Explorer 6-8, Firefox 2-10, Safari 3-4, Chrome, Opera 9.6-10.1. ### Unit Tests ### [http://benalman.com/code/projects/jquery-resize/unit/](http://benalman.com/code/projects/jquery-resize/unit/) diff --git a/unit/index.html b/unit/index.html old mode 100644 new mode 100755 index 98d795b..50895f1 --- a/unit/index.html +++ b/unit/index.html @@ -1,29 +1,47 @@ - - - - jQuery resize event - Unit Tests - - +# jQuery resize event # +[http://benalman.com/projects/jquery-resize-plugin/](http://benalman.com/projects/jquery-resize-plugin/) + +Version: 1.1, Last updated: 3/14/2010 + +With jQuery resize event, you can bind resize event handlers to elements other than window, for super-awesome-resizing-greatness! + +Note that while this plugin works in jQuery 1.3.2, if an element's event callbacks are manually triggered via .trigger( 'resize' ) or .resize() those callbacks may double-fire, due to limitations in the jQuery 1.3.2 special events system. This is not an issue when using jQuery 1.4+. - - - - - - -
-

jQuery resize event - Unit Tests

- Project Home -
-
-

-
-

-

- These unit tests include jQuery .... To view the unit tests using - jQuery 1.4.1, click here, and to view the unit tests using - jQuery 1.3.2, click here. -

-
    - - +Visit the [project page](http://benalman.com/projects/jquery-resize-plugin/) for more information and usage examples! + + +## Documentation ## +[http://benalman.com/code/projects/jquery-resize/docs/](http://benalman.com/code/projects/jquery-resize/docs/) + + +## Examples ## +This working example, complete with fully commented code, illustrates a few +ways in which this plugin can be used. + +[http://benalman.com/code/projects/jquery-resize/examples/resize/](http://benalman.com/code/projects/jquery-resize/examples/resize/) + +## Support and Testing ## +Information about what version or versions of jQuery this plugin has been +tested with, what browsers it has been tested in, and where the unit tests +reside (so you can test it yourself). + +### jQuery Versions ### +1.3.2, 1.4.1, 1.4.2, 1.7.1 + +### Browsers Tested ### +Internet Explorer 6-8, Firefox 2-10, Safari 3-4, Chrome, Opera 9.6-10.1. + +### Unit Tests ### +[http://benalman.com/code/projects/jquery-resize/unit/](http://benalman.com/code/projects/jquery-resize/unit/) + + +## Release History ## + +1.1 - (3/14/2010) Fixed a minor bug that was causing the event to trigger immediately after bind in some circumstances. Also changed $.fn.data to $.data to improve performance. +1.0 - (2/10/2010) Initial release + + +## License ## +Copyright (c) 2010 "Cowboy" Ben Alman +Dual licensed under the MIT and GPL licenses. +[http://benalman.com/about/license/](http://benalman.com/about/license/) diff --git a/unit/jquery-1.4.2.html b/unit/jquery-1.4.2.html new file mode 100755 index 0000000..f08c960 --- /dev/null +++ b/unit/jquery-1.4.2.html @@ -0,0 +1,29 @@ + + + + jQuery resize event - Unit Tests + + + + + + + + + +
    +

    jQuery resize event - Unit Tests

    + Project Home +
    +
    +

    +
    +

    +

    + These unit tests include jQuery .... To view the unit tests using + jQuery 1.4.1, click here, and to view the unit tests using + jQuery 1.3.2, click here. +

    +
      + +