Rss Feed
  1. Jquery function passing parameters!!

    Wednesday, 28 November 2012




    php echo $row['id']; ?>">Edit User
    $('a.edit').click(function () {
        var id = $(this).data('id');
        // do something with the id
        return false;
    });

  2. 0 comments:

    Post a Comment