Git Product home page Git Product logo

dabby's Introduction

Hexydec Logo

My name is Will Earp, alias Hexydec, I am a full stack developer based in the UK. I have always had a passion for technology, and was lucky to be in my mid-teens when the Internet started to become a thing.

About Me

After developing a personal website using Microsoft Frontpage (before promptly binning it to edit the raw HTML), I landed job as a web designer in 1998, and haven't stopped developing since.

I love to craft bespoke solutions, that have been implemented from the ground up to produce robust, maintainable and efficient solutions. I have a passion for website performance and databases.

I now use my skills to help make the internet a safer place as Digital Experience Manager at SWGfL, and to develop free software.

Free Software

I have a number of software packages that I have developed which you can use in your projects for free. See my repositories below.

Stats

Hexydec's GitHub stats

Hexydec's language stats

dabby's People

Contributors

dependabot[bot] avatar hexydec avatar maicol07 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

theperfectwill

dabby's Issues

How can I parse html that includes javascript code

Hello:

$(selector).load(url[, success]), does not parse the referenced scripts of the form <script src="../script.js"></script> as jQuery does. Would it be possible to include this functionality?

Thank you very much for your attention.

Carlos

Add typings

Add typings to enable IDEs autocompletion

css('value', '') doesn't reset the value

When using css() function in jquery, giving empty value will reset the inline style.
For example:


$(div).css('margin-top', '') would result in

In dabby, the value isn't removed. Is this a desirable behavior?

Thanks,

toggleClass 2nd argument

In jquery toggleClass can take a second argument - boolean, which value is used to toggle class - even if it doesn't change anything. I see it implemented in the readme but seems to be not working.

`
$.fn.toggleClassDefault = $.fn.toggleClass;

$.fn.toggleClass = function(selector, value) {
if (value === true) {
this.addClass(selector)
} else if (value === false) {
this.removeClass(selector)
} else {
this.toggleClassDefault(selector)
}
}`
works as temporary fix

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.