• I have a customized jquery-ui script that my wordpress plugin uses which depends on jquery 1.3. WordPress 2.7 comes with jquery 1.2.

    How do I use the enqueue method and override pulling in the pre-packaged jquery script for wordpress versions < 2.8 ?

    I don’t want to just hardcode my own jquery script since it is likely that other plugins will be using the pre-packaged jquery as well.

    Is this possible!?

  • The topic ‘JavaScript version issues’ is closed to new replies.