c# - Applying align attribute to table header using Jquery -


i know apply css dom using jquery using .css() , want know there .attr or .att method can assign align attribute table header using jquery. if yes please show me code.

<table> <th > </th> <th > </th> <th > </th> </table> 

here sample code $(element).attr("nameattr",valueattr); can add attribute html element


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -