Posts by yathal • 45 points
6 posts
-
0
votes1
answer180
viewsA: Grocery CRUD Callback
An example: /** CHAMADA REGRA**/ $this->form_validation->set_rules('campo', 'Label Campo', 'required', ['nome_regra', [$Objeto, 'nome_funcao_valida']]], ['required' => 'Campo…
-
0
votes1
answer140
viewsA: Error 500 $.post Codeigniter on Server
If you click on the details of the Ajax Request, does not return any information? Usually the IC shows the error,
-
1
votes0
answers243
viewsQ: HTML table with Fixed top columns
I’m trying to create a table that by scrolling down the page, the column row is fixed at the top. So far so good, in jQuery I set in the scroll event that when the columns were below offset, it…
-
0
votes4
answers129
viewsA: Problem with positioning of div
Thank you Felipe Stoker, with the z-Index solved even, I had to apply over the same daughter div you showed.
-
0
votes4
answers129
viewsQ: Problem with positioning of div
Good afternoon, you guys, I’m doing a Dropdown menu on a website, I’m having the following difficulty, when I hover over the item, the subitens are below a plugin that uses banner. Ex: If I put to…
-
3
votes3
answers1360
viewsQ: Select "select" element with jquery
I created on my page one select multiple and I need to take your values in PHP in vector form, so I added [] at the end of the name. Example: <select id="selecionados[]" name="selecionados[]"…