This is an archived forum post. The information may be outdated. Contact us if you have any questions.

jquery?

kreut wrote on 2012-07-11:
Hello!

I'm having a bit of a time getting the enableJavascript to work properly. Basically, for the webpage that I'd like to convert I have:

<?php include('some header stuff which also initiates jquery via:<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>'); ?>
<p>My web page</p>
<?php include('some bottom files, which includes the actual jquery code to manipuate the dom'); ?>

Is the issue that I'm using jquery as opposed to pure javascript? Or...can I not use php include? (I'm using convertURI to access the page so I assumed that it would behave as it did in the browse)

Thank you for any suggestions!

-Eric
support wrote on 2012-07-12:
Eric,

jQuery is supported. Please could you post a link to the web page you are trying to convert? We will look into it.
kreut wrote on 2012-07-25:
My apologies! It was in fact an error on my part.

Thank you for the response.