1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max


Sorry, but your account doesn't have permission to do that.

JavaScript: jQuery UI: Add Close button to dynamically added tabs

  1. Clicks today:
    0
  2. Clicks this month:
    1
  3. Overall rating:
    2.00/5

JavaScript » Dynamic HTML — almost 2 years ago
When working with jQuery UI tabs it is really easy to dynamically add tabs. You just use UI's "add" method as specified in the documentation: .tabs( 'add' , url , label , [index] ). But there is no method for dynamically adding a close button so the tabs can be removed. Here is a quick little script I wrote to do just that.

Comments

Your Comment

You must be logged in to post a comment.