show a text, when you hover a image 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.

    show a text, when you hover a image

    PE!N
    PE!N
    Forumember


    Posts : 81
    Reputation : 1
    Language : english - arabic

    show a text, when you hover a image Empty show a text, when you hover a image

    Post by PE!N April 13th 2012, 4:15 pm

    hi

    a year ago Unknown Data lend me that code:

    Code:
    $(document).ready(function() {
    $("img[src=IMAGEURL_TO_BADGE]").attr("title","NAME_OF_BADGE");
    });

    my question is how i can make it working in the javascript page??

    thanx
    avatar
    Guest
    Guest


    show a text, when you hover a image Empty Re: show a text, when you hover a image

    Post by Guest April 13th 2012, 6:01 pm

    Hi!

    What do you meant? Javascript page ins't a content page. HTML page is a content page, designed by you. JS is just a language full of functions, it just apply a function on HTML codes.

    So, can you re-write your question in more simple? Very Happy