My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Changelog for Unwrap extension for jQuery
Copyright © 2009 Todd Northrop
http://www.speednet.biz/

Last updated December 11, 2009

____________________________
Version 1.2 (2009-12-11)

Added .unwrapInner() function replaces the elements of the matched set with their contents.

Modified demo page to add new .unwrapInner() demos and enhance existing demos.

Changed minification to utilize Microsoft Ajax Minifier, rather than YUI Compressor. (For better minification.)


____________________________
Version 1.1 (2009-06-07)

Prevents an unwrap from being performed on a direct child of the body tag (which would delete the body tag).

Improved protection of code when integrating with libraries that also use the $ sign (using jQuery vs. $).

Slight efficiency boost by reducing the number of function calls internally.


____________________________
Version 1.0 (2009-06-07)

Initial release.


__

Change log

r4 by t...@speednet.biz on Dec 11, 2009   Diff
Version 1.2 (2009-12-11)

Added .unwrapInner() function replaces the
elements of the matched set with their
contents.

Modified demo page to add new
.unwrapInner() demos and enhance existing
demos.

Changed minification to utilize Microsoft
Ajax Minifier, rather than YUI Compressor.
...
Go to: 
Project members, sign in to write a code review

Older revisions

r2 by t...@speednet.biz on Sep 10, 2009   Diff
[No log message]
All revisions of this file

File info

Size: 951 bytes, 33 lines
Powered by Google Project Hosting