i want to manipulate xml data simple ..
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can wrap it in a jQuery element, like this:
You can use most of the jQuery traversal methods to find what you want in the string…I’m not 100% positive, but this sounds like what you want. This is a simple example for illustration purposes, but you can find more complex tutorials, like this and this if you needs to dig a bit deeper…if you know jQuery and it’s traversal/selector methods though, it should be pretty intuitive.