Hi,
We are attempting to use Telerik's built in jquery to do nothing more than write in content from an external URL.
We have the script manager and references in place as outlined here http://www.telerik.com/help/aspnet-ajax/using-jquery.html
However, it isnt working. Its pretty simple -
<div id="agenda"></div>
<script language="javascript" type="text/javascript">
$telerik.$("agenda").append("http://www.ncvhonline.com/AgendaFeed.aspx?EID=1");
</script>
The URL inside the append returns a simple table. What am I doing wrong here? Thanks.
We are attempting to use Telerik's built in jquery to do nothing more than write in content from an external URL.
We have the script manager and references in place as outlined here http://www.telerik.com/help/aspnet-ajax/using-jquery.html
However, it isnt working. Its pretty simple -
<div id="agenda"></div>
<script language="javascript" type="text/javascript">
$telerik.$("agenda").append("http://www.ncvhonline.com/AgendaFeed.aspx?EID=1");
</script>
The URL inside the append returns a simple table. What am I doing wrong here? Thanks.