Jquery carousel thingy
Hi, Are any JQuery genius' out there than can help with this script: http://jsfiddle.net/e6Tm7/ The way it should work is as follows... The three main images are on a carousel that cycles round. When you click on thumb 1 the carousel is stopped and the main image is replaced with a new different image and that new large image that appears can then be clicked to show a second image in the same position. Likewise when you click on thumb 2 the main image should change and again that image is clickable
jQuery move element with arrows
Hello ! I'm making pacman game. For now I have only map and pacman in there. Now I wanna move him but my code doesnt work. I tried about 4 methods but still nothing.Methods that I tried are in comment. You will understand a lot more if you download. So problem now is that pacman is not moving,first I just want to move him,no matter if there is wall or not. Thanks for help. I puted files into rar so u can download and its also under attachments (not a virus):[code]http://speedy.sh/pKDTX/pac-man.rar[/code]
JQuery UI Dialog ASP.Net prevent Postback ( and give selected value of dropdownlist back to dropdownlist mainpage
Hi there, i have on my ASP.NET Webform a Button when i on it click i open with jquery ui a Dialog. always when i click on the button i got a postback an the whole page reloads. Also when i Close the Dialog i got also a postback. first how can i prevent this ? second i have on the mainpage a dropdownlist where i can select values. on the new popup Dialog i have a second dropdownlist where i can also select values. this selected value should be insert into dropdownlist one on the mainpage. best regards
re arranging divs
I am trying to rearrage the divs position based on an array but the alignment is not according to the array and I am using the following code to do that. var order = []; var elements = []; var $modules = $('.min); $.each(Order, function (i, position) { elements.push($modules.get(position)); });
drop down menu issue
http://codepen.io/mooshlam/pen/ILohD as you can see my dropdown menu gets all frizzed out when you hover over it, any suggestions? forgive any messiness, this is my first webpage i've ever designed from scratch thanks!!
Change theme of split button in list view
Hi, I have used JQM split button list view. I have fill up data dynamically in this list view. I want to differentiate data using theme. Is it possible to change split button them dynamically ? Like first list split button theme is a and second list split button them is b I want to use only two theme in whole list view. this theme set dynamically as per condition. Thanks, Hardik
Datepicker not working on specific page
Hello! I'm using the jQuery ui datepicker on a few different pages and it's working perfectly on all but one. I set up two datepickers on the same page, one on the main page area which is working with no issues at all. The second is on a modal and is the one I'm having issues with. Initially the datepicker wasn't populating at all so I had to force it with an inline onclick. Now it's populating but isn't reflecting my minDate or any other functions,...basically not picking up any of the script at
Need JQuery Expert In Atlanta
We are definitely seeking a full-time SAS professional for work in Atlanta, Ga. supporting and extending our CMU product which is extensively described in a NESUG 2012 presentation (http://www.nesug.org/Proceedings/nesug12/sa/sa18.pdf. The requirements are very straightforward. Candidates must have experience successfully developing web applications using the relatively new SAS Stored Process Web Application. They must also be highly skilled with Javascript particularly the Jquery and Kendo libraries.
Dynamic Content with Ajax Using a Dropdown Menu
what I am trying to do is have a specific div from another page being loaded into a div when you click on a dropdown menu. Here is my dropdown menu code and the div #location-info is where I want the info pulled into. <div class="nav-location"> <ul> <li class="locationhead"><a href="#">Select Locations</a> <ul id="location-options"> <li><a href="http://modocom.ca/gillons/atikokan/">Atikokan</a></li> <li><a href="http://modocom.ca/gillons/dryden/">Dryden</a></li> <li><a href="http://modocom.ca/gillons/emo/">Emo</a></li>
Using trigger('create') and checkboxes
I've got some code that injects HTML into the DOM and uses trigger('create') to update the UI: displayDom.html(html).trigger('create'); For my first test, a simple paragraph and a button, this worked fine. For my second test I had a set of checkboxes. The UI looked perfect (screen shot - https://www.evernote.com/shard/s3/sh/9c5ffb14-e50b-4840-82c1-f41ed23cf433/5f0be6fd780c50df110815fc7a8a9a1f) but I couldn't actually click to select a checkbox. Any ideas for what could be wrong? This is the HTML
AJAX data not passed to php correctly only in Internet Explorer
Hi All I have js file which is calling a php file. following is the code. $.ajax({ type: "POST", url: "user.php", data: {username : username.val(),password : password.val()}, success: function(result) { if (result==0) { //displayerror; } else { location.reload(true); } } }); in user.php file I'm assign variables as follows, $username =$_POST['username']; $password =$_POST['password'];
Noob question about fadeIn and fadeOut
I'm starting to learning jQuery and i have this problem: I have a <h2 id="click1"> and a <div id="div1" style="display:none;">.. i put a fadeIn for div when click on the h2 text, but i need to fadeOut when click h2 again... I tryied this: $("#click2").click(function(){ $("#div2").fadeIn("slow", function(){ $("#click2").click(function(){ $("div2").fadeOut("slow"); }); }); }); But it fadeIn and fadeOut at same click lol Thank you guys
jQuery access text file from multifile zip
Hello, I am new to jQuery and I am searching a way to load a text-file into a string, where the text-file is stored on the server in a multifile ZIP with a directory struture inside.(Reason: Lots of textfiles with less space on the server and easy maintainance) Also a fileexist-check would be great and Password support of the Zip. Is this possible or must I pepare serverside-unzip for example with PHP first? Regards Hans-Peter
Help... How to append the image that has been in the href tag into a div??? thanks
Guys can you give me some idea on how can i append the image that has been in the href??? thanks...
Jquery mobile only in dialogbox
Hi, can i use this library/style only in dialog box or only in exactly box/div ? regards
Upgrading jquery library from 1.3.2 to the latest stable jQuery 1.11 ?
I am currently using jQuery-1.3.2 & jQuery UI-1.6 and planning to upgrade both the libraries to the latest stable version. Need some suggestions or best approach(links / blog / docs) to upgrading the jquery library from 1.3.2 to the latest stable jQuery 1.11 ? Thanks in advance.
listview trigger('create') not working with jasmine-jquery mobile.
I have developed an app with jquery-mobile. Now I am trying to setup a jasmine framework for it. In original code, I am creating a listview dynamically. After appending items to `ul.list`, I am calling `ul.list.listview('refresh');` This is working as expected in main app. I have added different UTs, to check behavior of different events on this list. So every time I am calling populate function to load this list. The general structure of my jasmine code is: describe("List behavior", function()
Horinzontal scrolling table.
Hi to everybody, I need help to realize an horizontal scrolling in html table. I would like to realize something like that: Can someone helps me, please? Thanks in advance. Tegatti
How to adjust auto slide for DIY Slider?
The following slider has an auto slide option which is linear and does not halt for any frame. Is it possible to modify it to hold for a brief period of time for each frame. Also the auto-slide never ends.Could it be possible to make it stop once some one hovers over the slide/ presses any of the buttons - Prev/Next. Sample JsFiddle @http://jsfiddle.net/pioul/7Yf34/ Please help. Thanks. All credits for the Slider goes to PHILIPPE MASSET@http://pioul.fr/jquery-diyslider.
Filter on Multiselect box and options are moving from right to left & and left to right
Hi , below code is working fine, but while filter is applied if you use move left and right ,i am facing problem, please can any body help us in this case. 1) Individual Filter is working fine. 2) Move right and left is also working fine 3) if filtered options are moving to right to left or vice versa , then remove the filter text then , see moved options are back to the list . orginal list is appearing. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
How to disable text boxes?
How to disable all text boxes except current selected radio text box? For example, I am selecting "male" other text boxes of female and others option text boxes will disable automatically.Is it possible?How to disable it in dynamically? My js fiddle http://jsfiddle.net/J5PWz/
Does $.browser exists in jqueryV1.10.2.js?
Recently, I found that when I use jqueryV1.8.3.js, the follwing codes works .When I use jqueryV1.10.2.js,these codes does not work. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Test</title> <style type="text/css"> body{ font-size:13px; } div{ margin:5px; padding:10px; border:1px solid #666; background-color:#eee;
Keyup event triggered by mouse click / blur
I have a keyup event attached to a text input field. I've found that focusing/clicking on the field with the mouse and then clicking outside the field triggers the keyup event. Is this expected? The specs for .keyup() says, "The keyup event is sent to an element when the user releases a key on the keyboard."
on after off scroll window
hello, I would like to know how to activate the event scroll after off in the browser window Heres is my source $('#btn').click(function() { $(window).off('scroll');//This works }); But I need to activate the scroll after keyup event $('#txt').keyup(function(){ $(window).on(); }) But the scroll event does not work anymore, I tried with bind and unbind, but I get the same behaviour like this: $('#btn').click(function() { $(window).unbind('scroll');//This works }); $('#txt').keyup(function(){
Does google js api make XHR?
I originally posted in jquery but then realized I put in the wrong forum. I am trying to deconstruct an autocomplete that someone else wrote who is even more clueless than me. She basically did a cut and paste of an example she found somewhere and it worked. This example uses google apis, so I am trying to find out if google api makes the XHR or what is going on because I want local copies of jquery, ui, etc. Let me show you the code and please if there is a brief explanation as to why it would work
jQuery performance and data load
I am using spservices and datatables in Sharepoint. I was looking for advice. I am having form in one div and in another div I am datatables data. I will hide and show div as per the logic. Now my question is doing hide div will still keep data in the div and make my page heavy or it will get data when I make my div to show.
Password strength meter - issue connecting jQuery to html
I click on the password box and it doesn't show any meter as I enter the characters. I believe my issue is how jQuery connects to html. I'm using a piece of public scripting and looking to use it as my password strength meter for "pass1". I'll include all the script since I don't know where it could be failing. The script has a .htm extension. Here's the script so far: : <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script> </head> <body>
Change ID?
Hi, I was wondering how to chance the ID of a object using jQuery? Is this the general idea? Also the way it's written, will the code change circle1 to circle 2, then change both circle2's to circle1? <div id="box1"> <div id="circle1"></div> </div> <div id="box2"> <div id="circle2"></div> </div> $(document).ready(function(){ $("#Click").click(function() { $("#Circle1").removeClass('Circle1').addClass('Circle2'); $("#Circle2").removeClass('Circle2').addClass('Circle1'); });
can find () by used in iterating through XML
I am trying to find a way to read through an XML file that allows me to associate some siblings and children to each other. Appropriately enough I wonder if I can do this with find(). Actually I have tried many things with no luck. let me show you some xml: <bn> <node> <name>Stability</name> <state>Low - <state-prob>.15</state-prob> </state> <state>Moderate - <state-prob>.25</state-prob> </state> <state>High -
Problem refreshing Widget
Hi, I'm having a problem refreshing my Widget that is created via javascript (meteor framework): <div> <div>Output: EXO-01.1</div> <select id="flip" name="." data-role="slider"> <option value="Off">Off</option> <option value="On">On</option> </select> </div> In order to get the widget rendered, I tried: $('[data-role="slider"]').trigger('create'); or $('[data-role="slider"]').trigger('refresh'); But none is working. How can I make sure the Widget is refreshed/rendered? Thanks,
Jquery Tabs and Reveal Modal conflict!
First, I am a newbie and not a coder so apologies in advance. I have implemented the Jquery Tools tabs (jquerytools.org/demos/tabs/index.html) on my page and it works as expected. I can tab back and forth without issue. I have since added the reveal Jquery Modal plugin (zurb.com/playground/reveal-modal-plugin) to links inside each of the tabs. When I load the page, I can go to any one tab and click a link in that tab and the modal will work perfectly. the problem is, when I then click on ANY other
Jquery. Change element id
Helo, I try to change element id and then do something with it. This script changes id, but click not works with it, I dont understand why. Thanks for help. $('#some').hover( function(){ $(this).attr('id', 'new'); } ); $('#new').click( function(){ $(this).fadeTo('slow' , 0.2); } );
looking
Hello guys Im looking for a menu plugin. (Look on image down below to see what i mean). When you press on the little thing left-above, the menu will appear (you can see the menu on the right side of the image). Does anyone know what kind of plugin this is or do you know a plugin that looks the same as this one? Tell me please! Im also new on Jquery mobile, so is it easy to do? It has to be a easy plugin or something:) Thanks for helping me!
DateBox/Flip Mode always shows up as normal text input
As you can read in my caption, the DateBox always shows up as normal text input and even after I refresh the page there is no change. I did the following imports: (I have to summarize them here, because I'm working on a JSP project and I did most of the imports via <%@ page import="" %> ) <!-- jQuery and jQueryMobile Files --> <link rel="stylesheet" href="css/jqm.css" /> <script src="js/jq.js"></script> <script src="js/jqm.js"></script> <!-- DateBox Files --> <link rel="stylesheet" href="css/mydate.css"
jquery autocomplete
noobie question, how can i the autocomplete plugin for my database using mysql and php. because i have a form that accepts data and submit it to the database. my problem now is how to emplement autocomplete to my form, by giving out list of data from my database and accept what the user has chosen on the list but not the value but the id of the data in the database. any tutorials or links that can be useful for me? cause i am very new in using jquery and i dont know json yet just mysql and php and
export to excel using jquery
hi every body, so i´m new to programming and i need a big help. is it possible export to excel datatable from resulset sql (jsp) using jquery?
How to start implement QUnit
Hi everyone, I am new in the QUNit world and Im not English so apologise for any future mistakes XD So my issue is: I have an HTML page where I load a MediaPlayer.swf. I'll post how my folders are organized: MediaPlayer (folder) - app (folder) -- img (folder) -- js (folder) --- main.js --- jquery.js --- backbone.js --- handlebar.js --- qunit.js -- styles (folder) - MediaPlayer.html - MediaPlayer.swf so now what Im wondering
how search data from table in IP format.
i need a help to search data from html table in from of IP format. i mean when user search from search box ip no it should come itself in ip format like 123.343.234 means "dot" should automatically come after three digits....please me out ....thanks in advance...
Accordion Not Working
Hi I want to implement JQuery Accordion on following Page. http://www.reverselogisticstrends.com/dashboard/requests-done.php All the necessary files are included, but whenever I load page it gives me following error: Uncaught TypeError: Object [object Object] has no method 'accordion' Please help me out in resolving the error Thanks
How to do Cross Domain Request?
I have 2 questions really. I need to return a message returned by an API and display this message on my own website. I'm pretty new at this so I'm struggling a bit. http://cloudandproud.cloudapp.net/api/values?id=42 My first confusion is that when I run the command through CURL the it tells me the content-type is JSON, however when you go to the link above, its posted as an XML file, if it was an XML file or a JSON file, I think I would know what to do so I am stuck at with what I need to do next
Next Page