This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><title>Test</title> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript" charset="utf-8"></script> | |
<link rel="stylesheet" href="https://raw.github.com/pixelmatrix/uniform/master/css/uniform.default.css" type="text/css" media="screen"> | |
<script type="text/javascript" src="https://raw.github.com/pixelmatrix/uniform/master/jquery.uniform.js"></script> | |
<script type="text/javascript"> | |
$(function () { | |
$('input').uniform(); | |
}); | |
</script> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><title>Test</title> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript" charset="utf-8"></script> | |
<link rel="stylesheet" href="https://raw.github.com/pixelmatrix/uniform/master/css/uniform.default.css" type="text/css" media="screen"> | |
<script type="text/javascript" src="https://raw.github.com/pixelmatrix/uniform/master/jquery.uniform.js"></script> | |
<script type="text/javascript"> | |
$(function () { | |
$('input').uniform(); | |
}); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><title>Test</title> | |
<!-- jQuery 1.8.x -- using whatever is newest --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> | |
<!-- Using the latest Uniform from the develop branch --> | |
<link rel="stylesheet" href="https://raw.github.com/pixelmatrix/uniform/develop/themes/default/css/uniform.default.css" media="screen"> | |
<script src="https://raw.github.com/pixelmatrix/uniform/develop/jquery.uniform.js"></script> | |
<script> | |
// Uniform every form element | |
$(function () { | |
$('input, select').uniform(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><title>Test</title> | |
<!-- jQuery 1.8.x -- using whatever is newest --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> | |
<!-- Using the latest from the develop branch --> | |
<link rel="stylesheet" href="https://raw.github.com/pixelmatrix/uniform/develop/themes/default/css/uniform.default.css" media="screen"> | |
<script src="https://raw.github.com/pixelmatrix/uniform/develop/jquery.uniform.js"></script> | |
<script> | |
// Uniform every form element | |
$(function () { | |
$('input, select').uniform(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><title>Test</title> | |
<!-- jQuery 1.8.x -- using whatever is newest --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> | |
<!-- Using the latest from the develop branch --> | |
<link rel="stylesheet" href="https://raw.github.com/pixelmatrix/uniform/develop/themes/default/css/uniform.default.css" media="screen"> | |
<script src="https://raw.github.com/pixelmatrix/uniform/develop/jquery.uniform.js"></script> | |
<script> | |
// Uniform every form element | |
$(function () { | |
$('input, select').uniform({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="themes/default/css/uniform.default.css" type="text/css" media="screen"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | |
<script src="jquery.uniform.js"></script> | |
</head> | |
<body> | |
<form method=post action="#" onsubmit="return false"> | |
<button>I am a button</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="themes/default/css/uniform.default.css" type="text/css" media="screen"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | |
<script src="jquery.uniform.js"></script> | |
</head> | |
<body> | |
<a href="#" onclick="alert('link click'); return false;"> | |
<img src="http://mxk.ru/style-admin/images/buttons/save16.png"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><title>Test</title> | |
<!-- jQuery 1.8.x -- using whatever is newest --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> | |
<link rel="stylesheet" href="themes/default/css/uniform.default.css" media="screen"> | |
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css"> | |
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script> | |
<script src="jquery.uniform.js"></script> | |
<script> | |
// Uniform every form element | |
$(function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><title>Test</title> | |
<!-- jQuery 1.8.x -- using whatever is newest --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> | |
<!-- Using the latest Uniform from the develop branch --> | |
<link rel="stylesheet" href="https://raw.github.com/pixelmatrix/uniform/develop/themes/default/css/uniform.default.css" media="screen"> | |
<script src="https://raw.github.com/pixelmatrix/uniform/develop/jquery.uniform.js"></script> | |
<script> | |
// Uniform every form element | |
$(function () { | |
21$('input, select').uniform(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><title>Test</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> | |
<link rel="stylesheet" href="https://raw.github.com/pixelmatrix/uniform/master/themes/default/css/uniform.default.css" media="screen"> | |
<script src="https://raw.github.com/pixelmatrix/uniform/master/jquery.uniform.js"></script> | |
<script> | |
// Uniform every form element | |
$(function () { | |
$('input, select').uniform(); | |
}); | |
</script> |
OlderNewer