these above are proprietary(only for jquery) or are common js adv coding writting
I have the book PRO JAVASCRIPT TECHNIQUES Well some code syntax do NOT appear in my knowledge(from other beginning js textbooks), what means:
A)
ajax({
date:...
onSucess:...
B)
//wiki.js
$s.split("&");
// here when "$" used in js?
$("#content").hide();
$.ajax({...
$.param(p),...
$s=tmp[0];
these above are proprietary(only for jquery) or are common js adv coding writting?