Location.Reload() нарушает мой поток jqueryJquery

Программирование на jquery
Гость
Location.Reload() нарушает мой поток jquery

Сообщение Гость »


I am trying to uncheck my checkboxes after a

Код: Выделить всё

location.reload()
event in Jquery. The unchecking method works if the

Код: Выделить всё

location.reload()
is not present. But when I add

Код: Выделить всё

location.reload()
, the unchecking step does not work.

Код: Выделить всё

                         SUBMIT       $('#btn').click(function(){                  location.reload();         $('.c1').attr('checked', false);     });   


Источник: https://stackoverflow.com/questions/781 ... query-flow

Вернуться в «Jquery»