Jan 22, 2012

Strike coward in Sicily

From day 16 January to date is January 22 in Sicily of the drivers will strike.
The drivers complain about gas prices and more, and have good reason to strike.
With this strike, blocked from day Sicily and there is a drop of petrol on the island. Everything is still and the supermarkets are empty.
And 'this is the way to go on strike? Blaming those who do not
can do nothing? Why not move the event in Rome?

bread

Jan 15, 2012

Data-filter duplicate when I use collapsible in QJM

Yesterday I wrote the following code:



and the result is the following






strange there is a big bug in JQM.
I have not found a solution but I have found a work around in this way:

$(function(){
 
       
    $('#contatti').live('pageinit',function(){
        
        // don't create duplicate/double filter
        $(".ui-listview-filter").remove();
        
        $('#productList').listview('option', 'filter', true);
 
        $('#productList').trigger("listviewcreate");
 
    });
 
});


and now I have only one filter on my screen.