
Search In
You Can Use Below Code to Make A Simple Drop Down In HTML With The Help Of Jquery And CSS
***Jquery***
<script>
$(function(){
$('.DropDown > ul > li').on('click', function(){
$('.DropDown ul ul').slideUp();
$(thi
Here is the CSS for custom checkbox. We can add our own properties in the check box.
HTML-
<div class="radio_input">
<input type='radio' id='r1'name='radios' checked='true'/>
<label for='r1'><span></span>
Mal
Paging in ASP.NET MVC Application
To implement paging on an ASP.NET MVC Application following steps are to followed :-
Step 1 : Create a new C# ASP.NET Web project named Student_Management_System. Select the MVC template option in new ASP.
if anyone configure's virtual hosts on WAMP server helps to run as many separate sites as you want.This includes following quick steps
1.Go to "C:/Windows/System32/drivers/etc" and open the "hosts" file in Notepad. At the bottom of the hosts file, b
While defining and developing web applications one important thing that you have is the configuration file that contains the information and settings of your applications.
This is the basic structure of your configuration file.
<co
In the MVC view we can also bind the values in to the link button if we want.
This will help to manipulate the database values with the help of their primary fields instead of passing the entire model into the action.
We hav
Lazy load jquery spinner is used for the delays loading of images used on the web page. It improves the page load time, by using this plugin user can see the custom effects and data attributes, It is a fast, easy and lightweight script used for loadi
What is jQuery?
jQuery is a lightweight,JavaScript library (write less, do more). The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to acc
In this blog i am explaining how to create a overlay effect in image with the help of css3 . Overlay effect on image is an awesome approach to include some decent interactivity to your website.
In image overlay effect when we take our cursor o
Php Programmers,
Why does the password_verify keep failing ? I checked the myql tbl column name (passwords) and there is no typo.
The $query is able to get the $result querying the db ($result = true).
The password_verify is in this format
