1
vote
1answer
128 views

How can I make this XML gallery snippet prettier?

Everything works, i just want to know if i can change the way the xml tags are retreived. This way seems a bit bulky - but i could be wrong. Thoughts? var d = 0 ...
4
votes
1answer
585 views

Jquery: build menu from MS Word XML

I've recently assembled some jquery that allows a user to build out a bulleted list in MS Word with hyperlinks and turn that into a html unordered list. ideas for uses are website menu systems where ...