Forums

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

Home Forums JavaScript jQuery .load() problem

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27646
    aicos
    Participant

    Hi

    Having an issue on this site:

    http://www.edgerow.com/caroline/ackompanjemang/

    Clicking on the links to the left should do an ajaxy type load into the content divs. This works, but it seems to be broken on every second click.

    Any ideas?

    Thanks in advance.

    #69708
    edgerow
    Member

    Found the solution…

    Changed
    jQuery("li a").click(function() {
    to
    jQuery("li a").live(‘click’, function(){

    Found the solution here:

    http://cakeqs.org/eng/questions/view/aj … loads_page

    Hope this helps someone…

    Thanks for the help aicos!

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