| Recommend this page to a friend! |
| Info | Documentation | Reputation | Support forum | Blog | Links |
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not enough user ratings | Total: 129 | All time: 370 This week: 4 | ||||
| Version | License | JavaScript version | Categories | |||
| jasper 3.0 | GNU General Publi... | 1.7 | HTML, Libraries |
| Description | Author | ||||||||||||||||||||||
This package is a JavaScript framework for Web manipulation. Currently it can |
| ||||||||||||||||||||||
Ejemplo:
$(document).setDebug(true).ready(function(){
$('<body>').evAdd('click', function(ev){
$('//p').toggle();
}).evAdd('mousewheel', function(ev){
if(JaSper.funcs.windowPosition().indexOf('bottom') > -1 && ev.wheelDelta == -3) alert('fin de página');
});
});
_Testeo en Firefox_
In English:
Example:
$(document).setDebug(true).ready(function(){
$('<body>').evAdd('click', function(ev){
$('//p').toggle();
}).evAdd('mousewheel', function(ev){
if(JaSper.funcs.windowPosition().indexOf('bottom') > -1 && ev.wheelDelta == -3) alert('end of page');
});
});
_Tested on Firefox_
| File | Role | Description | ||
|---|---|---|---|---|
| Class | JaSper core | |||
| Class | JaSper ajax extension | |||
| Class | JaSper HTML5 Canvas extension | |||
| Class | JaSper objects movement extension | |||
| Class | JaSper rating extension | |||
| Lic. | JaSper GPL license | |||
| Doc. | JaSper info | |||
| / | html |
| File | Role | Description |
|---|---|---|
| |
Data | JaSper ajax example |
| |
Data | JaSper ajax example, server part |
| |
Data | JaSper HTML5 Canvas example |
| |
Data | JaSper example |
| |
Data | JaSper rating example |
| / | imgs |
| File | Role | Description |
|---|---|---|
| |
Icon | Animated ajax loader gif |
| |
Icon | JaSper rating sprites |
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 0% |
|
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.