Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HTML
<div class="slider" id="acclayout">
<script src="Models/AccountInfoModel.js"></script>
<script src="Models/ZipCodeEntityModel.js"></script>
<script src="BusinessDelegates/AccountInfoDelegate.js"></script>
<script src="ViewsConfig/AccountInfoConfig.js"></script>
<div class="slider" id="a"> 
<table a="">  .   . . . </table>br mode="hold" /></div>  



JavaScript
$(function() {
$("#rightContainer").load("biz_AccountInfo #accountInfoLayout");
});


here i use jquery .load method to replace div
My problem is i am getting table view in my page but reference scripts are not working (above scripts) when i put debugger it is not working please help me.
Posted
Updated 27-Oct-14 3:13am
v2

1 solution

When load method used with url AND suffix all scripts are removed before parsing...http://api.jquery.com/load/[^](at Loading Page Fragments)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900