Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. jqObj.bind('change', function () {
  2. debugger;
  3. });
  4.  
  5. <div id="area-146">
  6. <div class="blockContent">
  7. <div class="form-element duplicate ">
  8. <label for="71">Idioma </label>
  9. <select id="combo-71" style="width: 200px;">
  10. <option value="Russo">Russo</option>
  11. <option value="Sueco">Sueco</option>
  12. </select>
  13. <input id="text-71" value="Escolhe uma opção" style="margin-left: -203px; width: 180px; height: 1.2em; border: 0;">
  14. <br style="clear: left;">
  15. </div>
  16. <div class="form-element duplicate ">
  17. <label for="72">Escrita </label>
  18. <input class="peq" id="72" maxlength="35" name="Input.Fields[72]" size="35" title="" type="text" value=""> <br style="clear: left;">
  19. </div>
  20. <div class="form-element duplicate ">
  21. <label for="73">Conversação </label>
  22. <input class="peq" id="73" maxlength="35" name="Input.Fields[73]" size="35" title="" type="text" value=""> <br style="clear: left;">
  23. </div>
  24. <div class="form-element duplicate ">
  25. <label for="85"> </label>
  26. <br>
  27. <br style="clear: left;">
  28. </div>
  29. </div>
  30.  
  31. <div id="area-146-2"><div class="form-element duplicate ">
  32. <label for="71">Idioma </label>
  33. <select id="combo-71-2" style="width: 200px;">
  34. <option value="Russo">Russo</option>
  35. <option value="Sueco">Sueco</option>
  36. </select>
  37. <input id="text-71-2" value="Escolhe uma opção" style="margin-left: -203px; width: 180px; height: 1.2em; border: 0;">
  38. <br style="clear: left;">
  39. </div><div class="form-element duplicate ">
  40. <label for="72">Escrita </label>
  41. <input class="peq" id="72-2" maxlength="35" name="Input.Fields[72]" size="35" title="" type="text" value=""> <br style="clear: left;">
  42. </div><div class="form-element duplicate ">
  43. <label for="73">Conversação </label>
  44. <input class="peq" id="73-2" maxlength="35" name="Input.Fields[73]" size="35" title="" type="text" value=""> <br style="clear: left;">
  45. </div><div class="form-element duplicate ">
  46. <label for="85"> </label>
  47. <br>
  48. <br style="clear: left;">
  49. </div></div></div>
  50.  
  51. [<select id=​"combo-71" style=​"width:​ 200px;​">​…​</select>​, <select id=​"combo-71-2" style=​"width:​ 200px;​">​…​</select>​]
  52.  
  53. $('#area-146').delegate('select', 'change', function(){
  54. //glorious code!
  55. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement