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.
The forum of the forums
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 Fri 1 Jul - 19:10

    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 Tue 12 Jul - 17:26; 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 Fri 1 Jul - 19:19

    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 Fri 1 Jul - 19:24

    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 Fri 1 Jul - 21:18

    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 Tue 12 Jul - 17:25

    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 : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Script to Remove Style of Table

    Post by Ape Tue 12 Jul - 19:42

    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

      Current date/time is Mon 23 Sep - 15:14