it is not possible to character input in textarea in the iframe
it is not possible to character input in textarea in the iframe. and if iframe outside, can be entered. 1) I enter in advance the textarea of character. abcdefg 2)In order to insert a character, put the insertion point between characters. abc I defg 3)Character in this state I can not be input. Condition: iOS7.1.2 (iPad) There is no problem in iOS8.1.1 jQuery 1.11.0 jQuery mobile 1.4.2 Safari a.html <iframe src="/textarea.html" width="100%"></iframe>
jQuery Mobile anchor buttons used in ASP.NET MVC view don't change color after click event (Hard to know if button was pressed in mobile UI)
Hi, I am using jQuery mobile anchor buttons in MVC "mobile" view [.mobile.cshtml] . Following is the code for button named "Filter": <a data-role="button" data-theme="d" data-inline="true" data-corners="true" style="height:6px; line-height:5px; font-size:small" onclick="GotoFilters()">Filter</a> In phone UI, when above button is pressed, it does not change button color to reflet button click. Thus, its hard to understand if button click happened. following are the libraries I am loading in mvc
I want to sort data table grid based on current column values only and ignore any other column sorts applied on remaining columns, I am using Jquery 1.9.4
Hi, I am looking for a solution to sort a single column in jquery datatable grid based on its own values only ignoring any other column filter applied before on that grid, I am using Jquery 1.9,4, the grid having 6 columns and first 5 are sort enabled,
Sortable connected lists to mysql problem
Hello, I have the lists working correctly, and posting data to a php script to update the database, however the data does not accurately represent the changes to the lists. I'm a beginner with jquery, and doing this largely from examples from the web. Any help appreciated. Consider the following connected lists: If I were to grab '1507' from the first list, and drop it between 1496 and 1497 on the second list, I get the following data POSTed to my php script:
sort0 Array
(
[1603] => Array
Is the cycle plugin is mobile responsive ?
Is the cycle plugin slideshow is mobile responsive?Could you please tell me the way to convert the slider responsive in small devices.
JQuery UI Autocomplete set default value using ID (key or value) instead of Label
dear all, i've created a JQuery UI Autocomplete in which the source is an array of label-value pairs. i need to set the default selected item. i found a way to do that using the desired label, but how can i do that if i have the VALUE instead of the LABEL ? code for setting default value using label string : $("myAutoCom").autocomplete("search", "someLabel");
var menu = $("myAutoCom").autocomplete("widget");
$(menu[0].children[0]).click(); i have the value,not the label. how can i set selected
Issue with Shadowbox
Hello, i'm using shadowbox.js in my site, but it's not working... When i click in phone button (click on "?" button to display "Phone button") he calls the effect of shadowbox but dont load the content... Here's the Site <Here>
jquery Autocomplete
Can jquery autocomplete be used in blogger? If yes, pleasure provide the method.
Creating a game in JQuery
Hello. I am new to JQuery and I am trying to create a simple game on a webpage. The game should be like this The web page should display at random times images placed in random positions on the browser window. Each image lasts on the browser window for a short period of time and then it dissapears. If the user clicks an image before it dissapears, he/she gets a point. The game ends when the user wins 10 points. So far I managed to display all elements on a page on random positions and then delete
Disabling Several Submit Buttons, Leaving Just One Enabled
I have a number of similar forms on a page, created by a PHP while loop. Each form has about 10 text inputs and a submit button. If (just for this question) the forms are called A, B, C and D, I want to disable the submit buttons on B, C and D when one of the inputs on A is in focus. And likewise for each of the other forms. My thought for doing this is to have two lines of jQuery. The first line will disable all the submit buttons. The second line wil re-enable the one with the focus on the input.
jQueryUI selectmenu - larger avatars
I would like to display users' faces in the pull down menu. 16x16 pixels is just too small. How do I configure it for larger images, say 50x50?
Rotate between degrees ?
I'd like to know how I can get this to rotate between -45° & 45°
jquery validate does not validate!
Hello there!! I have to do a form with 3 fiedsets using jquery validation. I have to do: 1st fieldset: Your details Title (required) First Name (required) Surname (required) Email address (valid email -containing @) Telephone number (valid UK number) 2nd fieldset: Password Password (required) Confirm password (required and the same string as above) 3rd fieldset: Address details Address 1 (required) Address 2 Address 3 Town (required) Postcode (required) The point is that nothing works :( I know basics
TextExt Plugin and Posted Form Data
I have setup a jquery plugin on my site that came from here : http://textextjs.com/ It provides autosuggest functionality for a textarea. The user starts typing, then when they select/click an item from the dropdown that appears with the suggestions, it appears in the textarea as a tag. Then when they press the submit button, the form data is posted in this format : ["tag1","tag2","tag3"] However, the problem I have is that users will often enter text in the textarea without selecting an item from
Active section on navbar
I have a single webpage portfolio, and it has a navigation bar across the top. How could I make the currently "in view" section have a seperate class over others, so I can edit it using CSS? I'm new-ish to jQuery so an explanation or something to help me understand would be perfect.
preferred js editors?
Hello, what are the preferred js editors for front end ux-ers these days? Sublime Text seemed to be popular with ux-ers at the last place I worked. Is Sublime Text the preferred js editor these days or are there some other popular ones as well?
Do variables that are references not automatically update?
On http://learn.jquery.com/using-jquery-core/css-styling-dimensions/, I'm trying out this simple code: $(document).ready(function(){ var h1Get = $("h1").css("font-size"); console.log(h1Get); $("h1").css("font-size", "36px"); console.log(h1Get); }); The first time h1Get is logged, it displays the original, correct font size. However the second time it does not get updated even though the actual font size updates to 36px. If I do console.log( $("h1").css("font-size") ); then it is logged as "36px".
Cick propogations
I'm not sure if this is bug is occurring because of jquery specifically, but when I click the back side of a rotateY'ed div the clicks pass through to the next div in inside the body tag instead of registering on the div I'm actually clicking on. Does anyone know what is going on here and how to fix it? The problem can be seen here: test.peoples1.com If you click on Packages in the menu on the left, the sub menu will flip out from behind the main menu, and then if you try to click a sub menu item,
Issue with enhanceWithin() twice on same #page
Hey guys, i got some wierd issue going on with jquery mobile + handle bars. I will try to describe my issues deeply: im i have a page with alot of divs , each div has his own data-role page and unique id, when my app is loading i use handlebars template engine to load data inside, once the data is is i using $('#mypage').enhanceWithin(); to initialize the componenets inside. now when i first enter a new page for eample #mypage1 and do t all work fine, i switch to other page #mypage2 still all fine,
Fetch mysql data using ajax when one input is filled
Respected all users, I am facing a little problem in using ajax+jQuery. I have two field in database roll and name . Now i have designed a html form containing two input type field roll and name . I want when i enter the existing roll in the roll field and enter tab or any other key the name field should automatically filled with the related name stored in database.Thanks in advance My codes are here index.php <html> <head> <script type="text/javascript" src="jquery-1.7.1.min.js"></script>
jQuery 1.8.3 - How activate element from dynamic content?
Hi, The problem can be found in many places - but no good solution. The dynamic reloaded contents can not be accessed from an pre-loaded scripts. Can someone make an example ? This is my script: HTML: <select id="test"> <option value="2014">2014</option> <option value="2015">2015</option> </select> <div id="showme"></div> SCRIPT: $("#test").on("change", function() { $.get("mysite.php?myvalue=" + $("#test").val(), function(data) { ;$("#showme").html(data);
Radio Button and text questionaire
HI There I have a long questionnaire that consist mainly of 2 to 5 radio buttons and a comment text box. If rb1 is selected comment is enabled but if rb2 is selected it is disabled. Current code is as follows: HTML: <input name="rbQ1" type="radio" ID="RB1">Yes</input> <input name="rbQ1" type="radio" ID="RB2">No</input> <input type="text" id="textComment1" name="textComment1" enabled="false" /> $(document).ready(function() { $("#RB1").click(function()
Correct usage for navbar (page refresh?)
Hello! I made a PHP Application according to a tutorial. As you can see in the code below, have a page, dialog and two content DIVs. I noticed, that the navbar is highlighted when not doing a navigation with a link target. From now it looks like that the page refreshes every time i press a button and the button itself looses the focus after clicking an navigation link. When i open a popup (like in the code below) it is like i open a complete new page. Is it possible to show popups without loading
How to do this : add interests ?
Hi, How to accomplish this : when you click in the green sign icon, that interest will show up in your interests, and hide from the bottom, the same when you hover Your interests a romove - sign appear . Thanks.
Button click not working and close form using a button
I have the below script: <script type="text/javascript"> $(window).load(function () { $('#popupsubmit').modal('show'); }); </script> <div class="modal hide" id="popupsubmit" style="text-align: center;"> <div class="modal-header"> <a class="close" data-dismiss="modal">×</a> <h1> Thanks</h1> </div> <div class="modal-body"> <p> This is my message <br /> <a data-dismiss="modal" class="button">Next</a>
I m Not Getting , .Change Event For Jquery DatetimePicker
Hi Team , i have a textbox in readOnly Format , Which is my DateTimePicker . I wanted To Fire a .change Function , But it is not working fine? Please Let Me know how Do this ? I do not Want To Use Onselect Function. In Short i want the leave TextBox Event for the DateTimePicker , and also i do not want to use the .Blur function.?
Textbox change event doesn't fire the first time when testing on the Test server by the users. It works fine when I test on the Test Server.
I am using the following Code to invoke change event. $( "#<% = txtBox.ClientID %>" ).change( function () { SetText(); }); This code works fine in debug environment and on the test server when I test it. It doesn't work for other users the first time they change the text. It works the second time. I am using JQuery 1.4.1(again, it works fine for me)
msite sticky category its working only in mobile apps like redmart.com
I am working on msite design with jquery i had problem when i click on top left its shows me all categories like Fruits & vegetables or Groceries & staples when i scroll it i want Groceries and staples should be stick to header basically its all about categories when scroll it should be stick to header again i scroll next category its also stick (for e.g: we can see in redmart.com mobile app )
JQUERY RATING PLUGIN
Hello, When using the jquery.rating.pack.js plugin, i can only make the stars appear with {split;4}. How to adjust this plugin to make it able to function correctly with {split:8}??? Thank you in advance for any reply!!! Florent.
Hi Simple Jquery Validation
Hi have a TextBox , I want to Accept the Inputs in dd/mm/yyyy , Should be Numbers only . Please let me know. If Data Not Entered in the Correct Format , It Should display me Incorrect Format and return false .
Confusion on "Traversing" returns
I'm reading through http://learn.jquery.com/using-jquery-core/traversing/ and ran into some confusion. Am I suppose to be able to read what is returned as a console log? For instance, // returns [ div.child ] $( "span.subchild" ).parent(); logs [object Object], which doesn't surprise me as I'm used to getting that (though I don't remember the reasons behind it), but I'm wondering if there's any way I'm suppose to actually be able to read [ div.child ] on the console. (I recall reading somewhere that
Using jQuery to delete a row in MySQL?
Hello, I am new to jQuery am having a hard time coming up witha solution for the following. I have a table with a delete link at the end of every row. I use Bootstrap to create a modal to confirm the deletion and have jQuery delete the row. Unfortunately it is not working. All I get is the first row on any one page passed the unique id to my delete_item.php page via the jQuery. I have numerous hours reading up on jQuery and tried numerous examples but nothing works. I'm hoping someone here can. Here
Check irregular letters one by one
Hi, I need a pattern for match or test function to check letters from a string. I need to check letter one by one and if a letter is irregular returns false, for example : var Str = "Hell?o W<orld>"; this string has some irregular letters and these are "?<>" place of irregular letters can be change... thank you
Problem with input:text with filter
Hi, I am working on learning more about jQuery selectors. I have a simple page and I wrote two simple scripts to change the colors of the odd/even text input objects. Here's the HTML and JS code: Selectors.html <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>jQuery Selectors</title> <script type="text/javascript" src="/resources/jquery/jquery.1.11.1.min.js"></script> <script type="text/javascript"
how to use anchor tag to send some information to another php page?
like using menu to post value to another php to perform some task and show a table with CRUD operation..... simple way.... i m new in jquery..
Get Markup of Clicked Image Element
Hi all, I'm trying to get the markup of any clicked image by wrapping it in a span element using the wrap() method. The wrap() method allows you to wrap any text around any specified selector. Then I tried to use the html() method on the span element to get the markup of the clicked img element. I plan to later remove the span tag and temporary id but so far it,s not working. Below is what I have tried. $(event.target).wrap("<span id='tempSpan'></span>"); imageMarkup = $("#tempSpan").html(); Please
Why isn't my code submitting this data?
Hi Experts, This is a highly condensed version of my code to make it easier to hopefully get some help. I have a code that returns just one department code based on user Id. This works. It works because the value of the code returned is stored in this input textbox control: <input name="deptId" id="deptId" type="text" width="300" value="<?=$deptId;?>" class="changeable" /> Then I pass the value of deptId to Ajax code below: <script type="text/javascript"> function CallService() { //Creating
tweetable.js
Hello Everyone, I'm new to js and programming and struggling with this: <!-- Footer Col. --> <div class="col-md-3 col-sm-3 footer-col"> <div class="footer-title"> Recent Tweets </div> </div> <script type="text/javascript" src="jquery.tweetable.js"></script>
Porting a dating site to jQuery (later mobile app)
Hi, i did a small dating site which runs on HTML/JS/PHP/MySQL. I would like to port it to jQuery (and later via Phonegap into a mobile app). So far i did the (jMobile) layout with multiple pages and it works well. But i struggle with the login/sessions/cookies for example. Is the session handling still part of the PHP-backend or do i need to this directly in jQuery? How would you design a dating site/community/social network with jQuery? Thanks! NBG1
Treemenu and tab
hello how can i do this http://app.zeepeak.com/help/ tree menu and link action to tab menu. its very cool
Next Page