But if I check checkBox1 and change page, checkBox1 returns to unchecked state. As I understand nothing outside ajax_section is supposed to change after AJAX call. Or should I add some code around checkBox1 ?
Currently using ajax_pagination 0.6.3, jquery-historyjs 0.2.3, will_paginate 3.0.3, rails 3.2.11
Hi!
I'm trying to add some controls outside ajax_section, like
<%= check_box "checkBox1", "checked" %> <%= ajax_section :id => "page", :render => "page" %>
But if I check checkBox1 and change page, checkBox1 returns to unchecked state. As I understand nothing outside ajax_section is supposed to change after AJAX call. Or should I add some code around checkBox1 ?
Currently using ajax_pagination 0.6.3, jquery-historyjs 0.2.3, will_paginate 3.0.3, rails 3.2.11