Tom e
Tom e

Reputation: 21

Moving JSFiddle codes to my website

This is probably a very basic question but I'm starting out building a website and I am struggling to move a tablesorter I'm creating on JSFiddle to my website I'm building on Wix.com

On wix you can just add HTML codes, so I'm struggling with the JavaScript codes. All the coding I've done just shows the text and the Java doesn't work.

Any help would really be beneficial.

The link to the tablesorter = jsfiddle.net/tome98/abkNM/5955/

Upvotes: 0

Views: 541

Answers (2)

zalun
zalun

Reputation: 4891

Click on [Run] button and in another tab open the jsfiddle.net/draft/ . This will show the latest result without any iframe.

Upvotes: 0

AshBringer
AshBringer

Reputation: 2673

You can add /show after your jsfiddle url and see the code of the page.

In your case :

jsfiddle.net/tome98/abkNM/5955/show/ 

Right click -> Code of page

More here

Upvotes: 1

Related Questions