jquyery is running or not

 1. type anything in the field -- 

 name - aaa

2. F12- inspect element - 

 check elements -  

<input type="text" name="user[name]" id="user_name">

3. Use console - 

$("#user_name").val();

'aaa'


at the input  $("#user_name").val();


- ---  output is coming  -- 

aaa

..................


isse yeh check kar liya humne ki jquery lagi hui hai ki nai 






Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5