Hi,
Well, if you need to use jQuery on your page, you can use following code which will register Kentico
CMS jQuery script on your page:
CMS.GlobalHelper.ScriptHelper.RegisterJQuery(Page)
public static void RegisterJQuery(
Page page
)
Then you can access your elements with following example code:
$j('.xxx') or
jQuery('.xxx')Best regards,
Miroslav Remias.