What's new? | Help | Directory | Sign in
Google
             
Join project
Project owners:
  madBYK, snlzkn
Project members:
fgulsahkandemir

amplio-Vita JSLib is a pack of cross-browser JavaScript libraries.

A new concept

aParser library, which is used in the quickEdit and the autoComplete libraries introduces a new way for initialization of scripts(especially for the non-obtrusive ones), and setting of element spesific parameters, via a CSS-JSON hybrid syntax. A sample is below(from a real quickEdit demo):

#idInfo>li>div, #idInfo>li>span
{
	action: 'change.php',
	params: 'var=' + element.id + '&val',
	condition: 1
}
#idGender
{
	type: 'select',
	selectValues: ['Unisex', 'Male', 'Female']
}
#idExtraInfo
{
	type: 'textarea'
}
#idPicture
{
	action: 'change.php',
	params: 'var=' + element.id + '&val',
	fade: 0.5,
	condition: 1
}

Links

You may use the links at the right side to download the project or its parts, to see the online documentation and to reach to the live demos. All files are the most up-to-date ones.

Contact

You can contact with the team members via the e-mail address jslib@amplio-vita.net for any question, suggestion, or anything else.