Popup with passing variables from database

Popup with passing variables from database

jsamuel89jsamuel89 Posts: 14Questions: 0Answers: 0
edited April 2012 in General
Hi can any one help me out in putting a popup window ,onclicking the element in a datatable??

Sam

Replies

  • koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
    I would

    1) Download something like http://dinbror.dk/bpopup/
    2) Add a click event to the table cells

    [code]
    $ ('#mytable td').live ('click', function() {
    //make popup appear
    });
    [/code]
  • jsamuel89jsamuel89 Posts: 14Questions: 0Answers: 0
    Hi koosvdkolk ,

    Thanks for response.Can you give me some clear examples corresponding to datatables.


    Sam
  • koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
    http://datatables.net/release-datatables/examples/advanced_init/events_post_init.html
  • jsamuel89jsamuel89 Posts: 14Questions: 0Answers: 0
    Ya Got it man Thanks..
This discussion has been closed.