jQuery mobile project - looking for developer
My apologies if this is not the proper place for these types of inquiries . . . . But we are looking for a jQuery developer with experience implementing drag/drop functionality on both mobile and desktop. If this is not the right place, is there a place I should post? Thanks!
how to make this effect
i look a website,i think its very beautiful ,but i don't understand much about it about the header,can you tell me how to use jquery to make this effect come true. the website link is http://www.beneficiationmachine.net/
I need help with my code for product page
I thought I was done with the one I used in this web, but it seems to me too sloppy now: $(document).ready(function(){ $("#im2, #im3").css("display", "none"); $("#alterna1").click(function(event){ event.preventDefault(); $("#im2, #im3").stop(true, true); $("#im2").fadeOut(100, function(){ $("#im3").fadeOut(100, function(){ $("#im1").fadeIn(100); }); }); }); $("#alterna2").click(function(event){ event.preventDefault(); $("#im1, #im3").stop(true, true); $("#im1").fadeOut(100, function(){ $("#im3").fadeOut(100,
jquery listnav - Can I filter two ul with the same list nav bar??
Good morning, I am using list nav plugin and it works perfectly. It is wonderful!! My trouble is that I want filter 2 uls differents using the sam list nav bar. I have been searching in google but I haven´t finding out anything about this. I have seen http://esteinborn.github.io/jquery-listnav/ in the demo 2, but it needs create other listnav, I understand each ul needs a listnav. Is there any solution?? Thank you for all. Best regards, David
"parseerror" in AJAX-request in IE
Hi! I have to make ajax-request and get JSON-data. My code succesfuly works in FireFox and Opera, but in IE error occured: "parseerror". I have no idea what i have to do to solve this problem. Please, help me There is my code: $.ajax({ url:'blocks/city_list.php?country='+country, dataType: "json", success: function(res) { createNewCityList(place, res); }, error: function (XMLHttpRequest, textStatus, errorThrown) { alert('textStatus: '+textStatus+'
Date and time picker don't hide when click outside
Hi there, Is there a method to have the pickers close when clicking outside of them on the iPad? I searched on google, but haven't found any answers. Thanks in advance! Greetings, D.
Any way to display javascript source from a (user defined) button
Hello, Is there anyway to display the javascript source with a (user defined) button click. Is there anyway to display the code that executes a specific function/ on("click" ... Thanx ...
webkitAnimationDuration and style
i need to ad a new style-tag to make a new transition duration for css3 animation and I must make it with t jQuery. I simply use: $('#mydiv).css({"-webkit-animation-duration" : "10s"}); // Chrome But jQuery makes this: style="-webkit-animation: 10s;" and not style="-webkit-animation-duration: 10s;" If I use JS without jquery it works in this mode: document.getElementById("mydiv").style.webkitAnimationDuration = '10s'; how I can fix it using jquery?
Cross domain issue... that's not cross-domain
I have a service that's being called from jquery, returning some json. The service is written in C#. The service works flawlessly on the server it was created and tested on. In fact, it works in IE9 when called from other servers. (All servers are in the same domain - in our intranet) Chrome and Firefox are a different matter. It doesn't work from any other service than the original. I've added CORS headers... but it doesn't fix the problem. In the Chrome console, I see the following error when
How to create a txt file on local computer.
Hi everybody. I'm here again because I need help to create a txt file on local computer (I really do not know if it's possible). The data that I should save on drive C they come from mysql table, I put them in html table, I generate a excel file. and then I should create a txt file with the contents of some <td>. Thanks in advance. Tegatti. I post the php file: $filename="elenco"; header ("Content-Type: application/vnd.ms-excel"); header ("Content-Disposition: inline; filename=$filename"); $sql_scuola=mysql_query("SELECT
Using a PHP POST form inside javascript - jquery .load()
I'm using a fairly standard HTML/PHP form to update tables in a MYSQL database. When I load the form into a web browser directly it works just fine. When I try loading the form through javascript (via a larger website) the forms displays but doesn't do anything. When i click the submit button nothing happens - and no errors are generated anywhere I can see. Can anyone shed some light on this? this.display_admin_table_header = function () { current_pane.send_get_admin_table_data = this.send_get_admin_table_data;
Show Hide does not work
My first jquery script does not work. I want the div only to show when the second value of a dropdown is selected.
How do I pass a parameter to an .on("click" function from button
I would like to be able to pass a parm into an on "click" function from the button. Is this possible?
URL Corrupted
I have several modules that allows the user to update information in a database. Before adding or editing the information I verify that the entered data is valid. If the information is not valid I inform the user of the problem via an alert message. Simple and straight forward. My problem is that when there is a problem the URL gets corrupted. This is normal URL... www.myappname.com/update_Module.php And this is after the invalid request... www.myappname.com/update_Module.php?tableName=squarefeet&tableIndex=sqft_ID&indexNumber=464&form_BegDate=2014-01-01&form_EndDate=2014-01-31&NewDate=&NewDate=&buttonEdt=&sqft_Project=06801.83&sqft_Phase=113&sqft_Date=2014-01-19&sqft_Amount=3353&sqft_Rate=&sqft_Complete=1.00&sqft_Comment=
Has jQuery Mobile Development Stalled?
Just wondering if jQm is still in active development? It's just there has not been a blog update since Feb and generally the jQm site is looking a bit dated and unloved and there are pages in the demo that don't work (eg http://demos.jquerymobile.com/1.4.2/transitions/transitions/)... I have been working on and off on a project that uses jQm as its base and obviously dont want to kick off using effectively dead technology, so I could do with knowing if I need to switch platforms or why nothing seems
dont get current data from DOM... jquery seems to cache ?!
Hello, <script type="text/javascript"> $(document).on("swipeleft", function(){ $.mobile.changePage($(".nextsite").attr( "href" )); }); i come from mootools, but i seem to be blind here. it should be very easy... on swipeleft the page should get the HREF of the link with class "nextsite" and change URL it works fine, ONE TIME... on the loaded site this link with class "nextsite" has a different value now. but when i SWIPE-LEFT, nothing loads, cause jquery wants to load the link from the
Jquery 1.3 not working with blackberry 9780 (Platform 6.5)
When I load jquery-1.9.1 and jquery-mobile-1.3.2 in my application and include other JS for example a simple js having one function which is alerting a message on load of html page. But because of jquery mobile 1.3.2 that js is not getting loaded.
Changing 1, or 2 or Last word.
Hi, I have just read this topic about changing the first word of a title with jquery and CSS : http://forum.jquery.com/topic/changing-first-word In fact i wanted to know if it is possible to select 2 words with that system ? O r the last werb for example..; ANybody has an idea ? Thanks a lot by advance... PAO Production
Securing jQM app? login or other options?
What options are there for securing / limiting access to my web app? Right now I have everything behind a login. I have cookies implemented to remember users, but Safari reloads the app from scratch every time I switch apps, even if only for 2 seconds... and I have to relogin every time I go back to the app. The cookies remember the credentials, but it still makes me click "login" and then I have to wait a couple seconds for things to load. Is there a way to keep the session open/awake in safari
Jquery Mobile Lots of linked lists extremely slow to load
Hi, i have a huge linked list in this kind of format. It is extremely slow to load on a HTC incredible S. Also very slow on an ipad. In the realm of 8-10 seconds on both. This is after all the JS/CSS has already loaded. It's blazingly fast on a PC. <ul data-role="listview"> <LI>Tier1 <ul> <li>Tier2 <ul> <li> <a>3</a></li> <li> <a>3</a></li>
jquery dialog fails to load mvc view
I have an ASP.NET MVC4 view that leverages knockout 2.2. If I load the view direcftly everything works fine. When I try to load it via jquery dialog load() I get an error related to the knockout bindings associated with the view already loaded, in other words the source view that handles the click event. I've read a lot about loading partial views but I haven't found out why a full view isn't able to load. Also, I suspect script files are not loading as I don't think document.ready ever fires
Internal multipage links, some work, some don't
<div data-role="page" id="fourexampleone"> <div data-role="header"> <h1> Example: Strings </h1> <div data-role="navbar" data-iconpos="top"> <ul> <li> <a href="#myPanel" data-icon="grid"> Navigation </a> </li> <li> <a href="#pageone" data-icon="home"> Home </a> </li> <li> <a href="#" data-icon="search">
How to pass arguments to plugin?
Hi $.fn.greenify = function() { this.css( "color", "green" ); }; $( "a" ).greenify(); How should I pass arguments to "greenify()? Thanks Varun
organicTabs changeTo
Hello to all! I'm using the organicTabs plugin and everything is OK but I have a client whom want the second tab to be the default one... How can I do that? Is there an example somewhere? I’ve seen the basic instructions (https://github.com/olance/jquery.organicTabs#changetotabid ) but cannot make it to work. Thanks in advance!
Difference b/w $.fn.some and $.some in jquery?
Waiting for your response Thanks Varun
CSS Navigation goes behind jQuery Slider
I'm having a problem with navigation always showing up behind jQuery. I have horizontal navigation with submenus. The main navigation appears as it should but the submenus fall behind the jQuery slider in my case. As I say it aways happens. I'm looking for a way to repair this and void in the future. Can you assist? Here a link to the page I am working with: http://bronnerbros.com/shows/show201408/index_new.php Thank you in advance for your help. v/r, Warren
message
How can I show a message after save data y a DB. Like "Your data was corectly save" in the index. Thanks.
icons not displaying after using Themeroller (1.4.2)
My icons are not displaying at all when I am using a theme created in Themeroller. Below is the head content (copied directly from the themeroller page) <link rel="stylesheet" href="themes/wcul_mobile.min.css" /> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile.structure-1.4.2.min.css" /> Below is the link to the test page I am trying: www.kidespark.com This has happened on another site after creating with 1.4.2, but did not occur with an earlier version of jqm. Thanks
Could use some help identifying which jQuery plugin or code to use!
Just to first add. I am a complete novice at jQuery. I have implemented a few plugins - but really I have know idea what I am doing. I can code html/css though. I have been asked just by a mate to help him get his site online. His uni mate did him a quick design and he has asked me to code it. There are 2 plugins or code that I want to implement but not sure what. Here is the image below. As you can see that it is a basic design. The two interactive options I would like are... The navigation -
What is the planned release date for jQueryUI 1.11.0?
What is the planned release date for jQueryUI 1.11.0? I searched around but couldn't find it. Thanks, Reid Lyons
Confirmation on what happens when 2 versions of jquery are loaded.
Hi everyone. My Google skills are not working great today and I am just looking for confirmation that I understand what happens when 2 versions of jquery are loaded. In the head of out page we are first loading jquery 1.7.1 then a couple of lines down 1.9 is being loaded. There is no noConflict() code on the page. When 1.9 is loaded the 1.7.1 version goes away correct? 1.9 has been there since day one of the project so if I remove the 1.7.1 reference nothing that currently works should break since
Animate child to another Parents position
Hi, I'm trying to move an element to the position of another element. The catch is, it's a child element. I think if I am getting this right, that it's telling the children to move appropriately, but in the context of their parent elements. So their movements are relative to the parents, not the main document. Is there a way I can deal with this besides detaching the children prior to initiating the movement? Thanks for reading :) http://jsfiddle.net/8cxAB/1/ $(document).ready(function() {
how to override default delay while scrolling to top?
pls see this fiddle http://jsfiddle.net/e4Rk5/8/. here i animated top and bottom part of navigation bar to hide when it scrolls down and same as to reveal while scrolls to top but the delay is happening in firing event while scroll top how to override it?
How i can auto refresh list
How i can auto refresh list view when page have finish to load? I have put this code, but only is showed when is push F5 in navigator, and in phone cannot is showed for same reason. Where i have to put my function DataRequest() (where i do call to JSON). My code is in this page http://stackoverflow.com/questions/22883280/how-auto-refresh-list-view-in-load-page
Insert box with range
I have created an insert box where the user can add additional information. Unfortunately, there are a lot of insert boxes to be added so I had to create an add insert box button. It works perfect, even remove insert box. Problem is, there might be cases where the user might add the exact same information 10 or more times and this might become irritating. How can I make it with only one insert box which can repeat the exact same information 10 or more times? (the user has to select how many times
JQuery UI Autocomplete textbox event problem with checkbox
Hi, I had a situation to display a floating group of checkbox's below the autocomplete as a footer. When i click any check box in the footer, the autocomplete values will be filtered based on the checkbox value. I did it, I show/hide the footer by calculating the autocomplete height using JQuery. Its working pretty well. But problem with the functionality is, after typing some text in textbox when i click any checkbox in the footer first time its not firing its change event. It is firing the autocomplete
Jquery ajaxSubmit not working in internet Explorer
I have a form that i want users to upload a form containing an image file with,The form is submitted using ajaxSubmit() method (to a php file that creates thumbnails). Everything is working fine in Firefox and Chrome and the processed thumbnail is being returned for user confirmation upon which it is then inserted to a database. The problem is that it doesn't work with internet Explorer!. After the submit button is clicked, the loading image pops up and doesn't get away.in short,it seems that the
Video Player - Fullscreen system and progress bar
I work in vídeo player, and fullscreen system is the problem, how make this toggle ? Current script: <script> $("#nome").click( function() { var element = document.getElementById("nome"); if (element.mozRequestFullScreen) { element.mozRequestFullScreen(); } else if (element.webkitRequestFullScreen) { element.webkitRequestFullScreen(); } }); </script> and the progress bar, anyone has more examples...
How to use Jquery Tabs Ajaxoptions to post values to a jQuery tab
I have the following 3 tabs: <ul> <li><a href="#NewCategory">New Category</a></li> <li><a href="#ExistingCategories">Existing Categories</a></li> <li><a href="#CategoryDetails">Category Details</a></li> </ul> When our users sign in successfully, they are automatically redirected to NewCategory tab. While there, they process records and submit to the database. We would like the records submitted to the database to be displayed on ExistingCategories tab. I have read a little of narratives about using
jQuery datepicker only initializes once
Hello! I have a bunch of script part of which involves the jQuery ui datepicker. The datepicker is located on a jQuery modal within a jQuery form. The problem is the datepicker is only firing once, when the modal window is initially opened. If it's closed, the datepicker doesn't initialize again when the window is reopened. ??? I will post this also in the Plugins forum but thought it could be an issue with the overall setup of my script. Thanks! Susan My Code: //datepicker var natDays
Next Page