Skip to content
Erie Wibisono – Web Developer Perth
Erie Wibisono – Web Developer Perth
  • Home
  • About Me
  • Portfolio
  • Blog
  • Contact
Erie Wibisono – Web Developer Perth
  • Home
  • About Me
  • Portfolio
  • Blog
  • Contact

Category : Coding

Coding

jQuery function to animate number increment

8 July 2016

If you want to do something fancy with numbers on your site using jQuery, here is a snippet on how you can animate your number. $(‘.count’).each(function () { $(this).prop(‘Counter’,0).animate({ Counter: …

Read morejQuery function to animate number increment

Categories Coding

Check if URL is valid in PHP

6 July 2016

The code below will let you to check a valid URL in PHP. When we need to validate an input field that only accepts URL, you can use the following …

Read moreCheck if URL is valid in PHP

Categories Coding
© Copyright 2025 Erie Wibisono. All Rights Reserved.
Scroll back to top