[jQuery] New jQuery Plugin Authoring Pattern

2010-02-28 Thread Milan Adamovsky
o your opinions, feedback, ideas, and suggestions ... Thanks, Milan Adamovsky

[jQuery] Re: Execute script loaded into div from ajax

2008-08-29 Thread Milan Adamovsky
ly be: <script> alert('Dynamically injected code executed and I want to display ' + showHTML()); function showHTML() { $("b").html() } My HTML This should work for you. Note that I haven't tested the dummy code above, but that'