fuelphp HMVC pass in some data

March 7, 2014

At first I have some problem with fuel HMVC Request behaviour. Problem is with passing data to HMVC controller method. Fuelphp documentation has mention about pass in some data, however, did not mentioned about pass in big array: http://fuelphp.com/docs/general/hmvc.html I found that it is pretty easy if you has a big array to pass to […]

jQuery find thead element of a table

March 5, 2014

Use .find() Hide a thead element after found: Remove a thead element after found