Tic Tac Toe Game Source Code In Javascript
The code implements a simple version of the Tic Tac Toe game using HTML, CSS, and jQuery. Here's a high-level overview of how the code works, Tic Tac Toe Javascript Source Code. This is also known as noughts and crosses game.
Read MoreSwappable and sortable list in jquery
Sortable JS is basically a JavaScript library to perform list sorting using the drag & drop technique. By using this library you can sort.
Read MoreJavascript show hide div onclick toggle
Javascript toggle method simply toggles the visibility of elements. The matched elements will be revealed or hidden immediately, with no animation, by changing the CSS display property.
Read MoreHow to send additional parameter with form data with ajax
Send form data with ajax, Yes now I am going to introduce one more thing for Ajax. The point is "How to submit additional parameter to the Ajax page with form-data".
Read MoreSplit a string with multiple separators in javascript
How do I split a string with multiple separators in JavaScript? Are you trying to javascript split string into both commas and spaces and other things? But not getting success!. Don't worry, I'll give you the best solution for you.
Read MoreWhat are the technologies used by ajax?
Ajax stands for Asynchronous JavaScript and XML. And I'll tell you what are the technologies used by ajax. The word "asynchronous" means that the user need not wait until the server replies.
Read More