The response coming from the jquery is loaded in that div inside it,
so i want to apply a class to the internal code but it is nt reflecting, if itry to add the straight css property, it works but not the class, even i have defined the class in the css file
Are you are wanting to add a class name to the internal HTML or are you saying your CSS is not being applied?
Regardless you haven't given enough of your code to even know what the problem maybe - the ajax code is of no use.
want to apply the class name to the internal html, i aplied successfully through addClass but the thing is it shows in firebug but style added to the class does not show up
What is the css and what is the class you are trying to add.
0
ZipGrep is a utility that can list and search zip (.war, .ear, .jar, etc) archives for text patterns, without the need to extract the archive's contents.
One of a set of tools we're offering as a way to say thank you for being a part of the community.
Any chance of a link to a page that demonstrates the problem. We need to at least see the HTML of your page, the content of demo_test.txt, and your CSS file.
In the code above you're making an AJAX request to demo_test.txt but then doing nothing with the response. Is that your intention?
Your code assumes that the #code and #list elements are already in the document before the AJAX call, and that you are correctly loading the Handlebars script.
I'm making a lot of assumptions here because without seeing code, that's the best I can do!!
Regardless you haven't given enough of your code to even know what the problem maybe - the ajax code is of no use.