jquery event not work with many div on Opera and Chrome – Photoshop
On my webside I create several div with id="bigger". This div should enlarge div id="text" and load inside (using ajax) next subweb. Here is part of my code: /*ajax*/ function ajax(src, cont){ $.ajax({ url: src, context: document.body, success: function(responseText) {…