Separated number in comma and decimal point using PHP or JS number format. Commonly used in the price format and number separator. Hopefully this can help you. PHP: Found this post https://www.w3schools.com/php/func_string_number_format.asp and the codes below is the sample usage of the PHP code. JS: Found this post https://gist.github.com/rd13/3924792 and the codes below is the […]
How to track your password to be sent in your notification?
Using Gravity Form, before I having a hard time getting the `Password` value to be included in my notification email. I have read this post How to Include a Password Field in a User Notification with Gravity Forms but it seems not working perfectly to my end. I have created an alternative way of tracking […]
How to create a drop-down menu using jQuery?
If you want to create a drop-down menu, I have a sample codes below. It is very simple but will put your mobile much user friendly. It’s up to you on how you design the layout. I’d like to recommend to use WDES Responsive Mobile Menu if you want your mobile views won’t take so […]
jQuery click event is not working when using .clone() or ajax.
jQuery click event is not working when using .clone() or ajax. You can’t fire a click event after your element is loaded? I found the solutions below. jQuery( document ).ready(function($) { $(document).delegate(“#my-clone-id”, ‘click’, function() { $(this).clone().appendTo( “body” ); }); });
How to display selected days using MultiDatesPicker v1.6.3 for jQuery UI (Dates Picker)
See http://multidatespickr.sourceforge.net/ for the references. Copy and paste the code below.
- 1
- 2
- 3
- …
- 6
- Next Page »