FALCONSEYE
Programmer
I have the following:
#j# is a variable. There are 10 textareas that I only show 4 of them initially.
I have 10 checkboxes with a classes like: link 1,link 2,link 3.
On:
How do I append var y toggle-item-link so that toggle-item-link 5 value is set to '.
thanks in advance.
Code:
$('[class^=toggle-item-link#j#]').hide();
#j# is a variable. There are 10 textareas that I only show 4 of them initially.
I have 10 checkboxes with a classes like: link 1,link 2,link 3.
On:
Code:
$('[class^=link]').click(function(event) {
...
$('[class^=toggle-item-link#j#]').val(')
var y = this.id.replace('addNew', "");
How do I append var y toggle-item-link so that toggle-item-link 5 value is set to '.
thanks in advance.