forked from kitikonti/jquery.imageselect
-
Couldn't load subscription status.
- Fork 0
rnixx/jquery.imageselect
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
________________________________________________________________________________
embed in head of document
________________________________________________________________________________
jquery
jquery.imageselect.min.js
jquery.imageselect.min.css
________________________________________________________________________________
to trigger the plugin
________________________________________________________________________________
(function($){
$(function() {
$('select[name="nameOfSelectList"]').imageSelect({
src:{
valueFromOptionA:"srcToImageA.png",
valueFromOptionB:"srcToImageB.png"
},
});
});
})(jQuery);
________________________________________________________________________________
optional
________________________________________________________________________________
you could use the sample.css file from the plugin folder as starting point,
you see a demo using the sample.css file when opening the index.html in a
browser or from http://jsfiddle.net/kitikonti/KNmD2/embedded/result/About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%