<p class="wp-block-paragraph">Back to 2017, <a href="https://starsellersword.com/" data-type="link" data-id="https://starsellersword.com/" target="_blank" rel="noopener">Starsellersworld</a> want to develop a new tool for people working in the seller’s store and dealing with shipments directed to customers.</p> <p class="wp-block-paragraph">One of the key work behind every online sellers is to pack and ship the package to the customer, as soon as the order […]
Tag: jquery
Returning function from a promise: unexpected gain
<p class="wp-block-paragraph">I need to define an acceptance test, I need it quickly</p> <p class="wp-block-paragraph">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).</p> <p class="wp-block-paragraph">The acceptance test must ensure every element is rendered, and is what is […]
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 […]