Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Auto Layout Using Visual Format Language In Swift

Hi All, You can add auto layout constraints by using Storyboard Interface OR by adding constraints dynamically. There are three ways to add constraint dynamically (as per Apple Inc.) Visual Format Language is one of the way is used to add autolay

C# : How to create a folder if it does not exist ?

Many times in application development using C# it is required to create a folder if it does not exist. We can use the below method of C# to accomplish the same: System.IO.Directory.CreateDirectory(folderPath); Following is the code for creation of

Introducing addClass method and toggle function in jquery

addClass() method adds one or many methods or class to the paragraph or the element you are using,This method will not remove the class but it adds another class by using different attributes. Users and also add toggle function to it. It will added t

jQuery html() Method

The html() method is used to return the content  of a particular  elements and it returns the content of first matched element. It overwrites the content of matched elements.   <!DOCTYPE html> <html> <

How to use the jQuery validate() to validate the reset password form.

This tutorial will help to setup front-end form validation for reset password form using jQuery validate() in a short time. This tutorial carries very basic and clear instructions to help anyone in implementing some validation on their reset password

How to push values in array in jQuery?

Sometimes we need to insert valuse in an array, we can do this by using push() method of jQuery very easily. Example     <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <

Recursion in C

Recursion is the process which repeat itself until some condition is reached otherwise it gets repeated again and again.   In programming languages, if a program allows to call a function inside the same function, then it is called a recursive

Pass element id that triggers `onclick` event to the event handling function

When we apply onclick event to an element, sometimes we need to pass ID of that element to the event handling function. We can do this by passing id to function as this.id or we can pass the element itself. Example: In the below example I've cre

Bind method

Bind method is used for attaching an event handler to a document.As shown below click,double click,mouse enter, mouse leave are event handlers directly attached to the document. <!doctype html> <html lang="en"> <head> <meta c

eq event

eq ( ) method in jquerry is used for indexing purpose.Given a jQuery object that represents a set of DOM elements, the .eq() method constructs a new jQuery object from one element within that set. The supplied index identifies the position of this el

1 117 287
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: