Drupal ReadmoreJS Integration module
Last week one of my colleague had an use case for readmorejs integration with Drupal. First of all I was surprised there wasn’t any module for it. So I helped…
learnings, photography, travel, adventures, passions, life etc...
Last week one of my colleague had an use case for readmorejs integration with Drupal. First of all I was surprised there wasn’t any module for it. So I helped…
Recently on CiviCRM irc and forum few people asked about adding client side validation for phone field. By default CiviCRM packages validate plugin, so this can be easily implemented with…
For my project CivCRM, I wrote a simple jquery plugin to change the row color on mouse hover. It is generic enough and can be used in any project. Here…
If you are using jquery sorting a select element is quite easy. Check the below code. $(“#select-id”).html( $(“#select-id option”).sort(function (a, b) { return a.text == b.text ? 0 : a.text…
Recently I worked on a project where I had to pull data from an external site and populate a select on client’s website. Initially I thought it would be quite…
Today I have finally finished my secret project for CiviCRM v3.1. It was to implement iGoogle style dashboard with few features specific to our project. Main base for this feature…