Tagged Questions
8
votes
7answers
4k views
is there an easy way to convert jquery code to javascript?
hopefully the question doesn't sound stupid, but there are lots of examples out there of achieving certain things in javascript/dom using jQuery. Using jQuery is not always an option (or even a want) ...
2
votes
4answers
124 views
Code to html converter
What is good free tool (both online, offline) to convert code (could be also html code) text snippet (already formatted) to html with code highlighting (keywords at least) and keep original formatting ...
2
votes
1answer
3k views
Convert JavaScript code to VBScript code?
I have been given a task to convert code that is written in JavaScript over to VBScript.
It is actually quite basic code and it is really just the syntax that needs to be converted.
For example
if ...