My code has started giving an "object expected" javascript error, though it was working well before. It is still working fine in another solution.
I have tried changing the contents of the rest of the code, and I am still getting the exception. The script giving the exception is the following:
< script type="text/javascript" charset="utf-8" >
$(document).ready(function ()
{
////code comes here
});
< /script >