http://jqueryui.com/tabs/#manipulation doesn't work with jquery-1.9.0.js

http://jqueryui.com/tabs/#manipulation doesn't work with jquery-1.9.0.js

  1. Try the http://jqueryui.com/tabs/#manipulation sources
    (So far so good)



  2. 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>





  3. Try the sample again.
    ACTUAL BEHAVIOR: the close ('X') buttons don't work.
    EXPECTED: the tab should be closed on 'X' button click