1

I'm using http://www.outsharked.com/imagemapster and I'm wanting to extract the selected areas and format in to xml, this would ideally be on submit.

The below on click returns the selected areas and places the text into a span

$("#show_selected").bind("click", function (e) {
            e.preventDefault();
            $('#selections').text($("#body_map").mapster("get"));
        });

The html for the above...

<div>
    <a id="show_selected" href="#">Click here to show selected items:</a>
    <span id="selections"></span>
    </div>

Thanks in advance.

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.