Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.         alert("depObject");
  3.         $("select#dep_select").change( add_depend_load );
  4.                 });
  5.  
  6.     function add_depend_load()
  7.    
  8.     {
  9.    
  10.     var deneme= $("select.selectdep option:selected").val();
  11.     alert(deneme);
  12.    
  13.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement