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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -