c# - Add CSS and JS in AJAX-loaded PartialView -


i found many answers similar topics refers partialviews loaded not ajax solutions e.g. htmlhelpers or head section, doesn't work when load partialview ajax.

i wanna add css stylesheet , js script inside ajax-loaded partialview. coded inside partialview , works it's not solution (include scripts , stylesheets inside body).

everything should work fine except validation. need tell jquery new content on order validate it. see asp.net mvc: can use data annotations / validation ajax / jquery call?


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -