Add bounce effect on Click of the DIV

Bhaumik Patel 8:43 PM
How to add a bounce effect on the DIV $(function() { //Add bounce effect on Click of the DIV $('#bouncy').click(function()...Read More
Add bounce effect on Click of the DIV Add bounce effect on Click of the DIV Reviewed by Bhaumik Patel on 8:43 PM Rating: 5

Trim in C#

Bhaumik Patel 9:13 PM
Trim in C# using System; public class Program { public static void Main() { Console.WriteLine("Trim in C#\n"...Read More
Trim in C# Trim in C# Reviewed by Bhaumik Patel on 9:13 PM Rating: 5

Drag to draw lines on Canvas

Bhaumik Patel 2:05 AM
Draw a line on mouse drag on a canvas var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d&q...Read More
Drag to draw lines on Canvas Drag to draw lines on Canvas Reviewed by Bhaumik Patel on 2:05 AM Rating: 5

Comparing strings in C#

Bhaumik Patel 8:32 PM
Comparing strings in C# using System; public class Program { public static void Main() { Console.WriteLine("Comp...Read More
Comparing strings in C# Comparing strings in C# Reviewed by Bhaumik Patel on 8:32 PM Rating: 5

Split a string in C#

Bhaumik Patel 8:33 PM
Split a string in C# using System; public class Program { public static void Main() { Console.WriteLine("Split a st...Read More
Split a string in C# Split a string in C# Reviewed by Bhaumik Patel on 8:33 PM Rating: 5