Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

adding wicket generated link to javascript

$
0
0
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

Viewing all articles
Browse latest Browse all 5648

Trending Articles