FIX PROBLEM - 3798
[previously]
- x] PREV - implemented changes to correct
- x] - removed <form> button</form> nested inside li
- x] bad form as per my ide
- x] ADD 'btnOpen click function' IN doc ready call, ( < - i know what your thinking )
- x] ex from desktop code works perfectly
- x] btnOpen click
- x] sets the value of the user selection(for sospep)
- x] ADD hidden form
- x] temporarily stores the value of the users selection
- x] *** RECALLing ***
- x] doc ready don't work in jqm,
- ] use ? page init ?instead ] DOES work IF calling link has attr set (data-ajax=false),
- **] using svr side redirect to get page
- **] the FORM is getting submitted BUT the response redirect (svr side),, not happening
- x] TRY 001
- x] USED bind element.bind( click function)
[currently]
- ] TEST
- x] ff desktop browser
- x] ie desktop browser
- ] chrome desktop browser
- i] android native browser
- i] getting double login
- x] OK on wifi
- x] OK on 4G
- ] android maxthon browser
- ] getting double login effect
- x] OK on wifi
- ] NOT on 4g
- ] remove changepage, just submit() form in btn click
- ] TRY
- ] redirect on svr
- ] TRY
- ] removed "data-ajax=false" ON form in m_login
- ] TEST = PASS
- x] ff desktop , x] android max ] android native ] ios
- ] FAIL ie
[next]
- ]
/*
$(document).ready(function (){ $(".btnOpen").click(function () {
alert("hello"); /*
// $.post("index.cshtml");
$("#sName").val($(this).attr("id"));
// alert("hello");
$("#f1").serialize();
$("#f1").submit();
// $.post("m_open_sospep.cshtml");
// $.mobile.changePage("../view/m_index/"); * / });
});
*/