Please help me, here is the code in Javascript, I need to change this code to Jquery.
eval("parent.document.forms[0].strKey" +
intDimensionId).value = strIds[intDimensionId];
|
Please help me, here is the code in Javascript, I need to change this code to Jquery.
|
||||
|
high performance:
minimal jQuery: not as high performance:
full jQuery: |
|||||
|
|
This should work although there are really plenty of ways to do this. Also note the use of the input tag. Your code may use a different tag so update accordingly.
|
|||||||||
|
evalit's evil and the need of using it point you have bad code design. – gdoron May 31 '12 at 6:24