code.progysm.com

javascript/jquery

jQuery
	$(opt : string|function|element|document|window) : jqueryObject
	$.ajax(opt : object) : Deferred
	$.ajaxSetup(opt : object)
	$.get(url : string, Function success(data)) : Deferred
	$.getJSON(url : string, success(data) : function) : Deferred
	jQuery(opt : string|function|element|document|window) : jqueryObject

jqueryObject
	jqueryObject.animate(cssProperties : object, timems : number)
	jqueryObject jqueryObject.append(mixed)
	jqueryObject.click()
	jqueryObject.click(clickHandler : function) : jqueryObject
	jqueryObject.hide() : jqueryObject
	jqueryObject.on(events : string, f : function)
	jqueryObject.ready(f : function)
	jqueryObject.removeClass(className : string) : jqueryObject
	jqueryObject.show() : jqueryObject
	jqueryObject.val() : string
	jqueryObject.val([val : string]) : jqueryObject

Plugins
	jqueryObject.autoComplete(opts : object)
		opts:
			source: function(query : string, cb : function) {}
	jqueryObject.autoResize([opts : object])
	jqueryObject.datepicker()
	jqueryObject.dataTable()
	jqueryObject.jmp3([opts : object]) - lecteur mp3 (avec flash)
	jquery-ui
		jqueryObject.draggable() : 1.1.12 = jQuery 1.6+ = IE9+

Version:
    2.2.0 : https://code.jquery.com/jquery-2.2.0.min.js