jquery slider not working on masterpage asp.net

Taig

New Member
\[code\] $(document).ready(function () { $("div#banner_content").jContent({ orientation: 'vertical', easing: "easeOutCirc", duration: 500, auto: true, pause_on_hover: true, direction: 'next' }); });\[/code\]It works fine on another page not using a masterpage\[code\] <div id="banner_content"> <big runat="server" id="slides1"></big> </div>\[/code\]I am adding my content from c# backend When i debug in firebug i get this error in the Error console where as i have no such element on my MasterPage
y4Ipt.png
NOTE: All my scripts are working fine as i have tested the code on another page
 
Back
Top