jquery ui dialog with large table dataset

by nickadeemus2002

HTML

<link rel="stylesheet" href="http://code.jquery.com/ui/1.8.21/themes/base/jquery-ui.css">
<link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css">
<div id="contents"><a href="url">A link</a></a>

CSS

#wrapper{margin:10px;}

JavaScript

$(function () { 
    $.each($('#contents a'),function(index,value){
            console.log(value)
     });            
});