Help JavaScript addClass not working with if Else.   
 I have a working example http://jsfiddle.net/ericokeson/vbL8mL...  
 I've changed $('li') to be Appery('raw_html') but the script isn't being applied. 
 Ive tested a simpler script. Appery('raw_html').addClass("good"); and it works perfect. 
 Is there something in my script that is not compatible with Appery? Is there another method of accomplishing this?