SPServices, jQuery, and GetPermissionsByToken

I wanted to use GetPermissionsByToken in order to get the broken permissions to folders in a document library. Is there some other web service I call, I can use SPServices to access the permisison on document library folders, only? I need to do this only
in a CEWP , client-side, using jQuery and SPServices, or just javascript in order to access this particular method of Permissions webservice. Or if there is some other service I could feed the ID of the folder(s) in question, to in order to retireve just the
permisisons for each folder, please let me know.? I am in MOSS 3.0./SharePoint 2007

I get what you're saying, but from what I've dealt with/understand SiteData.asmx only goes to the granualarity of the site object, and permissions down to the list.
If you're able to get that working on the item level, can you share the code?
If not, I can walk you through setting up a custom webservice that would call out the item you are looking for by passing the item Id and List Id as parameters and return the permissions.
Brandon James SharePoint Developer/Administrator

Similar Messages

  • How to work JQuery and content editor webpart functionality in sharepoint 2013?

    Hi all,
    I have a requirement to display the list data in share-point page by using JQuery and content editor web-part. could you please any one suggest the process to display the list data using JQuery and ContentEditorWebpart.
    Thanks in advance.
    Thanks,
    phani kumar
    Phani kumar

    Hi,
    From your description, my understanding is that you want to show a list data in a page using jQuery and Content Query Web Part.
    You could use SharePoint REST API to accomplish your requirement, please refer to this code below:
    <div id="listData">
    </div>
    <script src="https://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script><script type="text/javascript">
    $(document).ready(function(){
    //replace your list title
    $.ajax({
    url: _spPageContextInfo.webAbsoluteUrl + "/_api/web/lists/getbytitle('customlist03')/items",
    type: "GET",
    headers: {"accept": "application/json;odata=verbose"},
    success: function (data) {
    if (data.d.results) {
    var obj = data.d.results;
    for(var i = 0; i < obj.length; i++)
    $("#listData").append("<div>title "+obj[i].Title+"</div>");
    error: function (xhr) {
    alert(xhr.status + ': ' + xhr.statusText);
    </script>​​
    The screenshot below is my result:
    Please refer to these articles:
    Working with lists and list items with REST
    https://msdn.microsoft.com/en-us/library/office/dn292552.aspx
    SharePoint 2013 – CRUD on List Items Using REST Services & jQuery
    http://www.plusconsulting.com/blog/2013/05/crud-on-list-items-using-rest-services-jquery/
    You can also get list data using JavaScript Client Object Model(JSOM), you could refer to this article:
    How to: Complete basic operations using JavaScript library code in SharePoint 2013
    https://msdn.microsoft.com/en-us/library/office/jj163201.aspx?f=255&MSPPError=-2147217396
    Here is a link about how to add code into page via Content Editor Web Part:
    http://blogs.msdn.com/b/sharepointdev/archive/2011/04/14/using-the-javascript-object-model-in-a-content-editor-web-part.aspx
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Developer-Online New Tutorial Released: Create a Flickr gallery using jquery and JSON

    Create a Flickr gallery using jquery and JSON
    Hello everyone, In this tutorial I'll show how is simple to build your Flickr photo gallery using jQuery framework and JSON. We'll see how to setup thumbnail's numbers, convert your RSS Flickr in a JOSOn format and display theme. Thank You for your attention!
    Posted on:                                       2010-01-11 10:20:48
    Author: patrizio Quatrini
    Best Regards
    Waleed Barakat

    Heya,
    When I first read your post I originally thought you were posting a tutorial about whether a chosen username has already been resigtered or not on the signup page like this tutorial:
    http://DwFAQ.info/signup_demo.php
    Spry Check Username Availability
    Date Created: Sunday, July 5, 2009 2:29 PM
    Then after looking at the page you've linked to and trying to understand the objective of the tutorial I've noticed that you are talking about something like this:
    http://DwFAQ.info/home.php?id=7
    Spry Search
    Date Created: Sunday, March 1, 2009 8:51 PM
    It's pretty simple to do with the link I've referenced. Simply create your database with populated tables, use the mentioned script to convert the database data into xml syntax, then enter your dynamic database script as the location of the xmlDataSet in the spry page linked.
    View source on this page which shows the non-destructive filter in action to see how it's done! You can also spice it up a little for products, etc. by using this method. The key is to create a dynamic xml syntax from your database and then use the dynamic xml script location as your xmlDataSet in the search page.
    I have an example of the auto suggest search on my homepage http://DwFAQ.info
    On the top-left side of the page click on the link that says Search Tutorials to reveal the search form. Then start typing characters into the search box to see the entries instantly filter according to the characters that are typed. You can also filter further by clicking on the category checkboxes to filter by keywords AND category.
    You can view the source code on my homepage to see the location of the dynamic xml syntax referenced as the xmlDataSet location and how it was implemented into the site.

  • Developer-Online: Create a Digg login style using jQuery and CSS

    Create a Digg login style using jQuery and CSS
    Hello Friend, today We'll see how to create a Digg Login panel using only CSS3 and a bit of jQuery script. You'll see how is simple present a login feature using a modal window creates by js. You'll find the .ZIP tutorial visiting: http://www.beatfly.com/download.php
    Tags:    tips & tricks | JS
    Author: patrizio Quatrini
    Posted: 2010-02-04 10:57:48
    Brought to you by: Developer-Online

    Thanks Leonard
    On the surface that looks a mighty powerful product that probably goes far beyond what we require. Looking at the system requirements, it seems that some specific Application Servers are needed (is this correct?), which we won't have. Am I correct in thinking this is a modular based product, in that I buy a base product (being LiveCycle ES ... not sure what this product does on it's own) and then add a module such as PDF Generator to it?
    It's difficult to glean from the product web site exactly what this product is all about but my gut feel is it'll be a few steps beyond what we need to achieve. I might be wrong, so feel free to pull me up there but it seems this is along the lines of a total back-end Adobe solution.
    If you have any other suggestions I'd be grateful, otherwise I may need to continue down the "clunky yet serviceable" HTML to PDF route
    Adrian 

  • Jquery and site studio

    Hi there,
    has anyone on here had any success using jquery within site studio assets? I'm having odd behavior just trying to read in the files depending on where I place the script call to import using the following. If you have had success can you share how you were able to solve the oddities? An example of the oddities is that depending on where i place the script calls to import the js files the rest of the html does not come back from site studio. it is as if site studio chokes on the call and stops composing the html that should get to the requestor. if i move the the call around to different points within the <head> tag i get different behavior.
    <script src='<!--$wcmUrl("resource","JQUERY151")-->'/>i am used to using jquery for heavy interactions at the UI level but have not been able to get both jquery and jqueryUI libraries to work at the same time from within site studio....thanks for any response.
    -robert

    I haven't used wcmUrl() extensively, but I've had no issue using jQuery when putting the js files as a fragment asset. Have you tried making sure that the generated url is actually correct? If JQUERY151 happens to be a fragment, you have to use wcmFragment(), not wcmUrl(). If everything else fails, try updating to the latest patch to see if that resolves it. Hope this helps.

  • OT: Tutorial | How to author HTML, CSS, jQuery, and PHP 5.4 in Dreamweaver CC

    Hi all,
    Dreamweaver CC 2014 comes with a host of tutorials for both beginners and advanced users. In this tutorial you will learn how the latest support for HTML5, CSS3, jQuery and PHP5.4 in Dreamweaver can help you author static, dynamic, mobile or responsive projects.
    We would love to hear your opinion on this tutorial after you complete the training.
    https://helpx.adobe.com/dreamweaver/how-to/html-css-jquery-php-dreamweaver.html?scid=socia l26198776
    Thanks,
    Preran

    jlig wrote:
    > David, I just read thru the sample chapter 7 "Building
    Site Navigation with the
    > Spry Menu bar".
    > - Finally a Spry resource that is friendly , thorough
    and easy to follow
    > along.
    > - I especially like your honest comments in the "Mixed
    Blessing" section.
    Glad you found it useful. I felt it was essential to present
    a balanced
    view of Spry widgets, rather than giving a starry-eyed one.
    > Trying to adjust the Tab Colors, Fonts, CSS page sizes,
    margins, borders, etc
    > is a bit of a nightmare for me. I know it is just a
    matter of learning, but it
    > would help to have resources like yours that take all of
    the practical
    > considerations into mind for end-users.
    It is quite easy to do simple things with CSS, but it's very
    powerful,
    and has a long learning curve. Keep at it, and you'll get
    there in the end.
    > ps: How about a similiar new resource: "The Essential
    Guide to Dreamweaver
    > CS3 with ADDT, SPRY, CSS, AJAX and PHP / ColdFusion"
    I'm not a big fan of ADDT (Adobe knows my opinions, because I
    have told
    them directly). I would like to see how ADDT develops before
    committing
    to writing about it. As for ColdFusion, I experimented with
    it a long
    time ago, but decided I preferred to improve my knowledge of
    PHP before
    branching out into other fields.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Dreamweaver CS6-  jquery and jquery cycle to have 5 images slide (as a fade) in a banner code failure- help?

    Dreamweaver CS6- I am trying to use jquery and jquery cycle to have 5 images slide (as a fade) in a banner. I thought I got the code right but it stacked the images. I suspect I have the incorrect code for the position or I haven't properly added cycle.
    my head code:
    <title>slider</title>
    <script type="text/javascript" src="JS/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="JS/jquery.cycle2.min.js"></script>
    <script type="text/javascript">
    $('#slider').cycle({
    </script>
    <style type="text/CSS">
    #slider {margin:auto;}
    </style>
    My div code:
    <div id="slider">
      <p> 
        <img src="Leather web page/DSC_0531_4925.JPG"/>
        <img src="Leather web page/DSC_0035_edited-1.JPG"/>
        <img src="Leather web page/DSC_1593_edited-1.jpg"/>
        <img src="Leather web page/DSC_1595_edited-1.jpg"/>
        <img src="Leather web page/DSC_1821.jpg"/>
        </div>
    Any help would be greatly appreciated.

    1. You can use a constructor to change the defaults. The default values can be seen in jquery.cycle2.js starting at line 659 as per the following. As you can see at the bottom, the code automatically runs the slideshow(s)
    // @see: http://jquery.malsup.com/cycle2/api
    $.fn.cycle.defaults = {
        allowWrap:        true,
        autoSelector:     '.cycle-slideshow[data-cycle-auto-init!=false]',
        delay:            0,
        easing:           null,
        fx:              'fade',
        hideNonActive:    true,
        loop:             0,
        manualFx:         undefined,
        manualSpeed:      undefined,
        manualTrump:      true,
        maxZ:             100,
        pauseOnHover:     false,
        reverse:          false,
        slideActiveClass: 'cycle-slide-active',
        slideClass:       'cycle-slide',
        slideCss:         { position: 'absolute', top: 0, left: 0 },
        slides:          '> img',
        speed:            500,
        startingSlide:    0,
        sync:             true,
        timeout:          4000,
        updateView:       0
    // automatically find and run slideshows
    $(document).ready(function() {
        $( $.fn.cycle.defaults.autoSelector ).cycle();
    2. To center the slideshow, merely center the container as in
    div.cycle-slideshow {
        width: 1000px;
        margin: auto;

  • Jquery and form help

    <optioni,
    I am trying to do two things which as a noob im struggling with and I was hoping someone might be able to help me with.
    First issue;
    I have a text box in a form that I want some one to write there name in to, I then want to be able to call that name from the text box to display in questions below.
    Is this possible using jquery and if so how do I do it?
    Second issue
    I have the following
    <label>
    <select name='request'>
    <option value="request 1"> request 1 </option>
    <option value="request 1"> request 1 </option>
    </select>
    </label>
    Dependant on which option is selected I want it to display diffrent form elements below with diffrent options, is this possible?

    Pablo269 wrote:
    Second issue
    I have the following
    <label>
    <select name='request'>
    <option value="request 1"> request 1 </option>
    <option value="request 1"> request 1 </option>
    </select>
    </label>
    Dependant on which option is selected I want it to display diffrent form elements below with diffrent options, is this possible?
    Try this:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Untitled Document</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script>
    $(document).ready(function() {
    $('#request_1 , #request_2').hide();
    $('#request').change(function() {
    var option = $('#request').val();
    if(option == 'request_1'){
        $('#request_1').show();
        $('#request_2').hide();
    else {
        if(option == 'request_2'){
        $('#request_2').show();
        $('#request_1').hide();
    </script>
    </head>
    <body>
    <form>
    <label>
    <select name="request"  id="request" >
    <option>Please Select</option>
    <option value="request_1">Request 1</option>
    <option value="request_2">Request 2</option>
    </select>
    </label>
    </form>
    <div id="request_1">
    Request 1
    </div>
    <div id="request_2">
    Request 2
    </div>
    </body>
    </html>

  • Any good tutorials for using jQuery and ColdFusion to build mobile apps

    Does anyone know of any good tutorials for using jQuery and ColdFusion to build mobile apps?
    Thanks!
    Lee

    I was just this moment looking at this website http://jquerymobile.com/
    Then for you a Google search on Jquerymobile and coldfusion
    http://www.google.co.uk/search?q=jquerymobile+and+coldfusion&ie=utf-8&oe=utf-8&aq=t&rls=or g.mozilla:en-GB:official&client=firefox-a
    http://jquerymobile.com/resources/
    Brings me onto this tutorial
    http://www.raymondcamden.com/index.cfm/2011/8/26/Making-jQuery-Mobile-templates-even-easie r--with-ColdFusion

  • $CQ, $, JQuery, and JQPlot

    Can someone explain the use of $CQ versus $ in more detail for JQuery?  I already know that $CQ refers to CQ's built-in version of JQuery and that $ refera to any secondary jquery package that I may load.
    Let me be more precise.  My app requires charts and JQPlot seems one of the best plotting solutions available.  By default (as you would expect) jqplot.js file refers to JQuery through $.  My expectation would be that this would not work in CQ unless I renamed all the $ to $CQ in the jqplot.js file.  Oddly this wasn't true.  I simply added jqplot.js to my clientlib folder and was able to start rendering graphs.
    Very odd!  Why is that?
    The primary reason for asking is that while the JQuery base package is working, a JQPlot plugin (Cursor) is not...and I can only track it down to some issue between referring to $ versus $CQ.
    Thanks!

    CQ5 appears to use jQuery for some of the contributor / authour mode functionality. Wisely Adobe has name-spaced the version of jQuery they use for CQ5 in their $CQ alias.
    Open a javascript console in your browser and enter $CQ.fn.jquery --> "1.7"
    Next enter $.fn.jquery --> "1.X.X"
    You might need a specific version of jQuery for your jQplot plugin, and maybe you dont want to mess with upgrading CQ5's version of jQuery which is name-spaced in $CQ.
    Pretend jQplot depends on jQuery version "1.8.2", if you've addded a link to the newer version of jQuery on your page, the 1.8.2 version of jQuery will be aliased to "$" by default. This "$" is just for your convienience so you don't have to type jQuery("#foo").doSomthing(...); and can instead type $("#foo").doSomthing(...);
    You can therefore have both versions of jQuery running in the same page at the same time. Because jQuery 1.7 is referenced using $CQ and 1.8.2 is referenced via $
    Of course you could create your own namespace for jQuery
    var $JQ = jQuery.noConflict();
    $jQ("#foo").doSomthing(...)
    More to the point, if you've loaded both versions of jQuery on the same page...
    var plot1 = $.jqplot ('chart1', [[3,7,9,1,4,6,8,2,5]]); <--- uses jQuery version "1.8.2"
    var plot2 = $CQ.jqplot ('chart1', [[3,7,9,1,4,6,8,2,5]]); <--- uses jQuery version "1.7"
    Its best not to load two versions jQuery unless there's some compeling reason to do so.
    Of course all this really depends on how you're loading jQuery. See jQuery's docs for more on working with jQuery with other libraries.
    http://docs.jquery.com/Using_jQuery_with_Other_Libraries

  • JQuery and PeopleSoft

    Good Evening,
    I am trying to do a mobile app in JQuery and connect it to PeopleSoft. One main concern of me is how to acheive a single sign on? Can someone point me in the right direction please?
    with thanks,
    Safi Mustafa.

    This article has a Java code example, but it might help with JQuery.
    http://jjmpsj.blogspot.com/2008/07/generating-authtoken-for-switchuser.html
    Probably not what you are looking for, but it is a start.

  • Jquery and JqueryMobile

    What versions Of Jquery and JqueryMobile are people using?
    Just need to find a working combo
    Thank you

    The latest stable releases from https://code.jquery.com/
    jQuery 1.11
    jQuery UI 1.10
    jQuery Mobile 1.4.2
    Nancy O.

  • How to handle jquery and ajax call in single page application using coded ui

    Hi,
    I am facing a very tricky situation while using coded ui. My application interact with ajax and I was facing the issue to handle the ajax in the login page and other pages. I went through the post : http://stackoverflow.com/questions/17849074/jquery-ajax-success-not-getting-triggered-with-coded-ui-test-project 
    and got solution for my problem. Now when ever a ajax is getting called in the page its getting handle with app config file. However the issue I am facing right now is. 
    When i click on a button a window will appear which is actually a "div tag". Please see the image below. In  the that window when I have to select a item from drop down, the ajax will get called, however it will get called only for the window,
    it wont be called for the entire page.. i.e. it will update only the window. I am not able to handle this ajax call, script gets stuck in refresh state. I will request you guys to provide a work around for it.
    I would like to add more details - Visual studio version - 2013 update 3, IE11. 
    Application details: Its a single page application which uses bootstrap framework. All the ajax call are dynamic.
    Thanks in advance.

    Thanks for the reply.
    The window is not exactly a pop up window. Its a div tag in the same page. As this is my first time to work on  a single page application I am not sure how it works. For the entire page I am able to handle the ajax call however the action performed
    in the div tag is not getting handled.
    Code for the window, I am not sure to what extend will it be helpful.
    <div class="modal-content"><div class="modal-header"><div class="bootstrap-dialog-header"><div class="bootstrap-dialog-close-button" style="display: none;"><button class="close">×</button></div><div
    class="bootstrap-dialog-title">Move Item to different task [FocusAudit]</div></div></div><div class="modal-body"><div class="bootstrap-dialog-body"><div class="bootstrap-dialog-message"><div><div
    id="dashboard">
      <table class="TFtable">
        <tbody><tr>
          <td colspan="2">
                You are about to move the  24 selected item item to a different task. Select the task to which to move this item, (Optionally) enter notes about the task change, and click 'Change' to continue.
              </td>
        </tr>
        <tr>
          <td>Select New WorkFlow:</td>
          <td><select class="form-control" id="MA_workflow" onchange="ChangeWorkFlow()"><option value="647446014">Batches<option value="647446007">Claim<option value="647446065"
    selected="">Workflow1</option></select></td>
        </tr>
        <tr>
          <td>Select New Task:</td>
          <td><select class="form-control" id="MA_actions"><option value="647446025">BatchRebuild</option><option value="647446054">Complete</option><option value="647446039">DataIntegrityCheck</option><option
    value="647446038">FocusAudit</option><option value="647446053">FocusAuditMiner</option><option value="647446037">FocusAuditSelect</option><option value="647446055">LocationRouter</option><option
    value="647446029">MineForSBT</option><option value="647446022">OCRtoWebDE</option><option value="647446024">OnePass</option><option value="647446049">OnePassRouter</option><option
    value="647446050">OnePassUS</option><option value="647446060">QAuditImporter</option><option value="647446045">QIAutoAuditGrader</option><option value="647446058">QIAutoAuditInjector</option><option
    value="647446048">QIMiner</option><option value="647446040">QISampler</option><option value="647446056">QIVerify</option><option value="647446059">QIVerifyGrader</option><option
    value="647446047">QIVerifyUS</option><option value="647446021">RecoRules</option><option value="647446082">Review</option><option value="647446042">Router</option><option
    value="647446023">Validate</option><option value="647446081">Verify</option><option value="647446080">WebDEFileCreator</option></select></td>
        </tr>
        <tr>
          <td>Select New Status:</td>
          <td>
            <select class="form-control" id="MA_status">
              <option value="ready">Ready</option>
              <option value="reject">Rejected</option>
              <option value="hold">Held</option>
              <option value="ready">Keep Status From Original Task</option>
            </select>
          </td>
        </tr>
        <tr>
          <td colspan="2">Notes:</td>
        </tr>
        <tr>
          <td colspan="2">
            <textarea name="MA_statusnote" class="form-control" id="MA_statusnote" maxlength="250" rows="5" cols="40"></textarea>
          </td>
        </tr>
        <tr>
          <td style="text-align: right;" colspan="2">
            <input class="btn btn-default list-inline" id="btnSubmit" onclick="prepareData_MoveToAction();" type="button" value="Change">
            <input class="btn btn-cancel" id="btnCancel" style="padding-left: 5px;" onclick=" dialogInstance2.close();" type="button" value="Cancel">
          </td>
        </tr>
      </tbody></table>
      <div id="overlayDialog" style="display: none;">
        <div style="width: 100%; text-align: center;">
          <h1>Processing...</h1>
          <img src="Images/ajax-loader.gif">
        </div>
      </div>
      <div id="dData_MoveToAction" style="display: none;" data-itemcount="24" data-oldactionidno="647446079" data-oldstatus="ready" data-oldactionname="FocusAudit" data-fnparent="PS"></div>
    </div>
    <script id="scrpd" language="text/javascript">
      <!--
      var cworkflow =$('#MA_workflow option:selected').text();
       function initMoveToAction()
         function ChangeWorkFlow(){
           $('#overlayDialog').show(300);
        var _newworkflowname=$('#MA_workflow option:selected').text(); 
        if(cworkflow!=_newworkflowname)
         getItemType();
         cworkflow = _newworkflowname;
       function getItemType()
          var _workflowid=$('#MA_workflow option:selected').text();
           var formData = { workflowid: _workflowid}
            var sPage = './Handlers/GenericFn.ashx?action=getitemtype';
           $.ajax({
                    url: sPage,
                    type: "POST",
                    data: formData,
                    datatype: JSON,
                    success: function (data, textStatus, jqXHR) {
                    var newItemActions = jQuery.parseJSON(data);
                      $('#MA_actions').empty();
                      $.each(newItemActions, function(i, option) {
                   $('#MA_actions').append($('<option></option>').attr("value", option.Value).text(option.Key));
                         $('#overlayDialog').hide(300);
                    error: function (data) {
                      var error = jQuery.parseJSON(data.responseText)
                       SetProdSummary();
                       dialogInstance2.close();
                        ErrorMessage(error.ErrorCaption, error.ErrorDescription, error.IsCloseWindow);
            function prepareData_MoveToAction()
                 var ma_oldstatus, ma_oldactionname, ma_actionidno,ma_oldactionid, ma_statusNote,ma_itemNewStatus,ma_itemtotalno, ma_newworkflowname,ma_fnparen;
                    ma_itemNewStatus = $('#MA_status option:selected' ).val();
                    ma_actionidno=$('#MA_actions option:selected').val();
                    ma_newworkflowname=$('#MA_workflow option:selected').text();
                    ma_statusNote = $("#MA_statusnote").val();
                var params = $("#dData_MoveToAction");
                if (params.data("oldstatus"))
                    ma_oldstatus = params.data("oldstatus");
                if (params.data("oldactionname"))
                    ma_oldactionname = params.data("oldactionname");
                if (params.data("oldactionidno"))
                    ma_oldactionid = params.data("oldactionidno");
                 if (params.data("itemcount"))
                    ma_itemtotalno = params.data("itemcount");
                 if (params.data("fnparent"))
                    ma_fnparen = params.data("fnparent");
                var formData = { currentstatus: ma_oldstatus, oldactionid:ma_oldactionid,newstatus: ma_itemNewStatus, actionid: ma_actionidno, oldactionName:ma_oldactionname, statusnote: ma_statusNote,totalno:ma_itemtotalno,  newworkflowname:
    ma_newworkflowname,fnparent:ma_fnparen};            
                var sPage = './Handlers/ItemAction_MoveToAction.ashx?action=movetoaction';
                 $('#overlayDialog').show(300);
                  $('#btnSubmit').attr('disabled',true);
                  $('#btnCancel').attr('disabled',true);
                $.ajax({
                    url: sPage,
                    type: "POST",
                    data: formData,
                    datatype: JSON,
                    success: function (data, textStatus, jqXHR) {
                        SetProdSummary();
                        $('#overlayDialog').hide(300);
                       dialogInstance2.close();
                    error: function (data) {
                      var error = jQuery.parseJSON(data.responseText)
                       SetProdSummary();
                       dialogInstance2.close();
                        ErrorMessage(error.ErrorCaption, error.ErrorDescription, error.IsCloseWindow);
          -->
    </script></div></div></div></div><div class="modal-footer" style="display: none;"><div class="bootstrap-dialog-footer"></div></div></div>
    I agree the point the UI has to be active or else the script will have issue during the playback. In my scenario I have to work on that window. I have to perform action on it. Now when the window(div thing) comes up the page in the background goes disable
    till the action is performed on the window or the window is closed. I have to perform action on it then only I can proceed with the TC automation. Please let me know any option to solve this problem.
    Thanks 
    Ahetejazahmad Khan.

  • JQuery and DW issue - please help

    Hi,
    I'm building a site in DW CS4. You can see it below. What I did was create 2 images in the right header section that blend in (the images will change in about 7 seconds via refresh).  But I do not like this refresh method:
    http://designerandpublisher.com/premier/site/
    So I found a Jquery to smoothly change those photos. I first did a test by setting up overlaid DIVs to just get it to work. I got this test working properly as seen below:
    http://designerandpublisher.com/premier/test/overlay.html
    So then I started tweaking the CSS to try to get it to work on the actual page in the first link above. Keep in mind that none of the images on the page below are there except for the testing of the JQuery. I cannot seem to get it to work. Any ideas?
    http://designerandpublisher.com/premier/test/overlay2.html

    Hi
    Thanks for getting back with me.  I tried a different Jquery that seems to work better with this layout.  Now, I've run into getting the slideshow to fit up there without overlapping the left circles.  And the text underneath is now spilling down into the other section.  Here is the original:
    http://designerandpublisher.com/premier/site/index.html   [refreshing; don't want that]
    And the new version:
    http://designerandpublisher.com/premier/hold/master-home.html
    Any ideas?

  • JQuery and the row selector column.

    I have a tabular form which i'm running some validation against.
    I'm using the row selector to indicate rows which are to be deleted.
    Now i've deleted rows using the method below, that's fine.
    DECLARE
    rows_int integer;
    Err_message varchar2(50);
    BEGIN
    FOR i IN 1..apex_application.g_f01.COUNT LOOP
    DELETE
    FROM com_transactions
    WHERE ID = apex_application.g_f02(NVL(apex_application.g_f01(i),0));
    END LOOP;
    END;
    However when i try to use JQUERY for the validation things go awry.
    $('input[name="f01"]').each(function(j)
    if($(this).val().length > 0)
    {   row_var = $(this).val();
    $('input[name=f06]:eq('+(row_var)+')').val(' DELETE ROW '+ row_var);
    Now there's a mis allignement on the returned values j = 0 returns the values in row 1 when using pl sql, but that's fine.
    The problem is that in the plsql block only the rows with a tick against them are returned but in the jquery every row is returned regardless of if it's been ticked or not.
    Any ideas please folks?
    Thankyou
    JH.

    Having done a bit more research i was accessing the item incorrectly and needed to use the following syntax.
    $('input[name=f01]:checked').each( function(){
    JH.

Maybe you are looking for