Posts by LeoZera • 27 points
2 posts
-
1
votes2
answers131
viewsQ: Change link name with jQuery
I’ve done some research and I don’t know if this is possible. In case what I am wanting to do is the following: With jQuery I would like to change the link name, like this: It’s like this: <a…
-
1
votes2
answers57
viewsQ: Sorting with multidimensional array
I have the following array(): $retorno[] = array( "mes"=>$r1[3], "ano"=>$r1[4], "valor"=>$r1[2], "codsubcategoria"=>$r1[6] ); That in the var_dump() I have the following return, for…