Tagged Questions
2
votes
0answers
65 views
jQuery plugin boilerplate jquib - critics please
Inspired by jqueryboilerplate.com I extended their boilerplate to fit my needs. Comming from the PHP development I wanted to have good starting point for writing jQuery plugins with a defined ...
2
votes
1answer
157 views
Creating JavaScript API for first time; request review
I am creating a commercial API for the first time for responsive webpages/web applications (mobile devices).
I am new and, sadly, working alone as well as new to Javascript (long complicated story).
...
0
votes
0answers
50 views
Javascript API - Library Loader
What my API does and Why - A Brief Explanation
I have written a Javascript API that loads and houses libraries of code to do all sorts of things on websites.
Effectively, this is (will be) the base ...
6
votes
2answers
249 views
Javascript api design
I'm working on a site that has a few site design specific widgets like tabs, alerts, messages, autocomplete etc. Unfortunately they're either global functions:
customAlert("message", "buttontext", ...