Can some one please tell me what I am doing wrong here .I am getting expected identifier error in the background property.
$("#dialogTitleSpan",parent.document).css({
"Background":"url(/"../Images/Test.gif/") no-repeat 4px 4px",
"line-height":"170%",
"padding-left":"28px !important",
"color":"orange",
"padding-top":"30px"
});
Colour coding tells all.
Firstly you have a
/before the quote. Second you have unescaped quotes.Try using single quotes instead.