This is a migrated thread and some comments may be shown as answers.

[Solved] Numeric text box not working

0 Answers 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
luke
Top achievements
Rank 1
luke asked on 18 Jun 2010, 03:06 PM

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?

Tags
General Discussions
Asked by
luke
Top achievements
Rank 1
Share this question
or