Recommend this page to a friend! |
Download |
Info | Documentation | Files | Download | 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_
Files (15) |
File | Role | Description | ||
---|---|---|---|---|
css (1 file) | ||||
html (5 files) | ||||
imgs (2 files) | ||||
JaSper.js | Class | JaSper core | ||
JaSper_ajax.js | Class | JaSper ajax extension | ||
JaSper_canvas.js | Class | JaSper HTML5 Canvas extension | ||
JaSper_move.js | Class | JaSper objects movement extension | ||
JaSper_rating.js | Class | JaSper rating extension | ||
LICENSE | Lic. | JaSper GPL license | ||
README.md | Doc. | JaSper info |
Files (15) | / | html |
File | Role | Description |
---|---|---|
ajax_ej.html | Data | JaSper ajax example |
ajax_ej_respuesta.php | Data | JaSper ajax example, server part |
canvas_ej.html | Data | JaSper HTML5 Canvas example |
jasper_ej.html | Data | JaSper example |
rating_ej.html | Data | JaSper rating example |
Files (15) | / | imgs |
File | Role | Description |
---|---|---|
ajax-loader.gif | Icon | Animated ajax loader gif |
rating_stars.png | 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.