Question:Consider the following code snippet:
$('#ul1 li').live('click', function1);
$('#ul1').after('<li id="lastLi">Last item</li>');
Is function1 executed if "lastLi" is clicked? 

A Yes 

B No 

C "lastLi" does not exist. 

D None 

+ Answer
+ Report
Total Preview: 1026

Copyright © 2024. Powered by Intellect Software Ltd