After the server PHP upgrade I am getting the following error with PHP Version 5.6.2 on Apache 2.0 A PHP Erro
I need to loop lot of arrays in different ways and display it in a page. The arrays are generated by a module
Quick question. Is there something similar to a phpinfo() - that would display the version for CodeIgniter?
I have a bunch of client point of sale (POS) systems that periodically send new sales data to one centralized
Usually I use $("#id").val() to return the value of the selected option, but this time it doesn't work. T
All right, say I have this: <select id='list'> <option value='1'>Option A
I have a JavaScript widget which provides standard extension points. One of them is the beforecreate function.
I'm loading elements via AJAX. Some of them are only visible if you scroll down the page. Is there any wa
How do I set and unset a cookie using jQuery, for example create a cookie named test and set the value to 1?
I'm refactoring some old JavaScript code and there's a lot of DOM manipulation going on. var d = do
What are the differences between JavaScript's window.onload and jQuery's $(document).ready() method?
How can I check if a checkbox in a checkbox array is checked using the id of the checkbox array? I am using t
How can you change the href attribute (link target) for a hyperlink using jQuery?
I have a table column I’m trying to expand and hide. jQuery seems to hide the <td> elements when I sel
What is the best method for adding options to a <select> from a JavaScript object using jQuery? I'
I'm using $.post() to call a servlet using Ajax and then using the resulting HTML fragment to replace a d
<div id="test"></div> <script> $(document).ready(function() { alert($('#test&apos
When embedding JavaScript in an HTML document, where is the proper place to put the <script> tags and in
How do I convert all elements of my form to a JavaScript object? I'd like to have some way of automatic