Giter Site home page Giter Site logo

javascript-4's Introduction

javascript

A bunch of code that I have been writing while practicing JavaScript

1.Cloned example from : https://github.com/scruffles/BootstrapModalPopover.git: into:modal_popover_sandbox

~~The example above in modal_popover_sandbox would work by opening the index.html in a browser only if your have your~~ ~~browser~~
~~configured to open local file without CORS exception:~~
~~In MAC:~~
~~open /Applications/Google\ Chrome.app --args --allow-file-access-from-files~~

Better to run in an nodejs express server

Run the app with 
```node app.js```
Install node.js if the above command doesn't work

Then open localhost:8080 in your browser

2.Collected another example from : https://github.com/kartik-v/bootstrap-popover-x.git: into: bootstrap-popover-modal-example2 This is plain old popover with a close icon on the right top corner. Not worth it as compared to the code in modal_popover_sandbox

3.Example of using jsonp: wikipedia_searcher jsonp is a combination of script tag and callback that returns when the callback loads. jsonp is used as a workaround for same-origin policy of browsers for security. In this code base we use jsonp with wikipedia api

  1. Added d3 examples for maps and bubble chart

javascript-4's People

Contributors

aksinghdce avatar

Watchers

 avatar  avatar

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.