Justin Cooney

Web Development Tips and Examples

Category: JQuery

  • Using a FormView control on your ASP.NET WebForms page can be handy to quickly put together a functional page. However, if you are mixing in client-side script such as a JQuery DatePicker control, you should address the naming changes that the FormView control causes.

  • I was looking for a simple and easy to use JavaScript-based Image gallery tool. After comparing some of the options I chose to use Galleria, which you can download and plug into your code as a basic version for free… the Galleria core engine and the classic theme are open to anyone to use without…

  • JSON is one of the most popular ways of transmitting data between a client and server and is more lightweight than its rival XML. There are many ways to access data in a JSON schema, but overall the simplest is to use pure JavaScript. Why not use an abstraction library such as JQuery? For simple…