Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • in reply to: FOOTER Div Title Display On Hover #1095176

    Finally I’ve found the solution :

    <script type=”text/javascript”>
    /* The first line waits until the page has finished to load and is ready to manipulate */

    (function ($) {
    $(document).ready(function(){
    /* remove the ‘title’ attribute of all tags */
    $(‘#footer [title=”Page 1″]’).removeAttr(“title”);
    });
    }(jQuery));
    </script>

    in reply to: License question #1089820

    Ok perfect.

    Thanks a lot :)

    in reply to: License question #1089585

    Nice,

    I was a bit afraid to have to use an extended one. And just to understand, when does a website need to have the extended license ? I’ve read the all documentation about and it’s not really clear.

    Thanks for your help
    Regards

Viewing 3 posts - 31 through 33 (of 33 total)