jQuery Hide Function
Hi Guys, I am trying to get a .hide to work on this page http://www.callummundine.com.au/mklassable I am trying to make it so when you click on the 'x' image, it will hide #search-form-container This is my code. If anyone could help it would be great. P.S i am also trying to get it to show by clicking on the search icon. $("#close-button").click(function() { $('#search-form-container').hide();; });
i want to "include" a page when i select "jQuery UI radio button".
How to get radiobutton variable into php ? <div id="radioset"> <input type="radio" id="radio1" name="radio"><label for="radio1">Choice 1</label> <input type="radio" id="radio2" name="radio" checked="checked"><label for="radio2">Choice 2</label> <input type="radio" id="radio3" name="radio"><label for="radio3">Choice 3</label> </div> <?php // if (radio == Choice 1){ // include ("file1.php"); // } // elseif (radio == Choice 2){ // include ("file2.php");
JQuery $.ajax referesh and get new data
I am using JQuery 1.7.2. I am using highchart for making live data chart. I maked one C# page where on the page load I am writing some jSON format data which I am using in another page with the help ajax call for highcharts. I will run that ajax call inside function and in success event of ajax call I will make setTimeout after 1 minute to call again function, So I will get latest data every time. Until here everything works very good. But I have issue lets say data I am getting data only for 4 hr
How to get the children of a selected parent using jquery ?
Hi, I'm new to jquery?Jquery Mobile .I'm trying to get the children of a selected parent tag from xml file. See this :http://jsfiddle.net/bhvxV/ Thanks in Advance.
Detect browser mobile
When I call an aspx page, I want to check the client browser, and if it is a mobile redirect to another page aspnet mobile ... I have a code in php, and not as it does in jquery <?php error_reporting (E_ERROR); $es_movil=FALSE; $usuario = $_SERVER['HTTP_USER_AGENT']; $usuarios_moviles = "Android, AvantGo, Blackberry, Blazer, Cellphone, Danger, DoCoMo, EPOC, EudoraWeb, Handspring, HTC, Kyocera, LG, MMEF20, MMP, MOT-V, Mot, Motorola, NetFront, Newt, Nokia, Opera Mini, Palm, Palm, PalmOS, PlayStation
i want to "include" a page when i select "jQuery UI radio button".
How to get radiobutton variable into php ? <div id="radioset"> <input type="radio" id="radio1" name="radio"><label for="radio1">Choice 1</label> <input type="radio" id="radio2" name="radio" checked="checked"><label for="radio2">Choice 2</label> <input type="radio" id="radio3" name="radio"><label for="radio3">Choice 3</label> </div> <?php // if (radio == Choice 1){ // include ("file1.php"); // } // elseif (radio == Choice 2){ // include ("file2.php");
How to get radiobutton variable into php ?
<div id="radioset"> <input type="radio" id="radio1" name="radio"><label for="radio1">Choice 1</label> <input type="radio" id="radio2" name="radio" checked="checked"><label for="radio2">Choice 2</label> <input type="radio" id="radio3" name="radio"><label for="radio3">Choice 3</label> </div> <?php // if (radio == Choice 1){ // include ("file1.php"); // } // elseif (radio == Choice 2){ // include ("file2.php"); // } // else { // include
How to open a file in the child tag of a xml file using Jquery ?
Hi Everyone, I'm trying to open a file in the child tag of a xml file.I'm getting all the parent tags in listview and when i click on parent link i'm getting child tags but when i'm clicking on the child tag. how to open a file in the child tag. see this:http://jsfiddle.net/Hs38x/3/ In this link have a "xml file" with child tags as <content file="93828.txt" order="1">Balmy with rich perfumes</content> <content file="93829.txt" order="2">Wear a fine dress</content> like this for every parent
Comceptional question using JS Tree with multiple Trees?
Hello there, I am totaly new to JQuery and JS Tree Plugin. What I would like to do is building multiple categorisation trees. Each of this trees should then have unlimited levels. The Idea is to add the name of the new tree in a overlay or JS shoutbox and then have a selectbox with all the tree categories. The user should then select one of these trees, which name is then the first node and he then can add multiple subnodes. I have created one big tree with multiple levels, but I have no idea how
Function within for loop
http://jsfiddle.net/xNquz/12/ I'm trying to pass variables to the function using a loop, but I think the problem may be about closures? Apparently it's seeing the last variable in the for loop. Either way it doesn't work how I want. So what can I do to fix this?
how make a slide movement to a draggable div?
Hi friends, can someone help me to modify this script: http://jsbin.com/uhaxur/34/edit it's work 100% but when i drag i would a slide or elastic movement just like this script: http://stereobit.github.io/dragend/ hope in your precious help. Thanks a lot :)
Prevent horizontal checkboxes and radiobuttons from wrapping
How can a set of checboxes or radiobuttons inside a fieldset with data-type=horizontal be prevented from wrapping? I have tried adding the obvious CSS attributes to the fieldset but that did not work. Any ideas? TIA Silvio
We need Ajax, Jquery, Javascript HTML5 Experts immediately ?
Hi, Having one website with node.js and javascript I want to implement for mi site something : I have video conference with flash now I want to change that to mi video conference to HTML5 video conference in the same way I have youtube video player with swf again i have to change that to video player with html5, in my chat users can add my video and play for all users like youtube. Thanks,
How to Enable And Disable jQuery Tab in RunTime In ASP.NET
I want disable and enable jQueryUI tabs based on the AJAX content. <script> $(function () { $("#tabs").tabs({ disabled: [1, 2,3], collapsible: true, fx: [{ opacity: 'toggle', duration: 'slow', height: 'toggle' }, { opacity: 'toggle', duration: 'slow', height: 'toggle' } ], beforeLoad: function (event, ui) { ui.jqXHR.error(function () { ui.panel.html( "Couldn't load this tab. We'll try to fix this as soon as possible. "; }); } }); }); </script> And HTML Code: <div id="tabs"> <ul> <li
how to clone and drag an icon using jquery?
$( ".selector" ).draggable({ helper: "clone" }); // getter var helper = $( ".selector" ).draggable( "option", "helper" ); // setter $( ".selector" ).draggable( "option", "helper", "clone" ); I found these codes,but where to add this?
Changing title lengths on window size change
I am trying to change the video title lengths when the size of the window is below 1400 pixels (to prevent word wrapping with the long titles) but for some reason it appends all the featured links TWICE and doesn't correctly erase the entire DIV to regenerate when the window size is changed. http://jordan.rave5.com/tmpstuff/ Live preview of issue Here is the window size control: // Control Header Size & Youtube Player $(window).load(function() { resizeDiv(); appendFeaturedVideos(); $(window).resize(function()
jQuery Mobile without outputting extra classes for entire page
I have a HTML page optimised for a mobile device, which I have written the CSS for myself. I need jQuery and jQuery Mobile for a couple of things (like the loading message from jQuery Mobile, and $.ajax from jQuery) but not much else. Whenever I add in the jQuery Mobile JavaScript files, it processes the entire HTML page and adds its own classes to each element; whereas I'd like to disable that (running jQuery 1.9.1 and jQuery Mobile 1.3.1). I'm aware you can disable jQuery Mobile for a particular
Fetching Youtube jSON info and appending to document
Hello! I was told I may find help here. I'm trying to fetch jSON info from Youtube on a videos, and then append them to the source but I'm having issues getting the JSON info into an array to use in my FOR loop where it goes over each video.... :\ This is what I'm attempting currently. // Get youtube info function parseresults(target) { var parseResults = $.getJSON(target); return parseResults; } function getComments(commentsURL, startIndex) { $.ajax({ url: commentsURL + '&start-index=' + startIndex,
PopUp query string hide
I am using the jquery PopUp control as a login box. The trouble is that it displays both fields in the URL querystring after the submit button is clicked (to clarify: the popup does this, not my login web method). Is there a way to prevent this?
Im looking for an image grid plugin that has auto-load-item on scroll
Hi everyone, I'm currently working on a platform and have the design and navigation done. I'm in the process of setting up the database and getting the index page done. On the indexpage I need a grid of images of products and when a user scrolls down I would like the grid to auto-load more images/products so you would basically have an infinite scroll. You see this feature more and more on modern sites. Does anyone know where I can get such script? Thanks and best regards, Lynn
click the buttons on the panel results in clicking the widgets behind it as well?
I have a page defined like below. The behaviour is that when I click the "Tools" button, it will open the "#toolPanel" panel. There are two buttons on the panel. When I click on the first button with a "tap" event, the widgets behind it is also tapped (The widget behind that button is the "search" <input>. Can any of you experienced users tell me what I should do? I am relatively new to jquerymobile. Thanks. <div data-role="page" id="mainMapPage"> <div data-role="header" data-add-back-btn="true"
Ajax PDF base64
Hello, As yall have probably surmised by now, I have no idea what Im talking about half the time. So here goes ... Im ...trying... to return a PDF stream from an ajax call. I have a stand alone program that runs the same code and produces a correct pdf ... Im trying to get it to display in the browser(chrome) . How do I tell the browser that the data in the response is base64 from the ajax call. I understand about the contexttype and all but it's displaying gibberish. Or crashing chrome. (like most
Download issue
I'm running OS X 10.8.3. In order to install WYMeditor a precondition is that jQuery be already installed. I click on the Download button on jQuery's home screen and select "Download the compressed, production jQuery 2.0.0." A window opens showing: /*! jQuery v2.0.0 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery.min.map */ (function(e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u=e.$,l={},c=[],f="2.0.0",p=c.concat,h=c.push,d=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=f.trim,x=function(e,n){return
jQuery Mobile without outputting extra classes for entire page
I have a HTML page optimised for a mobile device, which I have written the CSS for myself. I need jQuery and jQuery Mobile for a couple of things (like the loading message from jQuery Mobile, and $.ajax from jQuery) but not much else. Whenever I add in the jQuery Mobile JavaScript files, it processes the entire HTML page and adds its own classes to each element; whereas I'd like to disable that (running jQuery 1.9.1 and jQuery Mobile 1.3.1). I'm aware you can disable jQuery Mobile for a particular
jQuery Mobile without outputting extra classes for entire page
I have a HTML page optimised for a mobile device, which I have written the CSS for myself. I need jQuery and jQuery Mobile for a couple of things (like the loading message from jQuery Mobile, and $.ajax from jQuery) but not much else. Whenever I add in the jQuery Mobile JavaScript files, it processes the entire HTML page and adds its own classes to each element; whereas I'd like to disable that (running jQuery 1.9.1 and jQuery Mobile 1.3.1). I'm aware you can disable jQuery Mobile for a particular
jQuery Mobile without outputting extra classes for entire page
I have a HTML page optimised for a mobile device, which I have written the CSS for myself. I need jQuery and jQuery Mobile for a couple of things (like the loading message from jQuery Mobile, and $.ajax from jQuery) but not much else. Whenever I add in the jQuery Mobile JavaScript files, it processes the entire HTML page and adds its own classes to each element; whereas I'd like to disable that (running jQuery 1.9.1 and jQuery Mobile 1.3.1). I'm aware you can disable jQuery Mobile for a particular
jQuery Mobile without outputting extra classes for entire page
I have a HTML page optimised for a mobile device, which I have written the CSS for myself. I need jQuery and jQuery Mobile for a couple of things (like the loading message from jQuery Mobile, and $.ajax from jQuery) but not much else. Whenever I add in the jQuery Mobile JavaScript files, it processes the entire HTML page and adds its own classes to each element; whereas I'd like to disable that (running jQuery 1.9.1 and jQuery Mobile 1.3.1). I'm aware you can disable jQuery Mobile for a particular
jQuery Mobile without outputting extra classes for entire page
I have a HTML page optimised for a mobile device, which I have written the CSS for myself. I need jQuery and jQuery Mobile for a couple of things (like the loading message from jQuery Mobile, and $.ajax from jQuery) but not much else. Whenever I add in the jQuery Mobile JavaScript files, it processes the entire HTML page and adds its own classes to each element; whereas I'd like to disable that (running jQuery 1.9.1 and jQuery Mobile 1.3.1). I'm aware you can disable jQuery Mobile for a particular
jQuery Mobile without outputting extra classes for entire page
I have a HTML page optimised for a mobile device, which I have written the CSS for myself. I need jQuery and jQuery Mobile for a couple of things (like the loading message from jQuery Mobile, and $.ajax from jQuery) but not much else. Whenever I add in the jQuery Mobile JavaScript files, it processes the entire HTML page and adds its own classes to each element; whereas I'd like to disable that (running jQuery 1.9.1 and jQuery Mobile 1.3.1). I'm aware you can disable jQuery Mobile for a particular
Jqm 1.3.1 doesn't work with jq 2.0
Hi ... the problem is in subject the error, during the page transition is: (firebug dixit) TypeError: $.data(...) is undefined var $theme = $.data( page[0], "mobilePage" ).options.theme, jquery....3.1.js (riga 10313) Do you have the same problem??? thanks in advance for your reply
unable to hide image on load ..while navigating
Hi, I have a file called store.htm and it has a href which points to another page called mobile.html. when i click in the Href whihc point to the mobile.html,i am navigated to the mobile page but , (the javascript is not firing)(logoff button is not hidden),but when I refresh the mobile page , I see the javascript alerts firing but not when I redirect from store.htm page. here is what i ahve in store.htm <li><a href="Mobile.html" data-transition="slide"> <img src="test.png" class="ui-li-thumb"
How to develop tablet Application using Jquery Mobile?
Hi, I am developing tablet application using Jquery Mobile.Please specify Tablet UI components and examples on how to use those components.
Page is cached in mobile
Hi, I have a page called store.htm - static page it contails multiple pages and all it contains is lists and uls. when i udate - add a href list item and come to Mobile and refresh , i dont see the newly added list item in there. but after multiple manula refreshes it shows up on my mobile. YPE 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> <title>mytheme Appstore</title>
Give me a solution for this ERROR
I am having this error while migration old version to new version. Uncaught Error: cannot call methods on button prior to initialization; attempted to call method 'widget' Tell me how to solve this ERROR.
jquery location?
Still struggling with this, got the link to and nav-indicator to know where to go to but as soon as the DOM is finished the location is lost woodfellows.paston2.webfactional.com At a guess I need to pass the triggered location back to the setIndicatorPosition function although I cant even see where the position is being reset or lost. <script type="text/javascript"> 17 $(document).ready(function() { 18 $('#nav').append('<img src="/media/images/base/nav-indicator.png" id="nav-indicator"
what does “Support: Firefox 18+” mean in jQuery1.9.1 source code?
I'm reading jquery1.9.1 source code. At the beginning, it says: // Can't do this because several apps including ASP.NET trace // the stack via arguments.caller.callee and Firefox dies if // you try to trace through "use strict" call chains. (#13335) // Support: Firefox 18+ //"use strict"; I've read ticket #13335 saying because of apps like ASP.NET trace call stack via arguments.caller.callee, "use strict" was removed. but I don't understand what "Support: Firefox 18+" means? Does it mean, if you
How to make an extra cell in html using jquery
i have ajax/json method (web method) which binds html table in following way (let me share piece of code) for (var i = 0; i < data.d.length; i++) { $("#tbl").append("<tr><td>" + (data.d[i].id) + "</td><td>" + (data.d[i].name) + "</td><td>" + (data.d[i].age) + "</td></tr>"); where data.d[i].name is data return by webmethod ..up till here its working fine ..but i want to add new cell column for each row in href format i.e i need to have <a href=erum>erum</a> can any one know how to do this..
help with query cycle
I´m trying to start the slider after a few second paused and i can´t. the slider run from first to last well and then i need pause the slider for a moment and start after 5-6 second with the first slide. This is the code which makes the slide show and stopped at slide 4 $(document).ready(function() { $('.slideshow_estrategia').cycle({ fx: 'fade', timeout: 100, speed: 600, autostop: x=4, }); }); Thanks
Making categories and boxes inside sortable
Hello, I have this http://jsfiddle.net/Ja6KE/. It's a list of categories. Each category has some boxes. I need to make these boxes draggable to another category (now it works) and the whole category sortable with other categories (now it didn't work). I'm not sure how to do it. Thanks for help.
Page is not completing list
I am using a css page that someone else wrote to enable openlayers map to be displayed. Using the Android default browser, whenever I include my own pages I find that if the page is long, ie a list of 40 or so items, only the items that fit on the viewable page are listed. The page is scrollable but everything below the page height of the device is empty. Using Firefox for Mobile there is no problem and the whole list is displayed when scrolling. Everything also appears fine on my laptop, ie with
Next Page