I am new to jQuery and JSFiddle and tried doing a simple exercise on appendTo’s site for manipulating the DOM: http://learn.appendto.com/lesson/dom-manipulation-101#exercise
I am trying to run the following code in JSFiddle and am not getting the expected tabbed behavior. Am I supposed to include something in the CSS to initialize the jQuery tabs widget?
Here is the JSFiddle: http://jsfiddle.net/albertc44/KhwZS/565/
Moved from a comment.
Is only a styling issue; try to include this
http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/ui-lightness/jquery-ui.css
in your current fiddle.
Is a jQuery Ui css included from a cdn.
Bere is your fiddle updated: http://jsfiddle.net/KhwZS/567/