Posts by gbrlsepulveda • 127 points
2 posts
-
8
votes6
answers8101
viewsA: How to take the current date and add "n" minutes in this value?
var data = new Date(), minutos = 3; data.setMinutes(data.getMinutes() + minutos);
-
1
votes2
answers536
viewsA: JQuery effect of scroll ads
May suit your need http://logicbox.net/jquery/simplyscroll/ This library creates an effect that does not exactly the same thing as the question example, but is similar: HTML: <ul…