List/Grid Tag Archives: javascript
[TRICK] How to Select All Friends at Facebook while Suggesting a Page or Group
At Facebook after liking a page or group whenever you want to suggest that page/group to all of your friends you should have missed a “Select All” button to quickly select all your friends at once. But unfortunately you have to select each friend manually, one by one. Well there’s…
[TIP] Fastest Way To Test HTML/JavaScripts Codes Online
If you are a web developer and code in CSS,HTML,XML or JavaScripts language then I’ve little tip for you to test your coding in fastest way – online! You must be using some application for your web development purpose. But when you pause while coding to see the result you…
Simplest JavaScript to Open Popup Window from Plain Text
You can use JavaScript to create popup windows. Popup windows are different to simply opening a new browser window. If you only want to open a new browser window you can add the target=”_blank” attribute within your <a> tag. Popup windows however, are more powerful. Using JavaScript’s window.open() method, you…
