NOTICE
Adfly Links not working Find Direct Links HERE
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
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.
Chat with facebook Online Users Android App
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.
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.
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
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");
});
Subscribe to:
Posts
(
Atom
)
Copyright © 2013 Blogger Plug n Play - jQuery Tools and Widgets and Blogger Templates
0 comments :
Feel free to leave comment if you like above widget, have any questions or just say Hi! :)