Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Get the id to jQuery from the SELECT ?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27825
    BrianZet
    Member

    Hi all

    I’m stuck here and I can’t figure this one out.
    I have an <li> and when I hover over it, it appends a div called <div id="popup"></div>. I would like this popup to show the id that has been fetched from my mysql SELECT further down in the body.

    This code shows kinda what I would like to do, but knows that this is never possible.

    Code:

      ‘.$r[‘indhold’].’

      ‘;
      }
      ?>

    I hope someone understand what I’m trying to do, and can help me out here.

    Thanks in advance.
    Brian.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.