My main problem was I was trying to get values from my form and selectboxes are using selectpicker jquery plugin, they look really cool now! But in other I found a bug, when I put default selected by html tag "selected" it always gives selected value.
https://github.com/silviomoreto/bootstrap-select
I'm trying to get value by this code but it always return same value.
var pets_name = $('#pets_name').val();