Back to 2017, Starsellersworld want to develop a new tool for people working in the seller’s store and dealing with shipments directed to customers. One of the key work behind every online sellers is to pack and ship the package to the customer, as soon as the order is received, accepted, and invoiced. As a […]
Tag: jquery
Returning function from a promise: unexpected gain
I need to define an acceptance test, I need it quickly It is a javascript library based on jQuery, that load a JSON and render a recursive structure populating nested html elements, including label, input, dropdown, etc. (interactive elements). The acceptance test must ensure every element is rendered, and is what is expected by the […]
jQuery context menu
Project on Github code and issues on github: https://github.com/danielecr/jquery-contextual-menu ! Prize June 2014 jsclasses.org innovation award Thanks to this prize I got a book from Addy Osmani, design pattern in javascript. The idea behind context menu Ok, I admit I do not search to much out there if this is available.. A simple jquery plugin […]
jQuery Waiting plugin
This is a simple jQuery plugin for purpose of loading phase of an ajax request or anything else. $(“#testdiv”).waiting({imgsrc:”/files/aj-blue.gif”}); to stop a waiting div $(“#testdiv”).stopWaiting(); TEST DIV CLICK ME […]