Posts by Paulo Gonçalo • 325 points
3 posts
-
16
votes3
answers16866
viewsQ: How to check Undefined correctly in Javascript
What is the best way to check whether an element/variable is undefined in Javascript? I’ve seen some examples using variavel === undefined and others using typeof variavel == "undefined".…
-
2
votes1
answer102
viewsQ: Character count within separate paragraphs (jQuery)
How to use jQuery to sum characters in different paragraphs? Example: <div id="test"> <p>Lorem Ipsum</p> <p>Lorem Ipsum</p> </div> Note. Cannot add id and class…
-
3
votes1
answer275
viewsQ: General namespace for mapped class
Could someone help me with that question? Based on a Webservice result XML (OBIEE) I generated an XSD in a online converter and with this XSD I managed the class mapped through the command xjc. When…