in reference to
in my case i was using an empty href and it was causing documents.ready to fire again. Here is my html:
<li><a onclick="numberOfmonthsToloadInDatabase(this)" href="" id="12Monat">12 Monat</a></li>
and when i removed it then it did not fire document.ready. I don't understand this behaviour, any explanation would be very helpful. i couldn't post it in the comments as i do not have enough points to add a comment on any post. Thanks.