CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   Alternatives to .html() (http://www.codingforums.com/showthread.php?t=152279)

iisthesloth 11-14-2008 10:06 PM

Alternatives to .html()
 
Hey, i'm working on a site now in which i'm having some dynamic html insert in to a div using:

Code:

<script type="text/javascript">
<!--
//$(document).ready(function() {
  $('#dynamicTop').html('<p>my code</p>');
//});
//-->
</script>

This works well, but i'm having some code conflict when a user uses a Telerik form that uses an AJAX function I believe. This is causing the inserted html to disappear. Is their any good alternatives to add in my dynamic html code to my div? Thanks.


All times are GMT +1. The time now is 02:37 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.