Friday, July 6, 2012

How to know your jquery version

To check your jquery version just alert this message.

alert($.fn.jquery);

and you will see your jquery version



No comments:

Post a Comment

ASP.NET Core

 Certainly! Here are 10 advanced .NET Core interview questions covering various topics: 1. **ASP.NET Core Middleware Pipeline**: Explain the...