go to Search WITHOUT VIEW ANY OTHER PHP GENERATED LISTVIEW GETTING Problematic FIRST SHOT
When enter App... live in real Device or in Ripple emulator
if go to Search WITHOUT VIEW ANY OTHER PHP GENERATED LISTVIEW GETTING Problematic FIRST SHOT
when go to another page with Listview all OK as second shot... when re-enter Search list view again AFTER VIEWED another list view Search List view is OK like lat two shots... well???
- success: function(results) {
- if ( results[0] ) {
-
- var list = self.config.recent,
- items = [];
-
- self.createH2new(rec.data_polis);
- var i,
- len = results.length,
- row;
- //alert("len2");
- if (len > 0 ) {
- for (i = 0; i < len; i += 1) {
- row = results[i];
- items.push('<li><a href="#display" data-trnote="' + row.id + '">' + row.name + '</a></li>');
-
- }
- list.html(items.join('\n'));
- $('a', list).on('click', function(e) {
- self.displayEntryInfo($(this).attr('data-trnote'));
- });
- list.listview('refresh');
- $('#entries').show();
- } else {
- $('#entries').hide();
- }