CodeLobster IDE
http://codelobster.com/forum/

Help for tooltip into php
http://codelobster.com/forum/viewtopic.php?f=3&t=24117
Page 1 of 1

Author:  Yanez [ Mon Jan 22, 2018 8:01 am ]
Post subject:  Help for tooltip into php

Good morning
could you help me to implement the code (php and javascript) below to insert the tooltip code in the rows th of my table.

I have my script php:

Code:
<table id="list" class="table table-striped table-bordered" cellspacing="0">
                            <thead>
                                <tr>
                                    <th class="col-sm-3"></th>
                                    <th><div align="center">Zone</div></th>
                                    <th><div align="center">City</div></th>
                                    <th><div align="center">Region</div></th>
                                </tr>
                            </thead>


I want to insert TOOLTIP in my lines th for further help.
Thanks

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/