Colour is one of the strongest methods of communication. Being able to identify objects and warning signs is important to our everyday survival and this element is crucial to the identification process.
Tag: problem
The ‘Select’ Problem After Using jqTransform and its Solution
Recently, I was working on a project which required a customized form with only select boxes. I used jqTransform to customize the form and while working on it I discovered that after transforming the select box into a list of hyperlinks, the ‘change’ method of the select box doesn’t work at all. As ‘on-value-change’ event is a very important function for any drop down list box so here is a very simple solution to manipulate it while using jqTransform.