Hi,
My designer gave me code where HTML is created in javascript as part of
a jquery dataTable:
<script>
$(document).ready(function() {
$('#datatable').dataTable( {
....
$('.clientinvoices .dropholder').html('<div
class="opener"></div>*<button class="btn" type="reset">Cancel
Order</button>*');
..
</script>
And I need that button to be a wicket button, is there a way to pass it
a generated link, etc? What would be the best way to deal with this?
Thanks, Jason
My designer gave me code where HTML is created in javascript as part of
a jquery dataTable:
<script>
$(document).ready(function() {
$('#datatable').dataTable( {
....
$('.clientinvoices .dropholder').html('<div
class="opener"></div>*<button class="btn" type="reset">Cancel
Order</button>*');
..
</script>
And I need that button to be a wicket button, is there a way to pass it
a generated link, etc? What would be the best way to deal with this?
Thanks, Jason