-1
<script type="text/javascript">
$('#btnpopup2').click(function() {
jQuery.noConflict();
$('#SearchPopupWindow1').load("/Service/ServiceList",
function (response, status, xhr) {
$('#SearchPopupWindow1').dialog('open');
});
});
什麼noConflict的'目的()'這個片段?我認爲這會讓人更加困惑,這很有用。 –