How to include newer version of jQuery in APEX 4.1?

Hi,
I've included a newer version of jQuery and jQuery-UI in my page template according to APEX documentation (after #HEAD# in page template). However I am having some issues, for example the datepicker doesn't work anymore.
I've created an example here [url http://apex.oracle.com/pls/apex/f?p=47057:1]http://apex.oracle.com/pls/apex/f?p=47057:1. You can't select a date from the datepicker after it has been displayed on the screen.
Any help is greatly appreciated.
Regards,
Jure

Thank you all for help, from your posts I was able to get the datepicker working with a different version of jQuery (but not jQueryUI) included on the page. There are two methods:
1. Include the new library before #HEAD# and change the reference to a different variable, for example:
<script src="jquery-1.6.4.min.js" type="text/javascript"></script>
<script type="text/javascript">
  var jq164 = jQuery;
</script>
#HEAD#2. Include the new library after #HEAD# and enable noConflict() mode, for example:
#HEAD#
<script src="jquery-1.6.4.min.js" type="text/javascript"></script>
<script type="text/javascript">
  var jq164 = jQuery.noConflict(true);
</script>In both examples above, $, jQuery and apex.jQuery point to apex jQuery, while jq164 points to the new one.
However, I couldn't manage to include a newer version of jQueryUI. I only found a page ([url http://stackoverflow.com/questions/6358961/using-multiple-jquery-ui-versions]http://stackoverflow.com/questions/6358961/using-multiple-jquery-ui-versions) that says you have to specify a different context for each version of jQueryUI included on the same page. I haven't yet had time to look at this, so if anyone already knows how to do it, it would be really nice to share it with us.
Regards,
Jure

