Skip to content
Saturday, May 10, 2025
Latest:
  • Best Gifts for Christmas!!!!
  • Which BTS Member are you? – Fun Facebook Game
  • 30 Top Secret Black Friday Shopping Tips for 2018 Revealed
  • How To Add Whatsapp Stickers in Andriod
  • How to Disable Facebook Video Auto Play on Android

Tech Hacks

Tit Bits from my experience…

  • About

Web

JavaScript Web 

JavaScript Remove duplicates from Array – Example Code

May 15, 2015March 8, 2017 Haas 0 Comments array, distict, JavaScript, js, remove, unique

Here is the code to remove duplicates from an Array: var distinctVal = function(arr){ var newArray = []; for(var i=0,

Read more
JavaScript Web 

JavaScript Basics: How to check for null & undefined

May 13, 2015May 13, 2015 Haas 0 Comments ==, ===, check, HowTo, JavaScript, js, null, undefined, Web

To check if a variable(a) has the value null, use the following code: if (a === null) // Best way

Read more
JavaScript jQuery Web 

JavaScript Basics: Difference between == & === (with examples)

May 9, 2015March 29, 2016 Haas 0 Comments ==, ===, basics, code, examples, JavaScript, js, tutorial, Type conversion

JavaScript has two sets of equality operators: === and ==. They mostly work exactly the same ie, if the operands

Read more
JavaScript jQuery Solutions Web 

JavaScript Loop Through Select Options – Example

May 8, 2015March 8, 2017 Haas 0 Comments dom, dropdown, id, iterate, JavaScript, jquery, js, loop, Open Source, Options

Sometimes we need to iterate through all the options of a DropDown list (and perform operations based on each one).

Read more
Android Apps FaceBook Solutions Web 

How to Disable Facebook Links from opening in the Facebook App Browser

November 18, 2014November 17, 2014 Haas 0 Comments browser, Facebook, Facebook features, Help, HowTo, Links, Menu bar, Mobile app

Facebook recently update added a new feature to its mobile app. The feature loads all links clicked on Facebook to

Read more
  • ← Previous
  • Next →

Online Offers:

Related Content

Latest Hacks

  • Best Gifts for Christmas!!!!
  • Which BTS Member are you? – Fun Facebook Game
  • 30 Top Secret Black Friday Shopping Tips for 2018 Revealed
  • How To Add Whatsapp Stickers in Andriod
  • How to Disable Facebook Video Auto Play on Android

Author's Sites

  • Helper India
  • My Writings
  • myOtels.com
  • New Sense
  • Photography
Copyright © 2025 Tech Hacks. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.