<?php

require "jQueryAnnotate.class.php";
$ja = new jQueryAnnotate();
$ja->delete();
<?php

require "jQueryAnnotate.class.php";
$ja = new jQueryAnnotate();
$ja->get();
<?php

require "jQueryAnnotate.class.php";
$ja = new jQueryAnnotate();
$ja->save();