CSS/Ajax Help

Out of context: Reply #10

  • Started
  • Last post
  • 13 Responses
  • acescence0

    modify the load function as i've noted above and insert the Cufon.replace(); calls. that should style that stuff when the ajax is loaded.

    the slideviewer isn't working because the code that creates the slideviewer is not present nor fires when the ajax content loads.

    move the bit of code that creates the slideviewer into the head of the doc . then change (window).bind to ("#stage").bind and that will apply the slideviewer code whenever #stage's load event fires.

    airey- not sure what i'd recommend. i already knew js before jquery, learned the jquery basics thru the "15 days of jquery" site a long time ago, then read the documentation site front to back

View thread