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

Search In

How to check a value exist in an array or not using jQuery?

Hello friends, Today we learn how to check a value exist an array or not.  In jQuery, $.inArray() method is used to check the value exist in an array or not. If value exist it will return the index of the value and if the value not exist in arr

How to initiate Skype call through your android app

To initiate a skype call through your android app please add the code mentioned below :- The third line Uri skypeUri = Uri.parse("skype:" + number + "?call");  in the code below helps you to make call but  if you need video call then

How to Open 2 Folder Paths in Ruby Program without any Errors Showing

require "net/ssh" require 'net/ssh/shell' require 'capistrano/rails' require 'sshkit' require 'sshkit/dsl' include SSHKit::DSL @hostname = "lwa1001.env-10-100-222.iagcloud" @username = "admin" @password = "password1" @cmd = "ls -la" res = "" ssh =

Problem based on OOP's of C++

Please solve the problems I'm not getting the output? Please its request 1.Swap to add hours,min,secof time t1 withhours,min and sec ot time t2 2.oveload + operator using member function for 2 strings 3.overload <= operator using member function f

issue with implementing AdMob ads

after testing the game in a device , it exit after opening it directly in case of deleting the AdMob Plugin , then the game works fine after some researches , we found that the problem is because of the manifest files there`s 2 manifest files in m

Need Spine Plugin for ImpactJS

I have found this cool plugin (https://github.com/aceangel3k/Spine) for using Spine animations (http://esotericsoftware.com/) in ImpactJS (impactjs.com). But this plugin has a lot of bugs mainly scaling of child bones to parent bones. Can You pleas

On paste event in javascript.

I am using a telerik editor control in my web app which by default has On Paste (Ctrl + V) event handler which open a dialog box. It is working in latest version of IE(Edge), Firefox and Chrome. But I need to make it support in IE 7 and 8. In IE 7 an

How to find a string inside another string using Javascript

Suppose you have two strings and you need if they contains same words. Then in this case you have to use 'strName.indexOf' function. Let's consider the example below:- var MyString= "I'm explaining string match on findnerd portral"; var Find = My

What is the difference between '|' and '||' operators

Hello Reader's you might have seen the coding standard with the common syntax | and || is used. These are the syntax used for checking the conditions and sub conditions. The first | is called as bit wise Operator. It is used to make the condition be

How to add class to first element with jquery?

To add class to first child of an element you will use :first selector as follow: $(selectorname:first).addclass('classname'); For example: <div class="demo"> <p>hello</p> <p>hiii</p> </div> If you want to ad

1 27 115
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: