Forums

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

Home Forums JavaScript [Solved] Problems with JQuery Ajax return

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

    This is really confusing me.

    I have a JQuery AJAX call which works fine and returns all the data required. It also returns a drop-down box full of data and button to submit whatever is in the drop down box.

    The problem is that I cannot bind a click event to the button returned by the Ajax call. The following code does nothing:

    Code:
    $(“#loadFloor”).click(function(){
    alert(“True”);
    });

    Any ideas? Live example is at http://homepages.shu.ac.uk/~msinkins/ and you click on ‘Furnival’ in the breadcrumbs

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