Skip to content

Instantly share code, notes, and snippets.

View aminnairi's full-sized avatar
😁

Amin NAIRI aminnairi

😁
View GitHub Profile
@aminnairi
aminnairi / MaterializeSelect.js
Last active March 5, 2021 16:17
Vue.js wrapper for the MaterializeCSS's select component
'use strict';
// https://codesandbox.io/s/v37l3k0k53
const Vue = require('vue') // npm install vue
const M = require('materialize-css') // npm install materialize-css@^1.*
Vue.component('MaterializeSelect', {
template: `
<select :value='value'>
@aminnairi
aminnairi / index.php
Last active January 8, 2017 12:21
Démonstration image de captcha avec boutton de rechargement en JQuery
<!-- type de document -->
<!doctype html>
<!-- dialecte -->
<html lang='fr-FR'>
<head>
<!-- encodage -->
<meta charset='utf8'>
<title>Captcha avec bouton de rechargement</title>
</head>
<body>