How to Add Active Navigation Class Based on URL?

Ideally you output this class from the server side, but if you can't... Let's say you have navigation like this: HTML: <nav>     <ul>         <li><a href="/">Home</a></li>    .
Thursday, 24 April 2014
Posted by Jebastin

How to enable paste option in Windows Server 2008 to copy from local machine?

Restart rdpclip.exe in Server machin.
Tuesday, 18 March 2014
Posted by Jebastin

jQuery to load first 5 elements & click "load more" to display next 5 elements

jQuery functionality to load first 5 elements & click "load more" to display next 5 elements. HTML: <ul id="myList">     <li>One</li>     <li>Two</li>     <li>Three</li>    .
Wednesday, 19 February 2014
Posted by Jebastin
Tag :

How to get the class name using jQuery?

Consider the following HTML: <div id="myId" class="myclass"></div> jQuery: var className = $('.myclass').attr('class'); (or) var className = $('#myId').attr('class'); Reference: StackOverflow.c.
Posted by Jebastin
Tag :

Working with jQuery ajax error function

By using the $.ajaxSetup() we can handle the error/exception as mentioned below: $(function() {     $.ajaxSetup({         error: function(jqXHR, exception) {            .
Posted by Jebastin
Tag : ,

List of built-in functions in Javascript

.src td { padding:4px; } The following are the list of pre-defined/built-in functions in Javascript. Number Methods The Number object contains only the default methods that are part of every object's definition. MethodDescription constructor()Returns.
Saturday, 1 February 2014
Posted by Jebastin

Working with Dynamic Pagination in ASP.NET

Pagination is a typical process in data display whereby large sets of data are broken into discrete sections for viewing, more often than not used in conjunction with some type of grid or list component. CSHTML: @using Smp.Web.Common; @inherits umbraco.MacroEngines.DynamicNodeContext @{    .
Wednesday, 29 January 2014
Posted by Jebastin

Link To This Post/Page

Spread The Word

Add this button to your blog:
JJ Technology Solutions

Blog Archive

Trackers

eXTReMe Tracker
facebook

- Copyright © 2025 JJ Technology Solutions - Powered by Source Code Solutions -