Giter Club home page Giter Club logo

cookiecutter-jswidget's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on AI/ML projects
  • ๐ŸŒฑ Iโ€™m currently learning PyTorch, Scikit-Learn, Stable Baselines 3, Gymnasium, Godot
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Kaggle competitions
  • ๐Ÿค” Iโ€™m looking for help with getting my daughter to eat her veggies
  • ๐Ÿ’ฌ Ask me about my experiments in teaching a 4-year-old girl math, including complex numbers
  • ๐Ÿ“ซ How to reach me: Twitter @audreyfeldroy
  • ๐Ÿ˜„ Pronouns: she/her
  • โšก Fun fact: I met my husband @pydanny at PyCon 2010

cookiecutter-jswidget's People

Contributors

audreyfeldroy avatar carlesso avatar joscha avatar kane-thornwyrd avatar leobalter avatar marteinn avatar nicolai86 avatar nvartolomei avatar pandawood avatar sindresorhus avatar zenorocha avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cookiecutter-jswidget's Issues

still up to date?

it looks good to my eyes ;-) and I used it about a year ago...but, it might be outdated, and if yes, a short message in the README would be nice, maybe even with alternatives...I guess there are still quite some people coming here via cookiecutter webpage..? @audreyr what do you think?

Can't instantiate more than 1 widget on a page

In {{cookiecutter.repo_name}}/src/{{cookiecutter.repo_name}}.js, need to replace this:

this.{{ cookiecutter.className }} = {{ cookiecutter.className }};

with the non-jQuery version of this (borrowed from jQuery Boilerplate's main source file):

      $.fn[pluginName] = function ( options ) {
          return this.each(function () {
              if (!$.data(this, "plugin_" + pluginName)) {
                  $.data(this, "plugin_" + pluginName,
                  new Plugin( this, options ));
              }
          });
      };

Learning JavaScript Design Patterns might have some info about this.

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.