Tag: javascript

Adding JS libraries in Laravel

Adding a library in Laravel To add with npm the library needs to be included and compiled with...

John H John H
~1 minute

Adding JS libraries in Laravel

Adding a library in Laravel To add with npm the library needs to be included and compiled with...

John H John H
~1 minute

Ajax JSON obj to HTML template Using Vue JS

I wanted to take a simple results set from a database using php, return that result set back as a...

John H John H
6 minutes

Javascript ROI Calculator

I created a little calculator tool in JS that a user can input their cost, and gains and get the...

John H John H
3 minutes

HTML checkbox submit a value if not checked using JQuery

HTML checkboxes are horrible. If they are checked - they will submit a value, but if they aren't...

John H John H
2 minutes

Product Configurator Using JSON and JS

The functionality of the simple Javascript configurator was extended to utilize JSON for data...

John H John H
~1 minute

Product Configurator using Javascript

This basic configuration allows for two arrays of images to be overlaid on each other and use...

John H John H
~1 minute

Fix Sorting in Javascript

Normally sort function compare the ascii values of characters.  This becomes and issue when you...

John H John H
~1 minute