Posts by Bruno Folle • 729 points
57 posts
-
1
votes1
answer114
viewsQ: Set background color in DIV when sort alphabetically in jQuery
Good night! I’m trying to put together a list as follows: <div> <div>id</div> <div><a id="orderStatus">status</a></div> </div> <div…
-
5
votes0
answers856
viewsQ: How to sort a div by a string attribute with jQuery?
I am developing a list that has the header "ID" and "Status" and its ID and Status values,I have also defined an input of type Hidden for action. Following example: <div class="cabecalho">…
-
3
votes1
answer103
viewsQ: Mysql is duplicating search result
I’m having difficulties to assemble a query. I have a database more or less in this structure. Table1 Table2 Table3 Table4 I need to mount a query that picks the results in the 4 tables, for this I…
mysqlasked Bruno Folle 729 -
1
votes2
answers1304
viewsQ: Catch event click on jQuery autocomplete value
I’m developing a function in Jquery that uses the component Autocomplete where I search the company name and change the company name in another field. Example: Field1 (autocomplete) passes…
-
1
votes1
answer117
viewsQ: How to define the output format of an XML in PHP?
Good afternoon! I’m developing a webservice in which I will not disclose the name in which there is a method that accepts XML in the following mode: <exemplo> <exemplo></exemplo>…
-
0
votes2
answers155
viewsA: Make a function that generates the XML string and not the XML itself PHP
Ivan, thank you! But I’ve done a function that suits me just for what I need, Follows the function I developed. private function toXml($array, $xml=""){ $xml = $xml; foreach ($array as $chave =>…
phpanswered Bruno Folle 729 -
0
votes2
answers155
viewsQ: Make a function that generates the XML string and not the XML itself PHP
Hi, I’m trying to develop a function that generates only the XML string and not XML. I am trying to connect on a Webservice that requires the following requirements: user, password, passwordAgency…
phpasked Bruno Folle 729