I use to following line for create the link button in td with append in jquery table .If i use this line the link button does not support to show in Blue color.How to give the Style for that link button like the color as blue?
.append($("<td/>", {'html': '<a href="#" id="id1" style="color:Blue" class="cls1" >Link Button</a>' }))
Use Like this,a Simple Way