javascript - Applying styles to SharePoint classes not working -
i trying style sharepoint classes on sharepoint 2013 publishing page. when used jquery class want style, error unable proprety 'style' of undefined or null reference
jquery('.ms-inlinesearch-outline-baseline').css('color', 'blue');
i have tried putting above line in jquery document ready function didn't work. tried putting in function , calling with
sp.sod.executefunc('sp.js', 'sp.clientcontext', changecolor);
neither worked. there different script loads ms classes , if how track down?
Comments
Post a Comment