Similar Messages

  • How to create new version for material

    Hi expert,
    Can anyone please guide me step by step on how to create new version for material and vendor? Please also mention transaction and details step by step.
    Thanks

    HI,
    Do you mean to have version management for purchasing documents?.
    Best Regards,
    Arminda Jack

  • How to download new version of ios 5.0 in my ipod ? i cant download new apps and i cant connect to itunes store.

    how to download new version of ios 5.0 in my ipod ? i cant download new apps and i cant connect to itunes store.?

    Only with iOS5 or later you can update/upgrade directly from the iPod/iPhone.
    When your version of iOS is lower than 5, you must connect to iTunes and then update.
    It is best when you update iTunes to the latest version first.
    Lex

  • How is the new version of ios 5 working

    how is the new version of ios 5 working

    Kind of like the previous one, with new features. What exactly do you want to know?

  • How to install new version of jvm in Oracle?

    We are using Oracle 9i which is internally using jvm ver 1.2.2. It has a bug 'ByteCode Verifier', so we need to replace the jvm's ver with 1.2.2_011. Can someone help me figuring out how we can uninstall the old version of jvm and install the new version as required in the database.(jvm being used for java stored procedures)

    Hello ec:
    Welcome to Apple discussions.
    As far as I know, you cannot download Safari and reinstall it successfully. Install Safari from your software install DVD and then run software update.
    I do not use Hotmail, so I have no information about that platform.
    Barry

  • How to include new fields in PRICAT

    Hi,
    My aim is to import a new field to the PRICAT price catalogue, and be able to
    maintain this field in transaction W_PRICAT_MAINTAIN.
    I have entered the new field in table PRICAT_K003 (using an append structure),
    and have used the Badi implementation WRF_PRICAT_DIALOG to include the new field in the ALV report definition for transaction W_PRICAT_MAINTAIN. For this purpose I also included the field in structure WRF_PRICAT_K003_STY.
    However, when trying to make the necessary changes to copy the field content  from PRICAT_K003 to the new screen field, I encounter a few problems.
    For this I have created a new Badi implementation for Badi definition
    WRF_PRICAT_POOL, method IF_EX_WRF_PRICAT_POOL~EXTEND_ARTICLE_MASTER.
    This method uses parameter io_inbound_item (type ref to CL_INBOUND_ITEM). The field doesn't seem to be visible in any of the available structures in this method. I have attempted to include the new field in some of the other structures (in addtion to WRF_PRICAT_K003_STY), but have been told by the system not to do this.
    Any suggestions on how to solve this problem?
    If there is anybody out there who have a description on how to import new fields
    into PRICAT and further on to the article master, I would very much appreciate if you could pass it on to me.
    Best regards,
    Per Erik Fjelde

    Hi,
    I have a similar problem with inbound pricat. I extended PRICAT_K003 with a few custom fields. These fields are filled using a BAPI table extension and implementing IF_EX_PRICAT_IN_EXTIN. The fields show up correctly in W_PRICAT_MAINTAIN and are also filled when I look in the database table. But when I create an article master from an entry in the pricate catalogue, all custom fields are cleared. I wanted to use IF_EX_WRF_BADIPRE_POST_MAT~PRICAT_PRE_POSTING_PROCESS to transfer the custom fields to MARA, but the incoming structures of the method only include blank custom fields.
    So I found IF_EX_WRF_PRICAT_POOL, but it's methods include only structures which are not extendable. So I don't see how I can preserve the data in my custom fields.
    Per Erik, have you found a solution for your problem?
    Is there anybody else out there who knows how to transfer custom fields from the price catalogue to material master data?
    Best regards,
    Holger Merk

  • How to include in Version 10.1.3.x?

    The following construction i use in my first project in the new version
    (Menu1.inc)
    <f:facet name="menu1">
    <af:menuTabs var="menuTab" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:commandMenuItem text="#{menuTab.label}"
    action="#{menuTab.getOutcome}"/>
    </f:facet>
    </af:menuTabs>
    </f:facet>
    (Start.jspx)
    <jsp:directive.include file="/Include/Menu1.inc"/>
    What i make works, but is it the right way to use include or must have the file Menu1.inc an other structure?

    Hi James,
    Oracle Enterprise Linux 4 is supported, but not yet in the oraparam.ini
    You can either comment the OS line in oraparam.ini, to prevent OS checking.
    Or run runInstaller -ignoreSysPrereqs if you're sure all other prerequisites are met.
    The first option is preferable, since the second will ignore all prerequisites.
    The installer should run fine.
    Greetings
    Jaap

  • How to Generate New Version of Enhancements done to Std WebDynpro ABAP obj

    Hi Experts,
    We have enhanced a SAP Std WebDynpro ABAP component (HAP_DOCUMENT_BODY) using Enhancement framework provided by SAP. Multiple enhancements were done on the same component for different requirements. Now, under the Enhancement Implementations folder of this component, you can see 5 enhancements of the component each referring to the 5 different changes done (most of the changes were done to the same view ).
    These changes has now been transported to the Quality System. Now, the client wants one of the changes to be removed. I am not sure of the impact of removing, for eg: the 3rd enhancement,  on the other changes done as multiple enhancements were done in a mixed manner.
    What i want to do is to generate a new version of WebDynpro component on Dev which has all the enhancements done so far using Utilities -> Versions -> Generate new version. Then try to delete the 3rd enhancement folder, so that if something goes wrong, I can always revert to this newly created version on DEV which has all changes available.
    Questions:
    1)  Before that, I would like to know if I can generate versions of the enhancements done of WebDynpro ABAP using enhancement framework by using Utilities -> Versions -> Generate new version ?
    2) If yes, I want to generate one version which has all the enhancements done so far using enhancement framework. For doing so, where should i do the click or selection (Is it Std Main Component or is it Enhancements in the enhancements folder-if so, there are 5 of them, and which one??) before i go to  Utilities -> Versions -> Generate new version. I am not clear where i should select or keep the cursor selected on before generating a new version? 
    Please guide with step by step details.
    Thanks,

    I have moved this post to the HTML5 layouts forum, which is more appropriate.
    I am guessing you are using Rh11 as you have a trial copy. I have some instructions for Rh10 and the only difference should be the script used. See the contact page on my site and request those details. Include a link to this thread.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Include new version of intel hd 4600

    Hi HP TEAM,
    Ok i hope i will get the support that im looking for , 
    My baby : HP ENVY 17-j110ea Leap Motion SE Notebook PC 
    BTW i have researched the forum, found similar problems but not the one that im looking for so i got tired bcz i paid a lot of money and sacrificed a lot to get that laptop not to be sitting for hours to find my answer though HP support website, i was expecting a live support chat for technical problems as well not only sales, you know a good company takes care of their sales and after-sales not only focus on sales .... anw , HP is good im happy from products as long as i still get the support. 
    ok now to the problem :
    Source : Intel HD graphics ( the integrated graphics card drivers )
    Ok , i have softwares that i use, they have a smart software that detects the official drivers if they are up to date, they detected that my intel HD graphics is out of date and guess what? they are correct !
    After i checked the drivers from the official Intel website they say below 
    Current Driver Installed 10.18.10.3277 Newer Driver Available: 15.33.22.64.3621 
    However when i try to install them, they come back to me during installation that the driver is in principal " not applicable " thats the error message, you are HP dont ask with consulatative questions so you find the answers through questioning .... i could do that but i expect some support from HP with direct answer and a link to download .......
    anyway sorry its just my frustration there ....
    as you can see above the drivers are out of date no problem, intel tells me to go from hp.com and check for drivers.
    i did that , HP website drivers doesnt have the latest drivers of the intel hd graphics available, they still have the old one the version 10.xx.xx.xxx so i basicaly solved your consultative waste of time questions and i need the solution which is below 
    PLEASE INCLUDE THE DRIVERS ON HP OFFICIAL WEBSITE FOR THE NEWER VERSION OF INTEL HD GRAPHICS WHICH IS STATED ABOVE VERSION 15.XX.XX ON YOUR WEBSITE OR JUST SEND ME AND OTHERS WHO PURCHASED THAT LAPTOP THE LINK TO UPDATE THE DRIVERS !
    otherwise please advise , i guess the solution is obvious, i hope i dont get questioned from consultants to waste my time and get a concrete answer, HP is big and i trust in that brand atm .
    Apologise for the straight forward answers but you should understand my frustrations ..... i have a good product and want to get a good support with it ....
    thank you and hoping to get my problem and many users consumers who bought same product as well ...

    Hi @Manohpenvy ,
    Thank you for visting the HP Support Forum. I would like to remind you of the Rules of Participation. "Be respectful. Respect your fellow users by keeping your tone positive and your comments constructive. Good or bad, your experiences are always welcome as long as they are offered in a courteous way. Respect people's time and attention by providing complete information about your question or problem, including product name and model number. People like helping those who ask good questions. "
    Regards,
    George
    I work for HP

  • How To Install NEW Versions Of Toshiba Video Player 3D...?

    Hi,...   ...   ...   Having Problem INSTALLING NEW Version Of The Toshiba Video Player 3D To My Qosmio F755-3D290 ...?Think Might Be Some Missing Component With The Start-Up Services Or Others Elsewhere In The Harddrive Or What...?Anyone Knows How And What To Do...?

    Hello,
    Welcome to Adobe Forums.
    As you don't have internet on computers, you can download offline installers for Flash Player 11.4 from here :
    For Internet Explorer :http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player_ax.exe
    For Mozilla Firefox & Chrome : http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player.exe
    Thanks,
    Vikram

  • How to install new version of safari and delete old one

    I am not sure what pieces of info are needed to help me so please be patient. Basically my hotmail is no longer working, telling me I need to download a new version of safari so I downloaded safari 3.12 however it is still not working on hotmail. I am not sure how to apply/install the new version of safari and get rid of the old version. If anyone knows how to help me...it is much appreciated...be specific as I seem to be mac-******** at times
    Thanks.

    Hello ec:
    Welcome to Apple discussions.
    As far as I know, you cannot download Safari and reinstall it successfully. Install Safari from your software install DVD and then run software update.
    I do not use Hotmail, so I have no information about that platform.
    Barry

  • How to set  newer version of stored pages option as never using  httpd.conf

    How to set check for newer version of stored pages option(Tem Internet file-> Setting ) as never using httpd.conf file?

    See:
    *http://kb.mozillazine.org/browser.cache.check_doc_frequency
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • How to open newer version file with older version software?

    Recently I downgraded my mac due to Maverick failed to support gdb(I really hate that lldb stuff). And it turned out that the file I used to edit in newer version of mac failed to open. It says I need to update my software to newer version. The thing is, I really don't want to use Maverick now until it resupport gdb. So are there any other ways to open those files?

    HI,
    The UnRarX application should be accessible from your Dock after installing the software. The application icon looks like this:
    "How to extract a rar archive?"
    1. Launch UnRarX.
    2. Drag rar archive into the UnRarX window.
    3. Extraction begins automatically.
    Carolyn

  • How to include new functionality into WAS

    Hi,
    how can I include new functionality from external C sources into WAS.
    I mean a my own functions callable from ABAP by statement "CALL cfunc" (call system function) ?
    Thanks.
    Marian

    Hi,
    You may want to use RFC for the same.
    Check this link:
    http://help.sap.com/saphelp_nw70/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm
    Regards,
    Siddhesh

  • I have to use two different versions of Firefox for two different employers - How to install new version without losing old one?

    One employer requires that I use Firefox 3. Another requires that I use the newest version. How do I install a new version Firefox to a different path without over-writing the old version?

    The easiest way it to have one version be a Firefox Portable installation. The Portable installation is self-contained and won't affect your "regular" Firefox installation.<br />
    http://portableapps.com/apps/internet/firefox_portable
    Otherwise you need to set up a Profile specifically for the 2nd version and make sure the correct Profile is launched with each version. <br />
    [http://support.mozilla.com/en-US/kb/Managing+Profiles] <br />
    http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    Overall you are probably better off replacing your current Firefox 3.6.25 version with the Portable Apps version - http://portableapps.com/apps/internet/firefox_portable/localization#legacy36 - and install Firefox 9.0.1 as your "regular" installation.

Maybe you are looking for

  • How can I use the onmouseover event in this case?

    Hello! Sorry If it's a simple question... I'm a beginner in JSFs :P... I need to do with a dataTable an effect. In my old JSP file (Basically made with HTML), when I made a TABLE, I changed the class of all the rows. Like this: <TABLE> <TR onmouseove

  • Business Partner Migration

    Hello Group:       I continue with LSMW+IDOC for Business Partner Migration in SAP Banking.       I am using the Idoc Message BUPA_INBOUND_MAIN_SAVE_M.       I get the error:            “Specify at least one number for the business partner”.       Bu

  • Converting to text/xml

    Hi, I get this error in sxmb_moni: "Delivery Exception: invalid content type for SOAP:TEXT/HTML." I have set the ContentType with the messageTransformBean in the SOAP receiver adapter. but I also need to set parameter "Do not use SOAP envelope", add

  • Find my Friends. Shared Apple ID. His and her iPhones.

    My wife and I each have iPhones. We share an Apple ID. Can we use Find my friends if we share the same Apple ID? thanks,  eli

  • Need help on Wait for Event.

    Hello all. I faced an issue with wait for event step,Which goes like this. For a workflow one of the fork branches there is a wait for event step(wait for manual release) . On development server when ever that event is fired (manual release) , the wa