This question is locked. New answers and comments are not allowed.
Hi all,
I have numeric textbox in my partial view and all scripts included in master page. It renders on page with spinners, but unfortunately nothing happens when using spinners. JS files are loaded, but in html source I see that script registar don't generating code for it. I got
//<![CDATA[
jQuery(document).ready(function(){
});
//]]>
What can I do? Could be the reason that I'm using many inline scripts in partials?