Giter VIP home page Giter VIP logo

screwdefaultbuttonsv2's People

Contributors

mattsolano avatar schne324 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

screwdefaultbuttonsv2's Issues

checked state does not work

If a radio has checked="checked" it does not remain checked. ScrewDefaultButtons always checks the last option for some reason.

jQuery 1.9 support

$.browser isn't supported anymore
to detect IE 7 or 8.
'''js
if (!$.support.leadingWhitespace) {
''''
could be used, but maybe a proper support attribute should be looked for.

label not working

v 2.0.6 + jquery 2.0 - click on checkbox label doesn't work
v 2.0.5 is ok

[enhancement] Add missing bower.json.

Hey, maintainer(s) of mattSOLANO/ScrewDefaultButtonsV2!

We at VersionEye are working hard to keep up the quality of the bower's registry.

We just finished our initial analysis of the quality of the Bower.io registry:

7530 - registered packages, 224 of them doesnt exists anymore;

We analysed 7306 existing packages and 1070 of them don't have bower.json on the master branch ( that's where a Bower client pulls a data ).

Sadly, your library mattSOLANO/ScrewDefaultButtonsV2 is one of them.

Can you spare 15 minutes to help us to make Bower better?

Just add a new file bower.json and change attributes.

{
  "name": "mattSOLANO/ScrewDefaultButtonsV2",
  "version": "1.0.0",
  "main": "path/to/main.css",
  "description": "please add it",
  "license": "Eclipse",
  "ignore": [
    ".jshintrc",
    "**/*.txt"
  ],
  "dependencies": {
    "<dependency_name>": "<semantic_version>",
    "<dependency_name>": "<Local_folder>",
    "<dependency_name>": "<package>"
  },
  "devDependencies": {
    "<test-framework-name>": "<version>"
  }
}

Read more about bower.json on the official spefication and nodejs semver library has great examples of proper versioning.

NB! Please validate your bower.json with jsonlint before commiting your updates.

Thank you!

Timo,
twitter: @versioneye
email: [email protected]
VersionEye - no more legacy software!

ScrewDefaultButtonsV2 with HTML5 Validation

Had some issues with using alongside HTML5 Validation. The messages wouldn't display.

Switched lines 38 from:
$this.wrap('

').css({'display': 'none'});
To:
$this.wrap('
').css({'opacity': 0});

The browser default validation messages now display.
Maybe worth updating if you like!

Cheers for the plugin.
Dave

onclick Conflict

Hi there and thanks for this awesome plugin! I'm trying to implement it with Gravity Forms and am running into some conflicts with the onclick action for conditional fields.

For example, I have a field set to hide unless a certain radio or checkbox is selected. Your plugin seems to inherit the onclick action to the wrapping div around the input, but the input within still has the onclick action too. So, it takes two clicks to activate the conditional logic built by Gravity Forms and the hidden field will not show until the checkbox/radio state is now inactive which doesn't look very good.

I tried unbinding the onclick action for both the contained input and the div wrapper but this doesn't work either.

I'm wondering if you have any ideas on a solution for this?

Many thanks,
Jonah

Hover effect?

Is it possible to create a hover effect? I think this is quite important and should be included. I'm thinking double the width of the sprite and simply make it change the CSS background-position.

Recursion problem

In case you have input wrapped inside label, Chrome will crash and Firefox will report that there is too many recursion.

This can be fixed by moving input out of label, but many times designer prepare design in different manner (label>input).

This is not critical but is annoying. Thanks

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.