Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-05-2008, 10:07 AM   PM User | #1
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
help, jQuery page hangs

on our quiz pages clicking through the pages, just stops and hangs for ages, i am testing on an old pc

here is the page:
http://www.avert.org/sex-quiz.php

here is the code

Code:
<script language="JavaScript" type="text/javascript" src="applications/quiz_app/js/jquery.js"></script>
<script language="JavaScript" type="text/javascript" src="applications/quiz_app/js/quizzes.js"></script>
<link rel='stylesheet' type='text/css' media='screen' href='/applications/quiz_app/css/online-quiz.css' />

<script language="JavaScript" type="text/javascript">
    
    jQuery(document).ready(function(){
        code = '<div id="quiz_container" class="quiz_step_select_level">';
        code += '<div class="quiz_h1_ie_hack"><h1>Sex Quiz</h1></div>';
        code += '<div id="quiz_level_picker">';
        code += '<div class="quiz_h2_ie_hack"><h2>please pick a quiz level</h2></div>';
        code += '<ul>';
        code += '    <li><button type="submit" onclick="startQuiz(\'23\', \'1\');" id="easy" value="1" name="rating" class="mediumBt"><span>easy</span></button></li>';
        code += '    <li><button type="submit" onclick="startQuiz(\'23\', \'2\');" id="medium" value="2" name="rating" class="mediumBt"><span>medium</span></button></li>';
        code += '    <li><button type="submit" onclick="startQuiz(\'23\', \'3\');" id="hard" value="3" name="rating" class="mediumBt"><span>hard</span></button></li>';
        code += '</ul>';
        code += '</div><!-- end quiz_level_picker -->';
        code += '</div><!-- end quiz_step_select_level -->';
        
        jQuery('#content').append(code);
    
    })    
    
</script>

<noscript>
<div id="quiz_noscript">

  <h1>Sex Quiz</h1>
  <div class="quiz_noscript_intro">
  <p>Sorry, Javascript needs to be enabled for this quiz to be played online. You can enable Javascript, or <a href="media/pdf_quizzes/sex_quiz.pdf">download the printable version</a>.</p>
  </div>
  <div id="quiz_noscript_center">

  <img src="media/layout/QuizLinksTop.gif" />
  <div id="quiz_noscript_box">
  <div class="links">
   <h2>Printable version</h2>
   <ul>
    <li><a href="media/pdf_quizzes/sex_quiz.pdf">Sex Quiz</a></li>
   </ul>
  </div>

 </div>
<img src="media/layout/QuizLinksBottom.gif" />
</div>
</div>
</noscript>
 

  
        </div>
jarv is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:41 PM.


Advertisement
Log in to turn off these ads.