Jörn Zaefferer
dc67d2c5d2
Protect all copyright notices against minification
...
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
(cherry picked from commit 37dcc3e21d
, dropped menu, spinner and tooltip)
2012-04-02 18:14:51 +02:00
felix
6fb584e700
Fixes #6979 - Several components are leaking variables into the global scope.
2012-03-29 18:12:47 -04:00
Scott González
090ce4369d
Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error with href selector.
...
(cherry picked from commit adbc2733bb
)
2012-03-22 13:17:34 -04:00
Scott González
5e3ad8f160
Updated copyright year.
2012-03-19 09:25:07 -04:00
Scott González
83fca58d1c
Updated copyright year.
2011-01-17 09:36:00 -05:00
Scott González
c6394d7afa
Tabs: Pass an element instead of jQuery object on initial show. Fixes #6867 - Inconsistent ui.panel contents for show event of tabs widget.
2011-01-16 16:20:20 -05:00
saks
63ec1152d8
Tabs: Added context to global selectors. Fixed #6710 - tabs module uses global selectors instead of local to "this.element" element.
2010-12-07 16:27:56 -05:00
jenters
c3145b691b
Tab: modified init to display correct content of misordered div when hash present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
2010-10-04 10:40:27 -04:00
Christopher McCulloh
8f22b2b6b3
Tabs: Prevent opening a tab while panels are being animated. Fixes #4771 - Tabs: Occassionally displays multiple tabs when clicked with rotate control using opacity toggle fx.
2010-09-07 13:20:41 -04:00
Scott González
1b31765655
Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with an empty href are enabled in IE6/7.
2010-09-03 13:35:05 -04:00
Scott González
78540e2c0c
Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for remote tabs does not support foreign languages.
2010-09-03 11:35:10 -04:00
ph-ausseil
03eea0e39d
Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.
2010-08-11 23:06:41 -04:00
Scott González
04347e5a0d
Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Problem with JavaScriptPacker.
2010-08-10 18:16:44 -04:00
Scott González
5a8c7e86e1
Tabs: coding standards.
2010-07-28 11:28:14 -04:00
Scott González
5435c50765
Tabs: Fixed select method handling for index of -1.
2010-07-17 18:50:47 -04:00
Scott González
7e03d4ea9d
Tabs: Updated tests.
2010-07-16 20:20:28 -04:00
Tiago Freire
eaddfedd66
Tabs: Fixed a broken commit for #3171 .
2010-07-16 17:40:41 -04:00
Tiago Freire
fde8c64fd3
Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to remove tab by href content, not just by index.
2010-07-16 13:08:09 -04:00
Scott González
8a5d4ca321
All: Added http://jqueryui.com/about to header comments.
2010-07-14 15:45:45 -04:00
Scott González
21aad10e6a
All: Define a local undefined variable inside the main closure.
2010-07-13 09:57:58 -04:00
Scott González
536ae6189b
Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license .
2010-07-09 09:01:04 -04:00
Scott González
fcbf4c0872
Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in closure compiler. Fixes #5576 - invalid increment operand.
2010-05-17 20:48:07 -04:00
Scott González
0de9895595
Tabs: Fixed id generation for cookies.
...
Fixes #5264 - cookie name is: "ui-tabs-[object Object]".
2010-03-04 02:36:43 +00:00
Jörn Zaefferer
a5eab4cc38
Fix for #4451 - ajax tabs error handling
2010-02-24 18:43:33 +00:00
Scott González
f09dbcc2a7
Tabs: Fixed selected tab detection.
...
Fixes #5122 - Bug in ui.tabs.
Thanks th3br41n.
2010-02-06 03:27:09 +00:00
Richard Worth
074153407d
Happy New Year
2010-01-20 14:04:26 +00:00
Scott González
7d96a0d096
Widget factory: Changed _create to _init.
...
Partial fix for #5064 - Widget: make multiple instantiation more useful.
2010-01-15 18:58:20 +00:00
Scott González
90fb45dffa
Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu; including menu static tests).
2010-01-07 03:19:50 +00:00
Richard Worth
41749bf122
Fixed #4960 - Tabs: wrong selected tab index
2009-12-31 13:43:54 +00:00
Scott González
9a786e03a1
Tabs: fixed to work with empty nav list again.
...
Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically.
2009-12-25 18:25:46 +00:00
Scott González
06e29401b8
Split mouse into its own file and udpdated dependency lists.
...
Fixes #5023 - Split mouse code into its own file.
2009-12-22 19:51:24 +00:00
Scott González
73191c2bea
Tabs: Removed deprecated deselctable option (use collapsible instead).
...
Fixes #4031 - Tabs: Remove deselectable option
2009-11-13 18:29:08 +00:00
Scott González
18e256849c
Tabs: Never remove the ui-state-default class when switching tabs.
...
Fixes #4815 - Tabs: each tab needs to have state ui-state-default.
2009-11-13 03:18:55 +00:00
Scott González
bff49fac18
Tabs: Made detection of navigation more flexible - now the first descendant list (ul or ol) found will be used instead of forcing it to be the first child ul.
...
Fixes #4501 - Tabs should work with ordered lists (<ol>) in addition to unordered (<ul>)
Fixes #4506 - tabs(): allow more flexibility in specifying what list is used
2009-11-09 02:36:32 +00:00
Richard Worth
7f3e20b2b2
Tabs: fixed to use a counter for unique ids instead of relying on $.data(elem), which in 1.4 won't return an id. Thanks Mark Gibson.
2009-10-17 01:27:02 +00:00
Richard Worth
e2d873e6f0
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
2009-09-17 10:39:12 +00:00