Smiley selector or picker

i have a comment system of which member can insert smileys which commenting to something )))that works well…Now i want the smileys to be desplayed in a small popup window like the one i have attached in screenshot…and dont know how to make it possible…
i just believe that it got do wit javascript/jquery…
so if u have any idea Help me please))) or any ready script,plugin for this issue …i will appreciate.

yeah, you would be looking for a javascript solution for this likely. Your php could create the div and the content that holds all the smileys and the smiley’s themselves. Your javascript would just be used to open (aka make visible) the smiley window. Then when a user clicks on the smiley javascript will insert the code (smiley) into the cursor position in the textarea or RTE you are working with.