2 times onclick

Out of context: Reply #10

  • Started
  • Last post
  • 17 Responses
  • acescence0

    so, the ajax stuff is working, but your jquery stuff has stopped working? i think the issue is that the window.onload handler may be stomping on jquery. i would try to unify all of your js into one block, and put everything that needs to fire on page load into a jquery $(document).ready() function. as it is, i can't quite figure out how the jquery stuff would be working at all on its own, as you are missing this critical part.

    • could be, but for now i solved the issue i posted here. thanks!janne76
    • yeah, what do i know? nothing, that's whatacescence

View thread