Script to Remove Style of Table Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Script to Remove Style of Table

    Herry Sudrajat
    Herry Sudrajat
    Forumember


    Male Posts : 57
    Reputation : 48
    Language : Indonesian, English
    Location : ID

    Solved Script to Remove Style of Table

    Post by Herry Sudrajat July 1st 2016, 8:40 pm

    Hello,
    i want to remove last table border, i think this use some script to remove it Very Happy
    anybody help me?

    i want to create my table from this:

    Script to Remove Style of Table Screen10

    to make like this:

    Script to Remove Style of Table Screen11


    Last edited by Herry Sudrajat on July 12th 2016, 6:56 pm; edited 1 time in total
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    Solved Re: Script to Remove Style of Table

    Post by Take Notes July 1st 2016, 8:49 pm

    Can you please elaborate? I do not understand.
    Herry Sudrajat
    Herry Sudrajat
    Forumember


    Male Posts : 57
    Reputation : 48
    Language : Indonesian, English
    Location : ID

    Solved Re: Script to Remove Style of Table

    Post by Herry Sudrajat July 1st 2016, 8:54 pm

    Genesis wrote:Can you please elaborate? I do not understand.

    i want to remove table style border-bottom, but only to last table.
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    Solved Re: Script to Remove Style of Table

    Post by Ace 1 July 1st 2016, 10:48 pm

    Can you give you give a link to the page with that table?
    Herry Sudrajat
    Herry Sudrajat
    Forumember


    Male Posts : 57
    Reputation : 48
    Language : Indonesian, English
    Location : ID

    Solved Re: Script to Remove Style of Table

    Post by Herry Sudrajat July 12th 2016, 6:55 pm

    solved Very Happy
    try this code if you want to just remove last border style:
    Code:
    $(function() {
    $("table td:last").css("border", "none");
    });
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Script to Remove Style of Table

    Post by Ape July 12th 2016, 9:12 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    Script to Remove Style of Table Left1212Script to Remove Style of Table Center11Script to Remove Style of Table Right112
    Script to Remove Style of Table Ape_b110
    Script to Remove Style of Table Ape1010