Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on September 24, 2015 at 02:33 PM

Section 1 (PHP)

jQuery(document).ready(function($){

  $j = jQuery;



>>>>
Uncaught TypeError: $ is not a function(anonymous function) @ app.js?ver=1.0.0:1

>>>>
Which refers to: $(document).ready(function($){


Form settings:
AJAX	
  Load and save form builder page with AJAX	

Is checked. 

functions.php
	wp_deregister_script( 'jquery' );
  wp_register_script( 'jquery', ( 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' ), false, null, true );
  wp_enqueue_script( 'jquery' );

app.js
$(document).ready(function($){
  $j = jQuery;