jQuery .html works but .load causes some weird results.
- by J Harley
Hello,
I am currently working on some jQuery - it works perfectly when I uses .html but when I changed the method to .load and attempt to load a page in breaks the jquery on the rest of the page. Any ideas?
<script type="text/javascript">
$(document).ready(function() {
var $dialog = $('<div></div>')
.load…