NOTICE

Adfly Links not working Find Direct Links HERE

Hey! Anony - Anonymous Chat - New Chat Application In Playstore


Hey! Anony - Anonymous Chat

Hey! Anony is a Simple Private Chat Application where you can meet people around world without sharing your personal details.
Just register with a Username n Password then post a status n Start Exploring! :))
-Free
-No Ads
-Fast
-Simple



0 comments :

Feel free to leave comment if you like above widget, have any questions or just say Hi! :)

MouseHover and other events not working on Disabled Input in FireFox n Sometimes in Chrome - ( Solution )

We solve this situation by adding a JS function and CSS style. We just add an overlay on disabled input field and Run mouse events on it. See demo below for full code

0 comments :

Feel free to leave comment if you like above widget, have any questions or just say Hi! :)

Create / Join / Search a Number of WhatsApp Groups new Android App

Create WhatsApp Groups is a new application on Playstore. It is an innovative app. Here people can Search and Join number of WhatsApp Groups. Not only this you can also create you own Groups.

But only thing is important DONT REMOVE THIS APP FROM YOUR MOBILE if you want request of girls and boys to Join. I think this is not so difficult as this app is very Light in size ( 610KB only ).

How this app Works

1) You make an account by clicking "Sign Up"

2) Then you can Search and Join Groups by clicking on group name then fill Request form.

3) After that Creator of that group will get notification with you name .

4) Then He or She will add in his/her Group.

WEB Application here : http://knockchat.in/cwg/


You can download this App Here


0 comments :

Feel free to leave comment if you like above widget, have any questions or just say Hi! :)

Chat with facebook Online Users Android App

In this android app you can chat with online facebook users in India...Install Now!

0 comments :

Feel free to leave comment if you like above widget, have any questions or just say Hi! :)

Check all checkboxes on check th check box

two functionalities og Demo

1) check all check boxes in TD on check of check box in TH of table TR
2) If we check all check box manually then check box in TH also get check.

0 comments :

Feel free to leave comment if you like above widget, have any questions or just say Hi! :)

Resolved!- android - ADB No Devices Found - Adb Devices can't find my phone -

Simply visit and download below application on your pc then it will detect your device in "adb devices" command


keywords: ADB No Devices Found
 Adb Devices can't find my phone
 Android device is not listed while running adb devices
 How to solve Android adb device not found errors
 How to solve ADB : 'Device Not Found' error in Android

0 comments :

Feel free to leave comment if you like above widget, have any questions or just say Hi! :)

Tab and Tab+Shift focus on selected div




$(document).ready(function() {

lastIndex = 0;
     $(document).keydown(function(e){
        if(e.keyCode==9)
        var thisTab = $(":focus").attr("tabindex");
if(e.keyCode == 9) {
if(e.shiftKey) {
  //Focus previous input
  if(thisTab == startIndex){
$("#"+tabLimitInID).find('[tabindex='+lastIndex+']').focus();
        return false;
        }

}else {
 if(thisTab == lastIndex){
$("#"+tabLimitInID).find('[tabindex='+startIndex+']').focus();
        return false;
        }
}
}

     });      


 var  setTabindexLimit = function(x,fancyID){
console.log(x);
     startIndex = 1;
lastIndex = x;
tabLimitInID = fancyID;
$("#"+tabLimitInID).find('[tabindex='+startIndex+']').focus();
  }

setTabindexLimit(10,"DivWithTabIndex");


});

0 comments :

Feel free to leave comment if you like above widget, have any questions or just say Hi! :)