I'm almost sure this is going to amount to some kind of interference from another script, but I can't get the following code to work:
HTML:
<div class="hello" id="hello">HELLO</div>
JS:
$(document).ready(function () {
$(".hello").html("ASJDASJKDBSAHDBJAS");
});
Now I can get it to work in a standalone application.. but not in the framework I need it to work in. Now everyone is going to tell me they can't help me without knowing what the code looks like but.. you really don't want to see the code in its entirety, and I really don't know what parts could be effecting the performance of the selector.. so I'm really just looking for some suggestions to help sniff out the root of the problem.
Some pertinent information may be that I have other plugins using jquery, and I also have another unrelated function (also using jquery) tied to the window.onload event. Everything else seems to work fine including page fading/unfading, side menu accordion action, cufon, etc.. just this section of code which I am going to be using to implement some database functionalities.. I discovered I can't get even the simplest selectors to work in the context though.
Any help is appreciated,
SDO

New Topic/Question
Reply



MultiQuote





|