Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Yannick Smits 321 posts 718 karma points
    Sep 18, 2013 @ 01:18
    Yannick Smits
    0

    always shows results based on IP

    Whatever I enter in the searchbox, after a postback I always get the town coupled to my IP.

    For some reason I don't yet understand the code that binds the form submit is never executed.

    No js errors show up in the firebug console. Just refreshing the page on Find

    ps: see http://www.cease-therapy.com/make-appointment/ to see the problem in action.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Sep 18, 2013 @ 10:03
    Tim Geyssens
    0

    Maybe you changed the id's or classes, there should be an event hooked to the click of the button that does it async but in your case it just does a normal submit and it just reloads the page.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Sep 18, 2013 @ 10:05
    Tim Geyssens
    0

    Js code uses $('#finder-form').submit(function(){

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Sep 18, 2013 @ 10:06
    Tim Geyssens
    100

    But looks like you have nested forms so that is the problem :)

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Sep 18, 2013 @ 10:07
    Tim Geyssens
    1

    And wouldn't hurt to use imagegen on the member images since they take a while to load

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies