<?php
function success_category(a){if(a=="true"){$("#page_photos").remove();$.mobile.changePage("/photos/",{transition:"flip",reloadPage:true})}else{alert_message(a,"information",3)}}$("#page_photos_category_add").bind("pageshow",function(){$("#page_photos_category_add p").hide()});
?>