jQuery(document).ready(function(){jQuery('.csn_update_meta').click(function(e){e.preventDefault();jQuery.post('../wp-content/plugins/community-submitted-news-custom/community-submitted-news.php',{csn_story_id:jQuery('#csn_story_id').val(),csn_video:jQuery('#csn_meta_video_value').val(),csn_image:jQuery('#csn_meta_image_value').val(),csn_action:'update_meta'},function(e){if(e.length!=0){jQuery('#ajax-response').html(e);}
else{jQuery('#ajax-response').html('<p>The meta has been updated</p>');}});});jQuery('#csn_form').submit(function(e){e.preventDefault();if(jQuery("#csn_user_url").val().length==0){alert('You need to enter a value into the url text box to continue');}
else{jQuery.post('/wp-content/plugins/community-submitted-news-custom/community-submitted-news.php',{_wpnonce:jQuery('#_wpnonce').val(),_wp_http_referer:jQuery("input[name='_wp_http_referer']").val(),csn_user_name:jQuery("#csn_user_name").val(),csn_user_email:jQuery("#csn_user_email").val(),csn_user_title:jQuery("#csn_user_title").val(),csn_user_story:jQuery("#csn_user_story").val(),csn_user_url:jQuery("#csn_user_url").val(),csn_user_image:jQuery("#csn_user_image").val(),csn_user_video:jQuery("#csn_user_video").val(),csn_user_category:jQuery("#csn_user_category").val(),csn_captcha_code:jQuery("#csn_captcha_code").val()},function(e){if(e.length!=0){jQuery('#csn_user_submission').before(e);}
else{jQuery('#csn_form').html('<p>Thank your for your submission. Click <a href="'+window.location.href+'" id="csn_reload_form">here</a> to submit another story</p>');jQuery('#csn_msg').show();}});}});jQuery('#csn_form').ajaxError(function(e,xhr,settings,exception){alert('There has been an error with your submission. Please reload the page and try again');});jQuery('a#csn_reload_form').click(function(event){event.preventDefault();jQuery('#csn_form').text('[csn_news_form /]')});jQuery('#csn a').click(function(event){if(this.className=='publish'||this.className=='delete'){event.preventDefault();jQuery.post('../wp-content/plugins/community-submitted-news-custom/community-submitted-news.php',{action:this.className,id:this.id},function(e){jQuery('#csn_msg').html(e);jQuery('#csn_msg').show();var row=jQuery(event.target).parents('tr');row.each(function(){jQuery(this).fadeOut('slow',function(e){jQuery(this).remove();});});jQuery(row).fadeOut('slow',function(e){jQuery(row).remove();});setTimeout(function(e){jQuery('#csn_msg').fadeOut('slow');},5000);});}});});
