http://jqueryui.com/tabs/#manipulation doesn't work with jquery-1.9.0.js
- Try the http://jqueryui.com/tabs/#manipulation sources
(So far so good)
- Replace the
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
with
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
- Try the sample again.
ACTUAL BEHAVIOR: the close ('X') buttons don't work.
EXPECTED: the tab should be closed on 'X' button click