Hi I can't seem to get this right. Basically if the value of a select list is either "USA", "CAN", or "MEX" it should return true. any other value should return ...
I'm trying to replace the [2] in the name values of the hidden fields with a new value within a loop. The 2 could be any number and so I won't ...
I have a file called text.txt that contains:
<li id="unic1">some text</li> <li id="unic2">some text</li>
<div id="div">alert(unic)'<div> $(".div").load('text.txt'); $source.each(function(){ var $unic ...