I have a javacript program that uses lots of (more likely: too many) AJAX
calls. I use the jquery syntax:
$.ajax({
type: "POST",
url: "somescript.php",
success: function(){
alert("Yay!");
},
error: function(){
alert('Boo!');
}
})
The dropdown list of functions at the top of the BBedit edit window lists
every "success" and every "error." Is there a way to exclude them? (This is
a minor annoyance at worst.)
Since I am a sloppy, incompetent, hobbyist programmer, I am open to being
told that the problem is with how I'm writing code.
Thanks!
--
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>