Posts by Pedro • 66 points
4 posts
-
-1
votes2
answers502
viewsQ: make invisible the <li> when inside has no <ul>
I have an HTML that mounts DROPDOWN menu. With JQUERY, I’m trying to make invisible items that don’t have sublists inside. I tried using the following command, but it didn’t work $('ul li…
-
2
votes1
answer560
viewsA: Help Dynamic Combo with javascript
An alternative is in PHP to put the name + sector in VALUE: echo "<option value=\"".$v_nome."|" . $v_setor . "\">".$v_num."</option>"; and in Javascript, function alimentarCampo() { var…
-
0
votes2
answers950
viewsA: Run Cronjob Codeigniter
If your server has support for Curl, you can add this to the Crontab command line: Curl http://www.meusite.com.br/principal/listaCron…
-
2
votes2
answers166
viewsQ: Routing Codeigniter
I am making a site with administrative area using the Codeigniter Framework. In the administrative area, the user can create new pages for the site. The contents of the page will be saved in a…