quick image zoom with caption quick image zoom with caption Reviewed by Bhaumik Patel on 7:23 PM Rating: 5

After all ajax calls loading stop

Bhaumik Patel 7:51 PM
Fancybox loading with ajax call var loading = $('#loading'); $.ajaxSetup({ cache: false, beforeSend: function (jqXHR, settin...Read More
After all ajax calls loading stop After all ajax calls loading stop Reviewed by Bhaumik Patel on 7:51 PM Rating: 5
how to get area name mvc controller how to get area name mvc controller Reviewed by Bhaumik Patel on 7:07 PM Rating: 5
UI Culture list and date format and Currency Symbol  UI Culture list and date format and Currency Symbol Reviewed by Bhaumik Patel on 6:06 PM Rating: 5
Change max url request filtering in iss 7 using web.config Change max url request filtering in iss 7 using web.config Reviewed by Bhaumik Patel on 8:32 PM Rating: 5
jquery your school board jquery your school board Reviewed by Bhaumik Patel on 8:15 PM Rating: 5
make your url with hash tag in mvc actionlink with fragment make your url with hash tag in mvc actionlink with fragment Reviewed by Bhaumik Patel on 8:26 PM Rating: 5
Run jquery Only After Entire Page Has Loaded Run jquery Only After Entire Page Has Loaded Reviewed by Bhaumik Patel on 7:21 PM Rating: 5

Get client ip address in jquery

Bhaumik Patel 7:48 PM
Find your IP address using jquery $.getJSON("http://jsonip.com?callback=?", function (data) { alert("Your ip: " + da...Read More
Get client ip address in jquery Get client ip address in jquery Reviewed by Bhaumik Patel on 7:48 PM Rating: 5
checkbox and radio button editor templates in mvc 4 checkbox and radio button editor templates in mvc 4 Reviewed by Bhaumik Patel on 7:32 PM Rating: 5

Responsive media queries css

Bhaumik Patel 8:04 PM
/*------------------------------------------ Responsive Grid Media Queries - 1280, 1024, 768, 480 1280-1024 - desktop (default grid) ...Read More
Responsive media queries css Responsive media queries css Reviewed by Bhaumik Patel on 8:04 PM Rating: 5

RenderPartial vs Partial MVC

Bhaumik Patel 7:59 PM
Html.RenderPartial @{ Html.RenderPartial("ViewName"); } This method result will be directly written to the HTTP response stream...Read More
RenderPartial vs Partial MVC RenderPartial vs Partial MVC Reviewed by Bhaumik Patel on 7:59 PM Rating: 5

Bind dropdownlist in mvc4 razor

Bhaumik Patel 7:01 PM
DropDown Bind in MVC 4 Razor View Make DDLHelper Class public static class DDLHelper { public static IList<SelectListItem> To...Read More
Bind dropdownlist in mvc4 razor Bind dropdownlist in mvc4 razor Reviewed by Bhaumik Patel on 7:01 PM Rating: 5

jQuery MsgBox

Bhaumik Patel 9:31 PM
jQuery MsgBox coolest jquery dialog. MsgBox is compatible and fully tested with Safari 4+, Internet Explorer 6+, Firefox 2+, Google Chrome ...Read More
jQuery MsgBox jQuery MsgBox Reviewed by Bhaumik Patel on 9:31 PM Rating: 5

How do I detect IE with jQuery

Bhaumik Patel 8:00 PM
Detect browser type and version using jQuery. For all IE minor versions if ($.browser.msie && parseInt($.browser.version, 10) === ...Read More
How do I detect IE with jQuery How do I detect IE with jQuery Reviewed by Bhaumik Patel on 8:00 PM Rating: 5

convert numbers to words

Bhaumik Patel 8:46 PM
Convert numbers to words var a = ['', 'one ', 'two ', 'three ', 'four ', 'five ', 'si...Read More
convert numbers to words convert numbers to words Reviewed by Bhaumik Patel on 8:46 PM Rating: 5

CSS Click Events

Bhaumik Patel 8:39 PM
CSS Click Events .demo input[type=checkbox]:checked ~ .to-be-changed { color: red; } Read More
CSS Click Events CSS Click Events Reviewed by Bhaumik Patel on 8:39 PM Rating: 5

find a string within substring jQuery

Bhaumik Patel 7:50 PM
string contains substring jquery First Option This indexOf() method will return the position of the match, or -1 if it isn’t found. // ...Read More
find a string within substring jQuery find a string within substring jQuery Reviewed by Bhaumik Patel on 7:50 PM Rating: 5
Cannot convert lambda expression to type 'string' because it is not a delegate type Cannot convert lambda expression to type 'string' because it is not a delegate type Reviewed by Bhaumik Patel on 8:24 PM Rating: 5
Difference between Response.Redirect and Server.Transfer Difference between Response.Redirect and Server.Transfer Reviewed by Bhaumik Patel on 8:31 PM Rating: 5
How to create EditorFor FileUpload in asp.net mvc 4 razor? How to create EditorFor FileUpload in asp.net mvc 4 razor? Reviewed by Bhaumik Patel on 9:30 PM Rating: 5

MVC Using a CDN Bundling and Minification

Bhaumik Patel 8:06 PM
MVC 4 CDN Enable using BundleCollection The follow code replaces the local jQuery bundle with a CDN jQuery bundle. public static void Regi...Read More
MVC Using a CDN Bundling and Minification MVC Using a CDN Bundling and Minification Reviewed by Bhaumik Patel on 8:06 PM Rating: 5
Bundling and Minification BundleTable EnableOptimizations Bundling and Minification BundleTable EnableOptimizations Reviewed by Bhaumik Patel on 7:56 PM Rating: 5

Razor Syntax

Bhaumik Patel 7:51 PM
Razor Syntax New, Simplified View Engine Write fewer lines of code More natural mix code and markup Helpers save you time Compatible...Read More
Razor Syntax Razor Syntax Reviewed by Bhaumik Patel on 7:51 PM Rating: 5