I have a use case where I have a URL value as a JavaScript variable that has no markup on the page. I would like to trigger the ajax functionality in this module like so:

some_javascript_function_in_your_module(my_url_variable);

Do you have an exposed function that can handle this?

Thanks!