following code waits till dom ready
jQuery(document).ready(function(){
what do i have to write to simple let the execution of the jquery function wait for 2 seconds after the document is ready?
i need this to narrow down a conflict between multiple instances of a plugin.
THX