Error fullscreen List view makes 'click event' double.

Error fullscreen List view makes 'click event' double.

I create a very long list view, and when clicked, the list is displayed fullscreen. The problem is, after I select something from the list, my link which has event click, is doubled. I click once, but the event happens twice.

Here's the sample: http://jsfiddle.net/Ywq4X/4/

Now, when I remove $(document).bind('pageinit', function() {
and place <script>...</script> to the bottom of the page, the problem is gone.

What is happening?

isn't $(document).bind('pageinit', function() { supposed to be the replacement of jquery document ready?