weird thing. working fiddle doesn’t work on html [closed]

From your JSbin, it seems you’re missing to add jQuery UI css file.

<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>

Once added it is working. See the corrected JSBin link

Leave a Comment