Commit Graph

134 Commits

Author SHA1 Message Date
FezVrasta
fcd35da52b full color palette + ripples.js (WIP) 2014-12-29 14:33:55 +01:00
Guilherme Rv Coelho
8160bd63e7 Update ripples.js to allow multiple elements using ripples
There was a problem with the last update when two or more elements of the page used the ripple effect. This is fixed with this commit.
2014-12-29 10:30:53 -02:00
Guilherme Rv Coelho
789d3517db Update ripples.js to pass travis validation 2014-12-28 13:52:06 -02:00
Guilherme Rv Coelho
27d1a7a8e5 Update ripples.js to double quotes 2014-12-28 13:36:55 -02:00
Guilherme Rv Coelho
0de9d60e30 Fix #327 on ripples.js and improve structure
I've fixed #327 and I also passed the plugin to a jQuery Boilerplate structure. I only made changes on the structure and not in the functions themselves, so the  code could be a little bit neater, cleaner and intuitive.

Now the plugin can be accessed alone, by doing: 
```javascript
$(selector).ripples();
```

Note: I've removed the default elements targeted by the plugin, for IMHO I think that should be in the initialization, and not in the plugin itself.
2014-12-28 12:41:17 -02:00
FezVrasta
5964b440d0 implement #304 2014-12-18 12:54:59 +01:00
Kyler Berry
8a2322530d 281 added validity check to floating label conditions for number inputs 2014-12-12 11:41:16 -05:00
Takuya Matsuyama
e6fa76f878 Remove click event 2014-12-08 23:41:25 +09:00
Takuya Matsuyama
238d25244b rippleOut on click and touchend 2014-12-07 06:02:08 +09:00
FezVrasta
7bfcf96404 fixed inputs 2014-12-04 14:47:42 +01:00
FezVrasta
20268f7f4a patch for cd55699 2014-12-04 11:35:45 +01:00
FezVrasta
cd55699701 fixed #264 and improved the arrive.js implementation and performances 2014-12-04 11:34:13 +01:00
FezVrasta
6cbb429956 added support to browsers that don't support CSS transitions (#261) 2014-12-04 09:24:36 +01:00
FezVrasta
c8a2602508 fixed problem with input file 2014-12-03 16:02:26 +01:00
FezVrasta
29d26bf567 $.ripples is now optional 2014-12-03 09:55:18 +01:00
FezVrasta
84ff0247c6 implemented toggle buttons #248 2014-12-01 13:29:34 +01:00
FezVrasta
d1c75c7321 fixed #244 and #239 2014-12-01 11:59:48 +01:00
FezVrasta
f7e1e44e64 improved mobile compatibility 2014-11-28 09:35:17 +01:00
FezVrasta
fc0fed6eab Ripples.js rewritten with jQuery + added JS maps 2014-11-26 12:42:41 +01:00
FezVrasta
196ad86f92 fixed #234 2014-11-26 10:18:02 +01:00
FezVrasta
9c1859712a 2nd attempt to fix #161 2014-11-17 10:55:48 +01:00
FezVrasta
2107e1f60a PR #207 2014-11-17 09:14:41 +01:00
FezVrasta
604360b695 fixed #161 2014-11-17 09:08:18 +01:00
FezVrasta
305b4ea378 added support for hints under inputs on focus 2014-11-12 13:22:17 +01:00
FezVrasta
e103ebafc0 Merge remote-tracking branch 'origin/develop' into develop 2014-11-12 11:42:51 +01:00
FezVrasta
b993d0851c fixed #184 2014-11-12 11:42:40 +01:00
Phuc Nguyen
6f1aa7c537 Fix ripple color 2014-11-07 16:20:17 +07:00
FezVrasta
1af15a721d more specific selector to avoid problems 2014-11-04 10:51:29 +01:00
FezVrasta
bc5b862c04 fix for #135 2014-10-30 10:03:10 +01:00
FezVrasta
c127e50fd2 fixed checkbox ripple 2014-10-30 09:34:53 +01:00
Fez Vrasta
ce5ade2395 Merge pull request #159 from npvn/develop
Fix: Floating label is not floated on paste event
2014-10-30 08:56:10 +01:00
FezVrasta
baed28f685 js fix and rename of css to scss 2014-10-29 16:20:53 +01:00
Phuc Nguyen
3777cbb45e Fix: Floating label is not floated on paste event 2014-10-29 17:26:13 +07:00
FezVrasta
1a0a22b41c fixed #148 2014-10-28 14:54:46 +01:00
FezVrasta
a1d00bb35a fix #134 2014-10-28 10:21:00 +01:00
FezVrasta
7585f95121 fix for #133 2014-10-28 08:59:01 +01:00
FezVrasta
07783f3a81 related to #148 2014-10-28 08:45:33 +01:00
FezVrasta
a8eafcaaa0 re-implemented arrive.js 2014-10-19 19:38:31 +02:00
FezVrasta
c26d5e3ce1 refactor of Material.js 2014-10-18 18:12:02 +02:00
FezVrasta
8f957ff9b1 fixed behavior of floating labels 2014-10-18 16:05:05 +02:00
FezVrasta
2dfcc2d21f Fix by @mikenovikov for #129 2014-10-18 15:45:04 +02:00
Phuc Nguyen
140347a464 Merge upstream/develop into card 2014-10-13 18:01:22 +07:00
Phuc Nguyen
a01c08ad84 Trying to fix issue with ripple effect on card image 2014-10-13 16:58:48 +07:00
FezVrasta
2a610b1cfe added support for mobile devices to ripples.js 2014-10-13 10:50:34 +02:00
FezVrasta
7af50af643 improved ripples.js 2014-10-13 09:43:23 +02:00
Phuc Nguyen
881513c029 Add styling for cards (first draft) 2014-10-12 17:28:11 +07:00
Phuc Nguyen
dc62c72de3 Add null check for $ripple 2014-10-12 15:42:56 +07:00
shockwork
958e4a827c fixes #106 - also fixes the jshint errors from prior commit 2014-10-10 10:34:36 +02:00
shockwork
2450dbdc78 fixes #94 - ripple background color 2014-10-10 00:48:13 +02:00
FezVrasta
fc4b8f2da2 Merge remote-tracking branch 'nelsonomuto/master' into develop 2014-10-05 08:55:39 +02:00
FezVrasta
d09279fdb0 fix #76 2014-10-04 08:43:25 +02:00
Nelson Omuto
720479cb1e reverted jshint rules, cleaned up source where it was failing. updating build process errors. TODO: fix livereload 2014-10-03 16:46:56 -04:00
Nelson Omuto
82aae6fbf0 fixing jshint issues, modifying to allow for some not too strict jshint rules, adding grunt newer dependency. 2014-10-03 16:13:48 -04:00
FezVrasta
8f955cb453 fix ripples detection 2014-10-03 13:03:59 +02:00
Pablo Marti
9c79313679 Do not add the ripple effect to all a elements
Sometimes we might not want to have some links "rippled" this patch prevents so. Ideally we'd have the possibility of passing our own set of selectors to ripples.init tho
2014-10-03 16:39:46 +07:00
FezVrasta
8cc954a887 security fix 2014-10-02 11:36:05 +02:00
FezVrasta
242b3eaf35 fixed troubles with "non-click" on browsers different by Chrome, it has still lot of problems... 2014-09-30 10:07:59 +02:00
FezVrasta
40250e0757 fixed problem with new focus effect of checkboxes 2014-09-29 09:32:47 +02:00
Federico Zivolo
ed9eafc96a fixed regex 2014-09-26 13:38:56 +02:00
Federico Zivolo
2c18bd2d13 fixed buttons on safari 2014-09-26 13:22:27 +02:00
Federico Zivolo
13475c58a3 replaced dynamic inputs detection 2014-09-23 11:21:38 +02:00
Federico Zivolo
b0fbe5fd61 fixed bug with new dynamic method for inputs 2014-09-23 11:05:06 +02:00
Federico Zivolo
d101aac960 minor improvement 2014-09-23 10:32:02 +02:00
Federico Zivolo
fbe6dd3f89 added support for dynamically added inputs 2014-09-23 10:28:01 +02:00
Federico Zivolo
fb654ebe89 fix for material wells and for multiple selects 2014-09-23 10:15:40 +02:00
Federico Zivolo
c19199eb88 attempt to fix #26 2014-09-23 10:00:58 +02:00
Federico Zivolo
50a7926b11 fix for #27 2014-09-23 09:56:56 +02:00
Federico Zivolo
9f6cbf347e improved detection of empty fields. 2014-09-22 11:39:24 +02:00
Federico Zivolo
a3a371757c added file input support 2014-09-18 10:40:57 +02:00
Federico Zivolo
68d3fd3be5 fixed links on firefox 2014-09-18 09:18:45 +02:00
FezVrasta
218e4ae779 checkboxes now use only one element 2014-09-17 10:56:21 +02:00
FezVrasta
e4c504b153 Merge remote-tracking branch 'origin/master' 2014-09-17 08:18:16 +02:00
FezVrasta
42494e245b fixed click on firefox 2014-09-17 08:18:00 +02:00
Federico Zivolo
f978575c72 fixed js of checkboxes and radios 2014-09-11 12:37:13 +02:00
Federico Zivolo
4fd7a94a81 js fix 2014-09-08 09:39:40 +02:00
FezVrasta
8c78d8a57b tweaks on inputs 2014-09-07 20:12:16 +02:00
FezVrasta
005bfeb7e6 .box > .check 2014-09-07 13:49:49 +02:00
FezVrasta
cb117d1bb8 checkboxes now don't use js and are more similar to the original ones 2014-09-07 12:59:27 +02:00
Federico Zivolo
19d0c1bede fixed ripples.js on old versions of browsers which not support element.matches 2014-09-05 10:08:47 +02:00
Federico Zivolo
9548af79b3 Fixed problem in RipplesJS 2014-08-25 16:41:22 +02:00
Federico Zivolo
96d11df81f improved transitions. 2014-08-25 13:57:22 +02:00
Federico Zivolo
1023f8f6f9 Rewritten ripples effect, now is standalone.
The ripples effect provided by some jQuery spaghetti now is a standalone plain javascript script, there was some improvements with this new version, for example now multiple ripples are possible.
2014-08-25 13:00:49 +02:00
Federico Zivolo
b00521d291 Moved material-snackbar to separated repository.
If you are looking for it visit it in its new home http://fezvrasta.github.io/snackbarjs/
2014-08-21 10:48:12 +02:00
Federico Zivolo
724dacbcf5 First version of snackbarjs. 2014-08-20 17:00:55 +02:00