|
Project Information
Featured
Downloads
Links
|
What is av-JSLib?amplioVitam JSLib is a pack of cross-browser JavaScript libraries. It has
A new conceptaParser library, which is used in the quickEdit and the autoComplete libraries introduces a new way for initialization of scripts(especially for non-obtrusive ones), and setting of element specific 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
{
editor: 'select',
selectValues: ['Unisex', 'Male', 'Female']
}
#idExtraInfo
{
editor: 'textarea'
}
#idPicture
{
action: 'change.php',
params: 'var=' + element.id + '&val',
fade: 0.5,
condition: 1
}ContactYou can contact with the team members via the e-mail address jslib@ampliovitam.com for any question, suggestion, or anything else. Special ThanksSpecial thanks to E-Quality Enterprise Software Solutions |
for letting us open source the parts of this project developed at their office. 