Changeset 3064 in products
- Timestamp:
- Jan 21, 2011 12:05:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.portlet.pfg/trunk/quintagroup/portlet/pfg/enableinputlabel.js
r2913 r3064 1 $(document).ready(function() {2 $('.portletPFG .ArchetypesStringWidget').each(function(){$('input',this).attr('title',$('label',this).text()).addClass('inputLabel')})1 jq(document).ready(function() { 2 jq('.portletPFG .ArchetypesStringWidget').each(function(){jq('input',this).attr('title',jq('label',this).text()).addClass('inputLabel')}) 3 3 });
Note: See TracChangeset
for help on using the changeset viewer.