Giter VIP home page Giter VIP logo

jquery-switchbutton's People

Contributors

faisalbegins avatar nicholeous avatar olance avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-switchbutton's Issues

Enable button css font-resize from jquery

You can allow text resizing from options simply add

// Create our objects: two labels and the button
.css({"font-size": this.options.height + "px"});
.css({"font-size": this.options.height + "px"});

in lines 75 and 76 ;)

Why not?
Best regards

Error in Jquery ui 1.10.3

I get a javascript error under the actual WP Version 3.8.1:

TypeError: x.easing[this.easing] is not a function

If I manually load ui 1.10.2 from google, all is good. Any Idea about this?

Gretings from Germany

Toggle events

Where are the toggle events.. I want to call the functions on each of the events..

working in chrome but not in ie 11

Hi,
I am using your switchButton in my code, it's working fine in chrome but was surprised that it does not work in internet explorer 11.
thanks, your help is appreciated.

help

im making a page redirect with this so if its turned on it will send people to an error page instead of the original page but when its off it will send them back to the normal page. (this is so i can edit my website without ppl visiting it) i want it to toggle the var value true/false when switching the switch and how can i get the page to save the value of it being on or off when its refreshed it stays in the position i had it in? can you help me asap

Triggering a Refresh

Hi there,

I've got a form that hides in a jQuery Dialog, which I copy values to based on a click of an element in the page.

I set the value of the inputs (there is an input[type=checkbox] and a hidden - this is an MVC website) to have the checked / value=true, depending on the hidden fields of the clicked item.

However the switchButton doesn't seem to update / switch itself over when setting the underlying input field. Is there a way to trigger this?

Thanks,
Ben

What are the jquery and jqueryui requirements?

I'm currently unable to get this to work:

$("input[type=checkbox]").switchButton({ checked: false, on_label: "Reviewers and Document Owners", off_label: "Reviewers" });

The errors I'm seeing in Chrome are:

ui.core.js:111 Uncaught TypeError: Cannot set property 'switchButton' of undefined at Function.$.widget (ui.core.js:111) at jquery.switchButton.js:42 at jquery.switchButton.js:306

Not possible to disable the button?

Nice button, :-)
But if i want to disable it, it does not respect the disable="disabled" attribute on the checkBox.
Do i need to do something different?

Underlying checkbox "checked" attribute does not change even though redraw occurs

Hi!

I noticed that jquery.switchButton.js doesn't update the underlying checkbox "checked" attribute even though the event triggering the UI animation is fired. The "examples" site seems to suffer from this:

http://olance.github.io/jQuery-switchButton/

So the underlying input should change to checked="checked" but at the moment it does not.

It appears that the .change() event does not properly fire. I'm not sure why this happens, with Chrome Inspector's JS debugger this.element property "checked" is true :(

I'm using Wicket 6.9.1 with JQueryUI 1.9.1 and jQuery 1.10.1 in my project.

Not working with jquery / ui (latest)

I have tried getting this to work wit my current CDN includes (latest) AND local 1.10.* versions, it breaks with both, but soon as i use the earlier versions included here it works - any ideas?

tx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.