Can I use a load() function from inside current $(document).ready() function to load a web page that contains its own $(document).ready() function with its own javascript inside?
This code is working fine with 1.6.3 version , making background white at the div that is applied, but when I update to version 1.7.1 the background does not change to white.