Hi
Just for confirmation, it seems to work ok
Assume we have something like this:
<div id=theContents>
<input type=button id=theButton>
<script>
$('#theButton').kendoButton()
</script>
</div>
If this div is replaced with another copy via ajax (i.e. it's in an MVC partial file) is this safe as far as kendo is concerned?
i.e. when the kendoButton function is called it obviously changes the html around the button but are those changes limited to inside the div, are there stray bits of html floating around outside of the div, possibly at the body level, which could cause problems later?
thanks
Just for confirmation, it seems to work ok
Assume we have something like this:
<div id=theContents>
<input type=button id=theButton>
<script>
$('#theButton').kendoButton()
</script>
</div>
If this div is replaced with another copy via ajax (i.e. it's in an MVC partial file) is this safe as far as kendo is concerned?
i.e. when the kendoButton function is called it obviously changes the html around the button but are those changes limited to inside the div, are there stray bits of html floating around outside of the div, possibly at the body level, which could cause problems later?
thanks