forked from rip747/popupwindow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
33 lines (22 loc) · 946 Bytes
/
CHANGELOG
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
02/06/2010
cortfr: Removed concept of profiles, allow settings to be passed in directly.
cortfr: Added modal.
`
02/12/2010
license added
unload events
02/20/2008
fixed bug: commas were missing in front of menubar and height attribute
02/13/2008
added location and menubar settings as suggested by Matthew
01/21/2008
added new setting "createnew" which when set to false will make all popups open in the same window
fixed a major bug where "settings" wasn't vared.
05/14/2007
removed trailing comma in settings that was causing IE to bottom out with an error.
04/04/2007:
added profiles so you don't have to pass the settings for each link anymore.
remove resize as a setting and add the correct setting resizable
removed example text from this file and made an index.htm files to house example.
add example of using profiles to the new examples page.
example pulls the latest jquery library from jquery.com.