Questions tagged [fiddle]

Fiddle is an extension to translate a foreign function interface (FFI) with ruby.

52 questions
0
votes
2 answers

Cannot add foreign key SQL fiddle

Im new to sql, I'm having issues with the foreign key in my table. If any can point out the error, please do, I have no idea what it is.enter image description here CREATE TABLE donut( donutId int(5) NOT NULL, name VARCHAR(20), descriptioin…
0
votes
2 answers

JQuery/JavaScript Drop Down Menu won't work

Okay, so I have a website that I'm trying to make and there's a drop down menu that's supposed to work. I even used one of the answers on here already to get the code for this menu, created all of the appropriate classes and everything, but it still…
-1
votes
1 answer

SQL query returns only 1 row and what is the correct way to join more than three tables?

I'm working on this hotel reservation system. I have multiple table for customer, reservation, bill, rooms, room type, agency. I'm making a receipt. All these tables are connected but I'm only getting a single row of information instead of three…
-1
votes
1 answer

Fiddle jQuery is working on older version, but not the recent one?

` Fiddle link: http://jsfiddle.net/vu6hN/28/ ` Basically, if you expand the window size anything larger than 1230px, you will notice a navigation bar to the right. It's supposed to highlight whichever section you are scrolling on. For some reason,…
Its E
  • 1
  • 2
-1
votes
1 answer

Is there any way to create APIs on jsfiddle and call the same via JS fiddle code?

We want to build a full-stack solution on js fiddle and don't want to use any IDE. One way is to create a frontend on https://jsfiddle.net/ and backend on https://www.mockable.io/ . We will be able to call the hosted APIs on mockable.io from…
Sahil Sharma
  • 3,847
  • 6
  • 48
  • 98
-1
votes
1 answer

How to get Jsfiddles working on a website?

Me and friend are working on a website and we couldn't figure out how to get a JSFiddle get working on a webpage. The problem is, the code is working on JSFiddle, it's working seamlessly. However, when we upload the same thing on our page, we see no…
ps34
  • 183
  • 1
  • 4
  • 13
-3
votes
2 answers

Could you to set project in Fiddle?

This code works in WebStorm, but it doesn't work in jsfiddle: https://jsfiddle.net/fazcen8n/6 It reports the following error: Error: [$injector:nomod] Module 'app' is not available! You either misspelled the module name or forgot to load it. If…
1 2 3
4