jQWidgets Forums

jQuery UI Widgets Forums Editors ProgressBar How to put progress bar inside table

This topic contains 1 reply, has 1 voice, and was last updated by  houstoniasian 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • houstoniasian
    Participant

    <table class=”tg”>
    <tr>
    <th id=”planName”></th>
    <th id=”completionPercentage”>
    <div style=’margin-top: 10px; overflow: hidden;’ id=’jqxProgressBar’></div>
    </th>
    </tr>
    <tr>
    <td class=”tg-mkvi”></td>
    <td class=”completion”></td>
    </tr>
    <tr>
    <td class=”tg-9vto”></td>
    <td class=”completion”></td>
    </tr>
    </table>

    The above code doesn’t work. Error: Invalid Selector – #jqxProgressBar! Please, check whether the used ID or CSS Class name is correct.

    If I move <div style=’margin-top: 10px; overflow: hidden;’ id=’jqxProgressBar’></div> outside the table, then it works fine.

    How do I fix this?

    Thanks,

    Tan


    houstoniasian
    Participant

    Nevermind…it works…I just don’t know how to delete the topic when I found out it’s not a problem in the first place.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.