html5 flip switch
The Fine Art of Web Development by Martin Ivanov
X-Switch is a HTML5 Web Component for creating beautiful and skinnable multipurpose flip switches out of the box as simple HTML tags and small, but powerful native JavaScript API: [sourcecode language=”html”] <acidjs-xswitch></acidjs-xswitch> <acidjs-xswitch labeloff="aus" labelon="ein"></acidjs-xswitch> <acidjs-xswitch mode="on" labeloff="aus" labelon="ein"></acidjs-xswitch> <acidjs-xswitch mode="off" labeloff="изкл" labelon="вкл"></acidjs-xswitch> <acidjs-xswitch enabled="false"></acidjs-xswitch> <acidjs-xswitch mode="on" enabled="false"></acidjs-xswitch> <acidjs-xswitch labeloff=" " labelon=" "></acidjs-xswitch> [/sourcecode] HTML … Continue reading “Flip Switcher HTML5 Web Component”
Categories and Tags
Links
© 2006 - 2025 Martin Ivanov