JQuery: $.get is not a function

The $ variable you have is from Prototype-js, because you are using the jQuery.noConflict method. That method will restore the $ variable back to whichever library first implemented it. You should use the jQuery methods on the jQuery global object directly, eg.: Or you can define another shorter variable as alias if you want:

Display XML content in HTML page

Simple solution is to embed inside of a <textarea> element, which will preserve both the formatting and the angle brackets. I have also removed the border with style=”border:none;” which makes the textarea invisible. Here is a sample: http://jsfiddle.net/y9fqf/1/

jquery fadeIn not working

Unless the element is hidden, no fade will occur, you need something like this: You can give it a try here, also $() is deprecated in 1.4+, you should use $(document) or the shorter version, like this: The alternative is to give the element a display: none initially but this breaks for JS-disabled users, or if JavaScript errors occur preventing the fade, so … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)