Integration of JQUERY within APEX

Hi everyone and happy Christmas...

I have a problem with jquery in the apex. I searched in previous posts, but I can't reach to make it work...
I'm under apex 3.2.1 on linux with the apex listener.

I want to refresh a report, and I found that it was possible to do using jQuery (...). Trigger ('apexrefresh'). So I tried to declare jquery...
I've downloaded jquery - http://jquery.com 1.8.3.js and downloaded as static files in the components shared with apex.

Now, I'm trying to set the file in my section of javascript like this:

< script src = "" #APP_IMAGES #jquery - 1.8.3.js "type =" text/javascript"> < / script >"
....
< script type = "text/javascript" >
updating of the regions affected by the change in point PXX_ID_OPERATION
Alert("#APP_IMAGES#jQuery-1.8.3.min.js");
Alert (apex.jQuery (.jQuery));
< /script >

In vain the javscript in the .jquery statement (apex.jQuery).
What was my mistake? I am certainly quite wrong, but I have not found a clear tutorial on the internet. Thank you in advance for help.

Kind regards...

Since you are NOT at the APEX 4.x, maybe one of them will help you:
http://c2anton.blogspot.com/2010/02/Apex-refresh-classic-report-region-AJAX.html
this: http://www.oracle-and-apex.com/question-how-to-refresh-an-apex-sql-report-from-javascript/
http://blog.warp11.nl/2011/04/Oracle-Apex-report-refresh-the-easy-way/

Happy holidays!

Tony Miller
Ruckersville, WILL

Tags: Database

