Script to Remove Style of Table
4 posters
Page 1 of 1
Script to Remove Style of Table
Hello,
i want to remove last table border, i think this use some script to remove it
anybody help me?
i want to create my table from this:
to make like this:
i want to remove last table border, i think this use some script to remove it
anybody help me?
i want to create my table from this:
to make like this:
Last edited by Herry Sudrajat on 12.07.16 15:26; edited 1 time in total
Re: Script to Remove Style of Table
Can you please elaborate? I do not understand.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Script to Remove Style of Table
Genesis wrote:Can you please elaborate? I do not understand.
i want to remove table style border-bottom, but only to last table.
Re: Script to Remove Style of Table
solved
try this code if you want to just remove last border style:
try this code if you want to just remove last border style:
- Code:
$(function() {
$("table td:last").css("border", "none");
});
Re: Script to Remove Style of Table
Problem solved & topic archived.
|
Similar topics
» How do I had more than one style to a table?
» announcement and tutorial topic table style on this forum
» Change / Remove Topic Colors Script doesn't work
» Script Src
» Suggested Script (Need Someone that can read script)
» announcement and tutorial topic table style on this forum
» Change / Remove Topic Colors Script doesn't work
» Script Src
» Suggested Script (Need Someone that can read script)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum