Getting unrecognized expression while running my application after upgrading to “1.11.1” from "1.4.2"
I am getting below error while running my application. Error : unrecognized expression: value:("More Data Information") Here "More Data Information" is the text value inside a div. The code that causes the issue is as below. if(jQuery('value:("More Data Information")')){ jQuery(this).html('Safety Hazard Deficiency Areas'); return false; } I got this error message after upgrading the Jquery version to 1.11.1 from 1.4.2. I got this version number using console.log(jQuery.fn.jquery); Your timely help
Philadelphia - AboveNet - Connectivity Issues to code.jquery.com
Hi, jquery.com is experiencing lack of TCP connection availability and connectivity issues with traffic to Philadelphia-AboveNet (see trace route below). This results in browser errors in Philadelphia. Where can one open a ticket with the DevOps of jQuery.com? I am working to open a ticket with Philadelphia - AboveNet; however, this issue is at the jQuery end. Site Tested: http://code.jquery.com/jquery-1.8.3.min.js Traceroute Origination: Philadelphia, Pennsylvania - AboveNet Selected device eth0,
How to get progress of chunked file upload via ajax?
I have writen a jQuery acript that waits for file input change and then takes all the files for upload in chunks. I am using the FileReader API to slice the file apart. Now I get console log every time: a part of a file gets uploaded, the upload of last part is finished and the file processing on server starts and the when the processing finishes. What I need is to get the progress of the uploading in percentage for every file that is being uploaded (and make a console log of it, for example). That
How to set top and left position attribut (for dialog)
Hi all, I memorize the values position of a dialog ((top, left), width and height) and set them when user return to the page (dialog on same place) I can initialize the width and height . But I can not set position ( top and left ) . Does anyone have the answer ? Thank's for your help YVO <script> var dialog_window_1_top = <?php echo $_SESSION['dialog_window_1']['win_top']; ?>; var dialog_window_1_left = <?php echo $_SESSION['dialog_window_1']['win_left']; ?>; var dialog_window_1_width
Superfish Menu - Parent items are unclickable (other top-level & children clickable)
Hi there, Im using a wordpress theme that has a bug which makes all Parent items that have Children unclickable. The issue is only specific to those parents, as top level items with no children are clickable and all children are also clickable too. The website is here , and its the responsive top menu Im referring to, with the issues occurring on mobile/tablet versions only (once the site's width is under 850px). I believe that menu on desktops/laptops uses the normal Wordpress menu system, not Superfish,
Re: Managed multi dialog for a dashboard page (SOLUTION WITH AJAX) - Question to set top and left
Hi all, When displaying the home page of our web application business I displays several block with dedicated information ( list of my files to my contact list , ...). To make dynamic interface , I encapsulated the block ( div ) in jquery UI dialog (page dashboard ) . Upon reflection, I used ajax return. The result is satisfactory . The method returns ajax take over the store top / left / W / H ( in the database ) . For a control in this test, the ajax method returned on the information and displays
how to get target element in sortable ui ?
hi, the update method of sortable ui, i just get a original element but it don't have target element, how can i update sortable list to server ? Thanks.
Misunderstanding Select input and firing an event on change of value
I'm trying to use jquery to change a dropdown value in SharePoint page and when the dropdown value is changed I want to fire another event. I can change the dropdown value using jquery but it does not fire the next event when it is changed. So i'm missing something. Any advice greatly appreciated. the fiddle is here: http://jsfiddle.net/vhabhsrosed/Ljkb2574/4/ the code example: //SET CODE TO FUNCTION WHEN ON COMMITTEE MEETING FORMS PAGE $(document).ready(function(){ var xAgenda = "Safety";
Problem with slide effect and datepicker in dialog
My bug report was turned down. Can anybody tell me what I should do differently here ? Cheers, Kjeld
Debug Jquery
Hi I am new to JQuery and I have problem debugging it. I am trying to use alerts .In this case why bought alerts are fired and then the show function Thanks Any suggestions about debugging jquery will be greatly appreciated. alert( "Test1" ); $( ".divSlider #MainContentPlaceHolder_1" ).show(); alert( "Test2" );
Datepicker in multiple forms/same page - inst undefined error on second form
Hi, Trying to follow along with " How to use multiple JQuery UI Date Picker or Datepicker in HTML or JSP page The first input in the form "play" shows my custom datepicker calendar and works fine. ie. date is input using my custom datepicker calendar. The succeeding inputs in the form "futuredates" show the generic datepicker calender and gives the error "inst is undefined line 974 jquery.ui.datepicker.js" . Any help appreciated in solving this. Thanks, R. My code is: <!DOCTYPE html >
zoom into and away from displayed image
Using jquerymobile, is there a way where I can display an image ( png image for example ) and be able to zoom into it and away from it? Would be best if I could do with pinch.
multiple selected elements
I simply want to select two boxes, instead of one box at a time. Can anyone help? jQuery UI Selectable - Default functionality *#feedback { font-size: 1.4em; } *#selectable *.ui-selecting { background: rgb(254,202,64); } *#selectable *.ui-selected { background: rgb(243,152,20); color: white; } *#selectable { list-style-type: none; margin: 0; padding: 0; width: 60.0%; } *#selectable li { margin: 3.0px; padding: 0.4em; font-size: 1.4em; height: 18.0px; } Item 1 Item 2 Item 3 Item 4 Item 5 Item 6 Item
Managed multi dialog for a dashboard page
Hi all, When displaying the home page of our web application business I displays several block with dedicated information ( list of my files to my contact list , ...). To make dynamic interface , I encapsulated the block ( div ) in jquery UI dialog (page dashboard ) . I love first results but i have one major point to used this solution. ?) I would like save the position and size(in SESSION variables) after eatch user action on each dialog. In this case, the user finds his "dialogs" as he left them
Disable function keys using jquery
Hi Team, Is there any way to disable function key like f12 and developer tools using jquery.
Need help!
Hi everyone, How to do a multiple pages with a <form> tag and for loop?
Animation breaks on different screen resolutions
Hi all. The code below is expected to fade out the overlay and animate left property of two divs which are captions. Well, this code works like a charm at 1920x1080. It works as well in my tablet 7inchs (where overing is replaced by tapping). And the same happens in the 1024x768 res! But in my laptop at 1366x768 two things happen: mg_caption moves in only for 1/3 of its width mg_caption2 doesn't appear at all And the same happen in following resolutions: 1280x720 (mg_caption shows only a smallest
Same Error
I know that recently I posted a similar error, but I changed almost all my code, and I started using a different program (NetBeans IDE 8.0.2). Here is my code: HTML: <!DOCTYPE html> <html lang="es"> <head> <title>Title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css"> <link rel="stylesheet" href="style.css"
Tabs :Beforeactivate function is not working on IE
Hi guys, i have the next issue, i have the tabs created and its working, but i want to validate that beforeactivating some other tab, you have already the required fields on this tab filled. so i have this code: $('#content').tabs({ beforeActivate: function(event, ui) { return validationRequired(); }, }); and the weird thing is that i have another action that is Activate and it works in Chrome and IE9, but the BeforeActivate it doesn't
Save size and position (x, y and z)
Hello, I would like to save in localstorage the position (x, y and z) and size of images using interaction ".draggable", ".resizable" and maybe ".sortable". I followed all the instructions of this post : "https://forum.jquery.com/topic/remember-position-and-size-in-a-cookie" and it works fine but only if all the images got different "id". And in my case all the images got the same "class" because I use PHP, GET, SESSION, foreach etc. Does anybody have a solution ? Maybe save in localstorage and
Can't seem to get the tooltip to display text
Hi guys, I've got a page that is not loading the text within the tooltip. Regretfully, the information on the page is still in development and cannot be accessed by the public. but here's an example of how I'm using it: <div title="some title" >content</div> jQuery(document).tooltip({ position: { my: "center bottom-20", at: "center top", using: function( position, feedback ) { jQuery( this ).css( position ); jQuery( "<div>" ) .addClass(
jQuery Countdown update end time and resync with server
Hi all, I use the jQuery Countdown plugin from Keith Wood. I have to update the end time on the fly and it works fine (see code below). However, I would like to resync the counter with the server at the same time ... Does anyone have an idea how to do that ?? Thx for your help ! G. Here is my code for updating the counter : var t = $("#Countdown"+data.lot).countdown('getTimes'); t[6] += 30; $("#Countdown"+data.lot).countdown('option', 'until', t[0] + 'y ' + t[1] + 'o ' + t[2] + 'w ' + t[3] + 'd '
Bind slider max option to observable value
Hello and happy new year: I have a problem to bind the max option of my jquery slider to an ko.observable value. I´ve got the following error massage maybe you can help me. Unable to process binding "slider: function (){return { min:10,max:max,step:10} }" Message: cannot call methods on slider prior to initialization; attempted to call method 'max' This is my code: <div data-role="content"> <div> <input data-bind="textinput: max"></input> </div> <div> <span data-bind="text:
Manually add hash changes using custom part page transitions
I have been working on a page that is used on tablets and browsers and I need to have part of the page transition (slide in and out) leaving a menu on the left side. I have everything working except I can't seem to find out if there is a way to add this to hash changes so the back button will work. Is there a manual way to do this? Thanks.
How to use php objects in jquery .push() or value method?
I have a table of data.I got this data after calling a SOAP request(web service).This data is showing in the table by creating objects of the array that i got from SOAP request.In front of all row there is check box.Now i want when i tick on the check box the result of the check box should be post to another php page.But i do not know how to pass there value to the next page. $xml = simplexml_load_string($xmlStr); foreach($xml as $datarow) { ?>
simple Grid in jquery ui
Hi I want to display dynamically Row, column data like Grid/Table JQUERY UI does't have grid control, is there any java script file for dynamic grid? thanks
Jquery UI Menu Widget in a div
I have a div where I am dynamically creating the list for the jqueryui menu widget. A couple of questions - the list flashes visibly before assuming the JqueryUI menu - is there a way to populate the menu in a more hidden way. If the div is hidden then the menu is also hidden. Second and more importantly - I tried using the following: var setMenu = function(mySelector) { jQuery(mySelector).menu({position: { collision: "flip fit"}}); } And the issue is that
Executing callback function before .fadeIn effect starts.
The .fadeIn effect has a "done" callback option that allows you to complete the animation before executing the callback function. But there does not appear to be an option that allows you to execute the callback function before the fadeIn starts. Basically, I'm looking to execute and complete a code segment before the .fadeIn effect starts. Is there a way to do this? thanks.
Using Theme Roller
Hello all, first and foremost, I am extremely "wet behind the ears" when it comes to using JQuery UI but, I am trying to learn and figured this may be a good start. I am simply attempting to utilize a custom theme that I designed in Theme Roller. I'm not exactly sure how to go upon this. I created the theme and downloaded the .zip file. From there I do see the "jquery-ui.theme.css" file, however, when I open it, all I am seeing is the actual CSS code from the theme. I can't seem to locate the "http://code.jquery.com/ui/1.10.2/themes/dark-hive/jquery-ui.css"
how to refresh a jquery Datatable after an operation ?
Hi, I have a datatable, the first column show agencies assigned to this row, in another column I have a button that when clicked show a form to assign new agencies to this row, everything work well, but for the new agencies added I have to refresh the page to see them, is there any way to add them as soon as I click the button "Assign" ? here is an image showing what I am talking about : http://s18.postimg.org/9xtvp7w6x/rr_Agency.png Thanks. $("#divPopUp").dialog({ resizable: true,
Hide and Show an element by clicking the same button?
Hi, Please take a look at my code here: http://codepen.io/itsthomas/pen/vEKezr I want that when I click the button the text below it disappears and at the next click appears again. It works but just from the second click. The first click on the button doese nothing. Why ? What is wrong with my code ? Thank You
jQm has grid layout system like Bootstrap's 12 columns?
jQm has grid layout system like Bootstrap's 12 columns?
Dialog Confirm
I installed my first JQuery plugin the dialog confirm box and it works only it doesn't look quite te same. I can't figure out how to adjust the height of the box. In the sample they use a style.css but there is no example: http://jqueryui.com/dialog/#modal-confirmation This is the box after I installed it: http://i1301.photobucket.com/albums/ag106/DanTheMan-NL/Capture_zps3579e5b7.jpg And I guess you already know now what I think is wrong. ;-) Any suggestions?
tablesorter saveSort exception
Hi I have tablesorter working okay on a .aspx page. My table is being created as an HTML stream and is being added to the innerHTML of a div during page load. I am attempting to use the widget to remember sortOrder on page refresh. (saveSort) This causes an error in the widget source. Unable to get property '$table' at the last line below $table = c.$table Assuming this is due to the table not existing before the sortwidget is trying to update it, I have attempted to move the location of tablesorter
jquery dialog show and disappear when page load
Hi, I am using a jquery dialog, that is supposed to be hided until the open even, but noticed when the first time the page load I can see the dialog appears and hides quickly , is there any thing to fix this ? thanks.
Changes to DOM not visible to jquery plugin after JSON .append()?
I've scanned various DOM and JSON related posts here but nothing really hits on this specific issue yet. First, I'm using this great plugin called BookBlock: http://goo.gl/Zgvir Here's the situation: I load a page with an empty div I get a JSON call from Flickr with some photos I .append() the photos as <image> tags to the page I then call the .bookblock() plugin in the JSON success callback I can see all the images in the HTML at this point ... but the .bookblock() plugin/function only process the
why pagecreate be executed more than once on mobile device?
i use: http://stackoverflow.com/questions/26673106/how-to-make-jquery-mobile-tab-header-as-fixed/27774056#27774056 code is: http://jsfiddle.net/ezanker/k8jhLzks/ this pagecreate function is invoked several times on mobile device(yet only once on desktop browsers such as firefox). any fixes?
Jquery Dialog Height Isuues
please I need help on this: jquery dialog box not at the center when the page height is bigger than the window (the system screen)
In the forms plugin: How to access formData array by name?
I have a form which I am validating in the beforeSubmit function. Can the formData array be accessed by name? That is, is there something like formData[name='foobar'] that I can write (to access the form element named foobar, or is it necessary to traverse the array looking for the item with a given name? Thanks.
Problem with double row fixed in table dynamic / Problema con doble fila fija en tabla dinámica
Hello friends. I continue developing this beautiful dynamic table, thanks to Sμßhrånil∂ and other partners could progress: http://jsfiddle.net/gxon5o4L/13/ The problem now is the double row arose in fixed columns. <thead> <tr> <th rowspan="2" scope="col">AÑO</th> <th colspan="2" scope="col">DATES</th> <th rowspan="2" scope="col">AÑO</th> <th colspan="4" scope="col">Expansión de ventas</th>
Next Page