Similar Questions

  • What are the steps to convert any Plugin jQuery Plugin Apex?

    Dear Apex Experts,

    What are the steps to convert any Plugin jQuery Plugin Apex?

    Best regards

    Yes, you need to write make it two lines to say apex plsql and jquery and so on.

    So, just download the plugin above and install as an example and look into the plugin definition in the shared components.

    Look at the rendered (PLSQL) function

  • Strange problem with universal theme, jQuery and APEX 5 on Windows 8.1

    I have a strange problem that makes me crazy. I get it whenever I need to run some jQuery or JavaScript in the new universal theme. This page is a good example:

    https://Apex.Oracle.com/pls/Apex/f?p=93000:600

    Whenever I click on the calendar icon it opens and closes immediately. This happens when I click on and release the quick mouse button. If I do it slowly, click it, wait a second and release the mouse button, it opens as expected. I did the inspection of javascript in the firebug debugging console and I can see that each action runs twice.

    On this page, you can debug:

    https://Apex.Oracle.com/pls/Apex/f?p=93000:16

    by pressing a button.

    I did some tests with some of my colleagues and discovered that this happens only on computers with Windows 8.1 running pages in Firefox or Google Chrome. IE works as expected.

    I invite participants in this forum to do a test for me, if they have one of the browsers mentioned and Windows 8.1. My tests were from two different laptops I (the two Windows 8.1) and also of a virtual machine on Windows 8.1. I was able to reproduce this problem on all three computers.

    I also did the same test with apex.oracle.com and with my local installation of APEX 5.0. They both behave the same.

    I can't reproduce this with applications having the old model like this:

    https://Apex.Oracle.com/pls/Apex/f?p=31517:215

    Thanks in advance.

    Denes Kubicek

    Brad, thanks a lot for the performance test.

    Talking with the main developers of the universal theme, this afternoon, we have now highlighted what we believe to be the cause of this problem. There's code in a universal theme that uses hammer.js and apply a logic of quick click on all the links and buttons, with a few exceptions closely. We believe that it is this code that may be responsible for these questions.

    Please hold fire for more such tests as requested previously, my apologies for any lost time do. We will follow on this thread with results as soon as we can.

    Thanks again for your help so far.

    Kind regards

    Anthony

  • Integration of Jaspersoft and apex

    Hello

    everyone to indicate a documentation on the integration between products APEX and Jaspersoft BI?

    Or another free product for the generation of reports

    Thank you

    I found the answer on the site of Opal-consulting.

  • JQuery and Apex

    Hello

    I need help to understand how to use JQuery modal window in the Apex with a query from a table.

    Basically I want in my modal windon to the result of a statement select, is - it possible.

    Can you tell me the meaning?

    Kind regards

    Hello

    Thank you very much for your answer

    I also test this:

    Oracle APEX: How pimp your dialog box with JQuery - Yenlo

    Kind regards

  • creation of accordion jquery in apex 4.2

    All,

    I'm creating accordion standard jquery in the apex 4.2 but its not working not not for me if it works in 4.1. I also tried way Patrick, but same result does not not in 4.2. How did the accordion to work in 4.2?

    That's what I need in the apex 4.2 = > http://apex.oracle.com/pls/apex/f?p=2672:5

    I appreciate any idea... Thank you.

    Has got the problem and solved it... THX

  • Using JQuery in Apex

    I use Apex 4.1

    I'm trying to animate a list, I therefore wanted to use JQuery
    So, I've edited my page and put the following text in the Javascript box.
    $(function() {
            $("#MAIN").show("slide", { direction: "up" }, 500);
                    
    });
    I gave to my region list id of the HAND.
    Unfortunately, the animation does not work.
    I think the Jquery file to do this job is jQuery UI effects, which I believe is loaded automatically into the Apex 4
    or am I wrong

    See you soon

    Gus

    Hello

    you get an error in the JavaScript console?
    Maybe * #main * is not loaded when you call the code?

    Try:

    $(document).ready(function() {
       $("#MAIN").show("slide", { direction: "up" }, 500);
    });
    
  • jQuery in Apex 4.0

    Hi all

    I want to create an accordion in my application using the jQuery components, I followed some discussions also but it still does not.

    This is the thread I'm following:
    Roll your own - APEX 4.0 and JQuery-UI Application

    Here the example given by Jeff works very well for the tabs when I tried, but I'm following the response given by Alister Lang for accordion.


    That's what I did:
    Header HTML:

    "< link href="IMAGE_PREFIX#libraries/jquery-ui/1.8/themes/base/jquery.ui.all.css "rel ="stylesheet"type =" text/css"/ >
    "< script src="#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.core.min.js "type =" text/javascript"> < / script >
    "< script src="#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.accordion.min.js "type =" text/javascript"> < / script >
    < script >
    {$(function()}
    . accordion() $(«#accordion»);
    });
    < /script >

    HTML area (Container)
    Source of the region:

    <!-< div id = "accordion" > //this part I put comment here, but it is not commented on in my application
    Employeesof the < h3 > < / h3 >
    Departmentsof the < h3 > < / h3 >
    < / div >-->

    and two reports with
    Static ID: tabs-3 and the 4 tabs

    It is the result of what I mean:
    http://Apex.Oracle.com/pls/Apex/f?p=15413:3:3018646282454486:

    user name: demo
    password: demo

    Please help me

    Thank you
    Tauceef

    Hi Tauceef,

    Take a look at Using jQueryUI Accordion with APEX 4.0 , which will make it much easier to define an accordion.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • I was wondering if someone can help me with a question of integrating includeMergeSourceInfo jquery?

    I tried the following script in a simple html page on my computer and it workd perfectly:

    However, what ad inside BC one model, for some reason any warning. change() is copied 4 times. You can see from the following link: http://www.bebemoda.co.uk/test-1?Preview=True

    Not sure if this is due to interferences form other scripts and am not able to understand the problem.

    Anyone would be able to helpn solve me this problem?

    Thank you

    <! DOCTYPE html >

    < html >

    < head >

    < style >

    div {color: red ;}}

    < / style >

    " < script src =" http://code.jQuery.com/jQuery-latest.js "> < / script > .

    < / head >

    < body >

    < select class = "cat_dropdown" id = "ShippingCountry" name = "ShippingCountry" >

    < option selected = "true" > - Select Country - < / option >

    < option value = "AF" > AFGHANISTAN < / option >

    < option value = "AL" > ALBANIA < / option >

    < option value = "DZ" > ALGERIA < / option >

    < option value = 'AS' > AMERICAN SAMOA < / option >

    < option value = "AD" > ANDORRA < / option >

    < option value = "AO" > ANGOLA < / option >

    < option value = "I" > ANGUILLA < / option >

    < option value = "AQ" > ANTARCTICA < / option >

    < option value = "AG" > ANTIGUA AND BARBUDA < / option >

    < option value = "AR" > ARGENTINA < / option >

    < option value = "AM" > ARMENIA < / option >

    < option value = "AW" > ARUBA < / option >

    < option value = "to THE" > AUSTRALIA < / option >

    < option value = "AT" > AUSTRIA < / option >

    < option value = "AZ" > AZERBAIJAN < / option >

    < option value = "BS" > BAHAMAS < / option >

    < option value = "BH" > BAHRAIN < / option >

    < option value = "BD" > BANGLADESH < / option >

    < option value = "BB" > BARBADOS < / option >

    < option value = "BE" > BELGIUM < / option >

    < option value = "BZ" > BELIZE < / option >

    < option value = "BJ" > BENIN < / option >

    < option value = "BM" > BERMUDA < / option >

    < option value = "BO" > BOLIVIA < / option >

    < option value = "BW" > BOTSWANA < / option >

    < option value = "BR" > BRAZIL < / option >

    < option value = "BG" > BULGARIA < / option >

    < option value = "KH" > CAMBODIA < / option >

    < option value = "CM" > CAMEROON < / option >

    < option value = "CA" > CANADA < / option >

    < option value = "CV" > CAPE VERDE < / option >

    < option value = "KY" > CAYMAN ISLANDS < / option >

    < option value = "CF" > Central AFRICAN REPUBLIC < / option >

    < option value = 'TD' > CHAD < / option >

    < option value = "CL" > CHILE < / option >

    < option value = "CN" > CHINA < / option >

    < option value = "CX" > CHRISTMAS ISLAND < / option >

    < option value = "CO" > COLUMBIA < / option >

    < option value = 'CK' > COOK ISLANDS < / option >

    < option value = "CR" > COSTA RICA < / option >

    < option value = "HR" > CROATIA < / option >

    < option value = "CY" > CYPRUS < / option >

    < option value = "CZ" > Czech REPUBLIC < / option >

    < option value = "DK" > DENMARK < / option >

    < option value = "DJ" > DJIBOUTI < / option >

    < option value = "MD" > DOMINIQUE < / option >

    < option value = 'DO' > DOMINICAN REPUBLIC < / option >

    < option value = "CJ" > ECUADOR < / option >

    < option value = "EG" > EGYPT < / option >

    < option value = "SV" > EL SALVADOR < / option >

    < option value = "GQ" > EQUATORIAL GUINEA < / option >

    < option value = "EE" > ESTONIA < / option >

    < option value = 'AND' > ETHIOPIA < / option >

    < option value = "FK" > FALKLAND (MALVINAS) ISLANDS < / option >

    < option value = "FJ" > FIJI < / option >

    < option value = 'FI' > FINLAND < / option >

    < option value = "FR" > FRANCE < / option >

    < option value = "GF" > FRENCH GUIANA < / option >

    < option value = "PF" > FRENCH POLYNESIA < / option >

    < option value = "GM" > GAMBIA < / option >

    < option value = "GE" > GEORGIA < / option >

    < option value = "DE" > GERMANY < / option >

    < option value = "GH" > GHANA < / option >

    < option value = "IM" > GIBRALTAR < / option >

    < option value = "GR" > GREECE < / option >

    < option value = "GL" > GREENLAND < / option >

    < option value = "GD" > GRENADE < / option >

    < option value = "GP" > GUADELOUPE < / option >

    < option value = "GU" > GUAM < / option >

    < option value = 'GT' > GUATEMALA < / option >

    < option value = "GY" > GUYANA < / option >

    < option value = "HT" > HAITI < / option >

    < option value = "GO" > HOLY SEE (VATICAN CITY STATE) < / option >

    < option value = "HN" > HONDURAS < / option >

    < option value = "HK" > HONG KONG < / option >

    < option value = "HU" > HUNGARY < / option >

    < option value = "IS" > ICELAND < / option >

    < option value = "IN" > INDIA < / option >

    < option value = "ID" > INDONESIA < / option >

    < option value = "IE" > IRELAND < / option >

    < option value = "IT" > ISRAEL < / option >

    < option value = "IT" > ITALY < / option >

    < option value = "JM" > JAMAICA < / option >

    < option value = "JP" > JAPAN < / option >

    < option value = "JO" > JORDAN < / option >

    < option value = "KZ" > KAZAKHSTAN < / option >

    < option value = "KE" > KENYA < / option >

    < option value = "KP" > SOUTH KOREA < / option >

    < option value = "KW" > KUWAIT < / option >

    < option value = "KG" > KYRGYZSTAN < / option >

    < option value = "LA" > POPULAR LAO DEMOCRATIC REPUBLIC < / option >

    < option value = "LV" > LATVIA < / option >

    < option value = "LI" > LIECHTENSTEIN < / option >

    < option value = "LT" > LITHUANIA < / option >

    < option value = "READ" > LUXEMBOURG < / option >

    < option value = "MG" > MADAGASCAR < / option >

    < option value = "MW" > MALAWI < / option >

    < option value = "MY" > MALAYSIA < / option >

    < option value = "MV" > MALDIVES < / option >

    < option value = 'ML' > MALI < / option >

    < option value = "MT" > MALTA < / option >

    < option value = "HD" > MARSHALL ISLANDS < / option >

    < option value = "MQ" > MARTINIQUE < / option >

    < option value = "MR" > MAURITANIA < / option >

    < option value = "MU" > MAURICE < / option >

    < option value = "MX" > MEXICO < / option >

    < option value = "MD" > MOLDOVA, REPUBLIC OF < / option >

    < option value = "MC" > MONACO < / option >

    < option value = "MN" > MONGOLIA < / option >

    < option value = "MS" > MONTSERRAT < / option >

    < option value = 'MA' > MOROCCO < / option >

    < option value = "MZ" > MOZAMBIQUE < / option >

    < option value = "MM" > MYANMAR < / option >

    < option value = "NA" > NAMIBIA < / option >

    < option value = "NP" > NEPAL < / option >

    < option value = "NL" > Netherlands < / option >

    < option value = "YEAR" > ANTILLES NETHERLANDS < / option >

    < option value = "NC" > NEW CALEDONIA < / option >

    < option value = "NZ" > New Zealand < / option >

    < option value = "NO" > NICARAGUA < / option >

    < option value = "NO" > NIGER < / option >

    < option value = "NG" > NIGERIA < / option >

    < option value = "NF" > NORFOLK ISLAND < / option >

    < option value = "NO" > NORWAY < / option >

    < option value = "OM" > OMAN < / option >

    < option value = "PK" > PAKISTAN < / option >

    < option value = "PW" > PALAU < / option >

    < option value = "PA" > PANAMA < / option >

    < option value = "PG" > Papua New Guinea < / option >

    < option value = 'PY' > PARAGUAY < / option >

    < option value = "PE" > PERU < / option >

    < option value = "PH" > PHILIPPINES < / option >

    < option value = "PL" > POLAND < / option >

    < option value = "PT" > PORTUGAL < / option >

    < option value = "PR" > PUERTO RICO < / option >

    < option value = "QA" > QATAR < / option >

    < option value = "RE" > MEETING < / option >

    < option value = "RO" > ROMANIA < / option >

    < option value = "UK" > RUSSIA < / option >

    < option value = "RW" > RWANDA < / option >

    < option value = "SH" > SAINT HELENA < / option >

    < option value = "KN" > SAINT KITTS AND NEVIS < / option >

    < option value = "LC" > Saint LUCIA < / option >

    < option value = "PM" > SAINT PIERRE AND MIQUELON < / option >

    < option value = "VC" > SAINT VINCENT AND THE GRENADINES < / option >

    < option value = "SM" > SAN MARINO < / option >

    < option value = "SA" > SAUDI ARABIA < / option >

    < option value = "SN" > SENEGAL < / option >

    < option value = 'SC' > SEYCHELLES < / option >

    < option value = "SL" > SIERRA LEONE < / option >

    < option value = "SG" > SINGAPORE < / option >

    < option value = "SK" > SLOVAKIA < / option >

    < option value = "IF" > SLOVENIA < / option >

    < option value = "SB" > SOLOMON ISLANDS < / option >

    < option value = "ZA" > SOUTH AFRICA < / option >

    < option value = "ES" > SPAIN < / option >

    < option value = "LK" > SRI LANKA < / option >

    < option value = "SR" > SURINAME < / option >

    < option value = "SZ" > SWAZILAND < / option >

    < option value = "SE" > SWEDEN < / option >

    < option value = "CH" > SWITZERLAND < / option >

    < option value = "TW" > TAIWAN < / option >

    < option value = "TJ" > TAJIKISTAN < / option >

    < option value = "TZ" > TANZANIA, UNITED REPUBLIC OF < / option >

    < option value = "TH" > THAILAND < / option >

    < option value = "" > TONGA < / option >

    < option value = "TT" > TRINIDAD AND TOBAGO < / option >

    < option value = "NT" > TUNISIA < / option >

    < option value = "B" > TURKEY < / option >

    < option value = "TC" > TURKS AND CAICOS Islands < / option >

    < option value = "UG" > UGANDA < / option >

    < option value = "AU" > UKRAINE < / option >

    < option value = "AE" > UNITED ARAB EMIRATES < / option >

    < option value = "Go" selected = "selected" > UNITED KINGDOM < / option >

    < option value = "Fr" > United States < / option >

    < option value = "UY" > URUGUAY < / option >

    < option value = "UZ" > UZBEKISTAN < / option >

    < option value = "FR" > VENEZUELA < / option >

    < option value = "VN" > VIETNAM < / option >

    < option value = "VG" > VIRGIN ISLANDS, BRITISH < / option >

    < option value = 'VI' > VIRGIN ISLANDS, U.S. < / option >

    < option value = 'YE' > YEMEN < / option >

    < option value = "ZM" > ZAMBIA < / option >

    < / select >

    < div id = "shippingdest" style = "width: 30%; color: #F33 "> < / div >"

    < script >

    $("#ShippingCountry").change (function () {}

    var str = "";

    $("option:selected").each (function () {}

    If ($(this) .text ()! == "United Kingdom")

    {

    $("#shippingdest").text("");

    Str += "Please note that delivery charges do not apply on orders shipped outside of the United Kingdom. Once your order has been processed, we will contact you with a shipping specific quote based on the items you have purchased. « ;

    $("#shippingdest").text (str) ;}

    on the other

    {

    $("#shippingdest").text("");

    }

    });

    })

    . change().

    < /script >

    < / body >

    < / html >

    Hello LondonHK,

    It seems that your every function is what you ruin. He tries to go through each drop-down list, once you change the ShippingCountry fall down. So since there are 5 drop downs the code works you wanted.

    I've done a jsfiddle with a bit of code more simple that should do the trick for you:

    http://jsfiddle.NET/chaddidthis/nw6cY/

    Let me know if it works.

    Hope this helps,

    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Integration of CMS with APEX

    Hi guys,.

    Do you know why I cannot connect to my APEX application in Iframe with IE6 but I peut with Firefox 3.5.3?

    If you want to try, click on this link: [http://sm.andyrosemary.com/principal2.html | http://sm.andyrosemary.com/principal2.html]

    This is the LOGIN / PASSWORD: COMMENTS / APEX


    Thank you
    Sylvain Michaud

    I have an Apex application in an IFrame. It works fine in IE7 and IE8, but also Firefox 3.X.
    I have not tested our application iframe with IE6 because we do have in our company.

    I just test your application with IE8 and I see the login page, but it won't actually process the information of connection inside the iframe. If I take the iframe url and paste it directly into the address bar in IE8, I can connect very well. What is the problem you are having?

    I hate to say it, but I believe that it is your Apex application. I just copied your iframe page in one of my servers the and then one of the apex demo applications reported the iframe src URL and it works beautifully. Then I tried again, this time by pointing the iframe to an Apex custom application on another server, and it worked well also.

    Try to set up a sample application and pointing to that.

  • How to call a Java method, pl/SQL from within ApEx

    I want to call a Java method, which I intend to use to add members to a collection at the ApEx of another source of data.



    How does one call a Java from ApEx method?



    Thank you

    Gregory


    Hello

    Curious, the link works fine for me.

    Anyway, here is another, a thread on AskTom site that addresses the basic concepts you need-

    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:952229840241

    Hope this helps,

    John.
    --------------------------------------------
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!

  • create jquery TABS simple in apex

    All,
    I'm creating TABS jquery based in apex, but I realized its not working not as I thought... I really need help on this please?

    that I created in my area, I added code below
    <div id="tabs">
    <ul>
    <li><a href="#">Nunc tincidunt</a></li>
    <li><a href="#">Proin dolor</a></li>
    <li><a href="#">Aenean lacinia</a></li>
    </ul>
    </div>
    
    then at page header i made references,
    
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
    <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
    <link rel="stylesheet" href="#WORKSPACES_IMAGES#style.css" />
    that I added the region of the child to the foregoing.

    but not everything works... .your help is sincerely appreciated

    First of all, why you are referencing a new version of jquery which is bundled with APEX? Here is a simple solution for your problem: http://www.warp11.nl/2011/04/tabs-within-apex-using-jquery/

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • JavaScript JSON and ApEx integration

    In the community of ApEx, I see a lot of developers to extend their applications with JavaScript and JSON libraries. I would do the same thing to enjoy all the beautiful widgets, gadgets and gizmos that have been developed in the world of script.


    What is advice to better introduce the use of a script library?

    Team ApEx Oracle has an official thought on the extension of the ApEx in a script library?

    Y at - it a library which is recommended?

    Team ApEx does intend to extend their own library users don't need to use 3 parties?

    Have others using these issues experienced the 3rd-party libraries related to upgrades of the ApEx?


    I need a solution that is solid as a rock (no bugs) and bearable. The apps I support now have over a thousand users. Applications run on our company intranet. It would be undesirable to make calls outside our network http.

    Kind regards
    Todd

    Todd,

    We have certainly will continue work on the library, with the main objective on the realization of full namespace (to reduce the risk of collisions with different libraries functions) and the integration of jquery (making use of the features of the great library of basic such as chaining DOM selectors, improved, etc., but not of jquery UI).

    While it is currently possible to integrate with other libraries and many people have had great results with it, there are other plans for the future which should make life easier. To know custom item types, which allows developers to more easily code and reuse 3rd widgets to party in their applications.

    Another plan is what we call "Dynamic action", which will allow developers to set declaratively in the APEX for example activation, deactivation, display client side logic and hiding items. It is about making life easier for developers who do not want to dirty their hands with JavaScript, but still want to achieve such functionality in their applications.

    But I do not think that we could reach a point where "users have no need to use 3 parties. We are not all things to all people, different people have different requirements and tastes. For this reason, providing the best scalability (through custom item types) is the goal.

    We will also improve the documentation on the library, since 3.1, we had a few docs in chapter API user guide, but we will look to improve it with more detailed in future examples.

    Hope this helps,
    Anthony.

  • Apex integration with ebs 11i Cookie issue

    Hi all
    I've done integration (11i) EBiz with Apex. To do this, I followed the white paper by Rod West i.e. apex-ebs-wp-cabot-consulting-169064.pdf
    It was working fine. but once I got past the deadline as 3 (previously 60 sec) in the validate_hash function, it starts giving problem.
    The main problem is the only error in the first, when we try to identify of Ebiz. If I try again once or twice he started to work very well. I have no idea on whats going on.
    Please help as soon as POSSIBLE.


    Thanks in advance,
    Ananya

    Hello

    The generate_hash and validate_hash functions are used to generate a secondary password for the user of the EBS to connect at the Apex. To make sure there is a timeout built into the function so that the password cannot be reused. The first time that apex is used there is some overhead in loading the tables, packages etc. in memory and so time between production and the use of the password is longer than normal. That's why you get a timeout when you first try to connect to the EBS. Set the timeout high so that there is no time-out or save the password in a package variable so that it is available for the duration of the session.

    Rod West

  • When you use APEX.jQuery () - syntax...?

    Hello

    I've migrated to Apex 4.02 and had an old jQuery Version running on 3.2.

    Now, I learned that I can use the construction in jQuery Libs who don't load the features of the user interface, but the additional user interface components can be loaded to the APEX - Lib.

    I read that renamed APEX implementation implementation of jQuery APEX.jQuery ().

    I threw my old jQuery Libs (only standard jQuery APEX bookstores are loaded), but my jQuery calls still work with $ ().

    So, when I use the syntax APEX.jQuery () and why to be $ () function still...?

    Thanks, Jürgen

    Do you mean without loading my own version a jQuery that I can refer to the APEX 4 included jQuery with apex.jQuery () AND $ (...)?

    Yes, Apex 4, you can see the jQuery bultin (included) Version using apex.jQuery or * methods of $.

    But when my own version of jQuery loading I can reference the APEX-jQuery libraries via apex.jQuery () and my own jQuery Libs with $ ()...?

    If however you want to load your own version of jQuery (say a newer version than the apex 1.4), you can refer to the new version of jQuery with the jQuery ( or * $(* méthodes et le bultin l'un à l'aide de apex.jQuery ))

    If you want to use a shortcut without ambiguity, you can use the method to alias method jQuery noconflict (< a="" href="http://api.jquery.com/jQuery.noConflict">http://api.jquery.com/jQuery.noConflict).
    For example

    
     
    

    So builtin accessible jQuery * $J (* (* apex.jQuery (* is also available) and your new would be available with * $(* ou jQuery (.))))

Maybe you are looking for