How to use JQuery with Master Pages?

后端 未结 13 1127
甜味超标
甜味超标 2020-12-04 18:13

I can get simple examples to work fine as long as there\'s no master page involved. All I want to do is click a button and have it say \"hello world\" with the javascript in

13条回答
  •  时光取名叫无心
    2020-12-04 18:36

    Adam's solution is the best. Simple!

    Master page:

        
        
        
        
        
            
    
    

    Content page:

           
     
    
    

    where the button is

    
    

提交回复
热议问题