Link to home
Start Free TrialLog in
Avatar of adil ali
adil ali

asked on

How to make code work on browser

https://jsfiddle.net/adilfanta/tzq4yh0m/67/


I am trying to make a crud UI to display in my google chrome browser but for some reason my code is not functioning properly but it is working in my jsfiddle what can I do to solve this looked up many things could not find the right answer
Avatar of Davy Paridaens
Davy Paridaens
Flag of Belgium image

Hi Adil,

Make Sure you host your code on a server that supports Javascript and jQuery. Most of the Time is this some stack like
 Java web application stack (Linux /Tomcat/MySQL/JSP).

regards,

Davy
Use the built in Debugger to test your code (Menu -> More tools -> Developer tools -> Console). This will highlight any errors in your code. You can use console.log( expression) statement in your code to output debug info to the console.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.