Need PHP Javascript Help

by pmrc
5 replies
I am trying to insert a Javascript Tooltip inside of a php chat so that when you hover a users name, the tooltip shows.

Right now it will show on hover but only the info from the latest poster, I need it to show different info for every person that posts.

If you can help me, please send me a message here or on skype, my username is blainjones



Thanks
#javascript #php
  • Profile picture of the author Tim Franklin
    Not sure what your application is here, and without knowing the details, this is just an educated guess, but I would think that using PHP and AJAX might work better, just a guess, but you would certainly need something that would not slow down the users experience, using a lot of <script> tags, can slow down a connection, I have a script right now that uses, javascript and for cross browser integration, it is horrible, what works in IE does not work in Firefox, what works in Safari does not work in Fire fox,

    It is a nightmare, so I am moving as much of the code over to PHP, anything that I can do on the server as opposed to the client side is an advantage.

    hope this helps a little, if you want to lay out more detail you can PM me, )
    Signature
    Bitcoin | Crypto | Blockchain Secrets |
    {{ DiscussionBoard.errors[4132824].message }}
  • Profile picture of the author Silke
    I yhink the best is that you show a part of your code so we can help better.
    {{ DiscussionBoard.errors[4135323].message }}
  • Profile picture of the author brooksyd2
    I would actually recommend something like JQuery along with AJAX. But that's besides the point. As Silke said, we need to see some code to be able to help.
    {{ DiscussionBoard.errors[4135875].message }}
  • Profile picture of the author Alex fered
    What you are talking about is may something impossible...

    Why you are using the ready made software same to your needs?
    {{ DiscussionBoard.errors[4143984].message }}
  • Profile picture of the author rainbowgod
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[4162048].message }}
    • Profile picture of the author davidesamulson
      yes the best is that you show a part of your code so we can help better.
      {{ DiscussionBoard.errors[4162412].message }}

Trending Topics