For forum's admin
Dear admin would you please active my thread here and delete this post? I know it says spam because it believes one of the links is spam!!!!!! But it is not those sites are both reliable. Thank you and sorry for posting this I cant find a support ticket here. Ben
Connecting Jquery slider to google map to filter the search results
Hello; I need to filter the results shown on the map based on the price the user chooses. I use Jquery slider to filter the results based on the price range user chooses. http://www.hotels2go.com.au/gallery_nd2.php?search_id=18&search_type=destination&search_term=Gold%20Coast&checkin=2013-05-28&nights=1&adults=1&children=0&altFormat=2013-05-28 Slider is on the right column so user can select the price range. I want to learn how connect that slider to the map so when they filter the price the map
Error in jquery ajax call?
What's wrong in this code? Why it is throwing error? URL has JSON data. JSFiddle
update marker on gmap v3 in a particular time interval
Hi I try to update the marker location on gmap from the json for every 10 seconds. but it draw marker on new location without remove the old one and also i want to show all the marker including client position, when i use bounds:true it only show all marker from json but it does not include client location. how do i do it? my code is below, Any help will be appreciated. function routemap() { var v_buses = JSON.parse(window.localStorage.getItem("buses"));//list of valid bus numbers var v_routeno
Problem with click in img in front a div
Hi friends! I'm developing a website with a image gallery build manually by myself. The problem is when I do a click in the img (class galeria) it's just faded, but, I created the event for just the click in two div's (id subGaleria and id overley), but not for the img (class galeria). I appreciate a help of you. I show the code of events and html below. Thanks! JQUERY: //Quando houver um click no body $("#overlay, div#galeria").click(function() { //Oculta
Find an element by class and attribute value
Hello guys, I need to find in the document an element by class and attribute value like this: <span class="ui-button-text artEdit" rif="artViewDiv52">Save</span> If I want take the element by class I write: $(document).find('.artEdit'); If I want take the element by attribute value I write: $(document).find('[rif=artViewDiv52]'); but if I want to find "artEdit" with rif="artViewDiv52" how can i write?? Thanks
login form to forum css bug
You have css bug in login form. Im using mac os x 10.8.3 with safari 6.0.4 (8536.29.13) You may see it And one more thing a reg for one reason cood you add to http://api.jquery.com/animate/ margin info (marginLeft, marginTop, marginRight, marginBottom) i forgetting sometimes about this and it will be very nice if you write about this on animate page tnk for reading and good luck
How to edit DatePicker cells?
Hello! I have just one question: I would like to add some additional text into the date cells (1...31). How would I be able to do that? Thank you!
variable is not getting altered
Hi Team, On click of submit button , i am checking whether user entered id in one of the field is already choosen or not , if the user entered the id which is already choosen by other user , i should not allow him to continue the submit button. so i have written following code but the UserExist function always returns true . Please help me out . my servlet which i have mentioned in the url will return me the exisiting ids my jquery code is below $("button").click(function(){ if(UserExist("fldid")){
Fetch data from DB and display in a dynamically generated select box using jquery and php
I have the code that dynamically generates textboxes and select boxes upon a button click. I want to fetch the data from DB and display in the dynamically generated select box. Fiddle http://jsfiddle.net/hEByw/12/ shows how the text and selectboxes are generated dynamically. Please see the fiddle for HTML and complete jquery code. I have tried the following part of code to fetch the data from DB and Put into dynamically generated select box(Tax Type) but its not working for me. //To Display the tax
jquery dialog close image
Hello. I have a problem when I use jquery dialog. When dialog opens, i cant see the X close image correctly... U can see it in the image that I have included. Why it happens??? Sorry with my english, i hope u understand me :S ThankS!!!
How to create plugin with ajax response
Plugin Code (function($) { $.fn.dateSlider = function($options) { var $defaults = { page: '' }; var $settings = $.extend({}, $defaults, $options); return this.each(function() { $.post($settings.page, function($res) { $settings.done.call(this); }); }); }; }(jQuery)); html $(function() { $('.test').dateSlider({ page: 'res.php', done: function() {
Select drop down is appeared in bottom of the page
Hi All, I am using struts1.3 with jQuery. I wish to achive data-native-menu='false' for good view. Following this code, the drop down options are displayed not really below the component. Its showing bottom of the page. What is wrong in this code? Pls.. <label for="select-choice-1" class="select">State</label> <div data-role='fieldcontain'> <select data-native-menu="false" name='stringselect' id='stringselect'> <option data-role="none" data-placeholder='true'>Choose
problems with Jquery
for the love of God help me, where did I go wrong? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title> </title> <script type="text/javascript" src="file:///C:/Users/Corinthians/Documents/Excercios/jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("a").click(function(){ $("#titulo").css("color", "#0000FF"); $("#titulo").text("curso e Jquery") }) }); </script> </head> <body> <h1 id="titulo">Hello
How can i edit and develope the core code?
Hi, I wanna contribute in the core development. So, i started to read the documents but i got confused and i have some important questions : Which IDE should i use for coding? How can i be one of the contributor? because my name is not between the contributor of core.js . How should i apply for being a contributor ? Please, introduce me a helpful document that guide me step by step for know how can i contribute,edit,develop and publish codes. Thank you
Fancy title plugin
Hello. I am new to jquery but am loving it. So far I have been using a plugin called jqgrid which basically allows an excel like display using php/jquery. Is there a plugin out there that will allow me to change the style of a (td title="whatever") (or similarly, the alt text box when you hover over an image) to something more fancy? i've seen a few but they all seem to require me to add the style to each thing I want to customize. Because I have a plugin creating these tables for me, and because
Abort request on ajaxSend breaks ajaxStart and ajaxStop
Hi, After call jqXHR.abort() inside ajaxSend, ajaxStart does not fire anymore. An silent exception is thrown in line 7986 of jQuery 1.8.3: try { state = 1; transport.send( requestHeaders, done ); } catch (e) { ... } transport is undefined.
AJAX form - MySQL, jquery Not working.
Hi, I am trying to setup ajax with my form. I came across a tutorial for setting this up but it didnt quite work for me so need a little help in getting it to work. This method seams quite good because I can easily add more fileds without changing my ajax too much and can also implement easily into other projects. The form works fine without ajax. Here is my form <form action="../bin/form-process.php" method="post" class="ajax"> <input class="input-field" type="text" autocomplete="on" name="first_name"
Slider help
Hello everyone, I am trying to make this simple slider for a project - but im a rookie in jquery and therefor i need some help if anyone have the time. I have made this fiddle: DEMO I need help with building my navigation so i can jump to the different slides back and fourth using the CSS class. Im not sure how to do this from this point. Can someone take a look and maybe update the fiddle if you have a smart solution. thank you
Is there a better way?
Hi, I have a bunch of hidden div's with text in them that I 'slideDown' when it's corresponding nav 'div' item is either rolled over or clicked. I'm new to jquery (1 week) so I'm wondering if there is a cleaner way of writing this jQuery code. Can someone suggest a way? My HTML: <div class='services-content-web'> <div class='services-circle' style="margin-left:0px">Web</br>Design</div> <div class='services-circle'>UI & UX</br>Design</div>
Small Problem with responsive column toggle table in JQM 1.3.1
Hi, when I have a responsive column toggle table (eg as in http://view.jquerymobile.com/1.3.1/dist/demos/widgets/table-column-toggle/) and resize the window to make it smaller until a column is hidden because of a breakpoint reached and the make the window wider again the now hidden column does never come back (try it on the mentioned demo page!). Reason IMHO is that in the self.update function starting at line 10913 in the 1.3.1 distribution first if (this.checked) is true (because this is the default)
dynamic grid?
Hi all, I need to create a dynamic grid that will display data coming from a mysql databse. I need to loop the database records and create the grid dinamycally, but how can I loop a five-column grid? I'm using dreamweaver cs6 and a php-mysql server model. TIA for any idea or suggestion. tony
JQM page refresh
when i navigate from one page to other by data transition slideup..i want to refresh the entire page. how do i get it done....
how do I managed to drag the image to the side?
put an image in my application, but I can only move it up and down. I can not move it to the side.
jquery popup window which will call HTML page
jquery popup window which will call HTML page............. with example thnx
Swipe between pages
Hello, I have a page that shows a listview and each item in this listview when clicked will show its content in a new page. The same is applied to the rest of the listview items their content will be shown in a new page. But the page showing the content of each listview is the same for all. Meaning there is two data-role="page" divisions in the html document. One to show the listview and the other appends data to its content division. The way data is appended is by using a webservice that takes from
how to change the width of the element that has been append to body
hi , i have a div element that i have been added it to the body with append method . var container_style = "<style> #container3{width:800px;background-color:#f0f0f0;position:absolute;z-index:1004;top:100px;left:19%;padding:20px;border-radius:3px;;box-shadow:0px 0px 20px 1px #242424}</style> "; var fortest = "<div class='senfi' id='container3' ></div>"; $('body').append(fortest); //________________________________________________________ okay now i want to change the width of this element if i change
JQuery AJAX Post throwing error in Firefox??
I am having an issue with Firefox for jquery ajax post. This functionality is working IE (not in Firefox). In IE controller is reaching to [webmethod] in server side. But this is not happening to Firefox. I don't understand the problem. I place JavaScript debug in firebug, nothing showing there too. var save = function(saveUrl) { var $value = $("#Body_hiddenClientId"); var $container = $("#grid"); var handsontable = $container.data('handsontable'); var tableData = JSON.stringify(handsontable.getData());
So stressed: Template for JSON + Phonegap not fully working, flicker
Hey all, After DAYS of trying to get this to work and no luck I've thought I'll try get some help. What I'm trying to do: Phonegap + jQuery Mobile app (Done) On selected pages pull html data from my wordpress website using the json API plugin. Steps I want include: Opens app, user navigates to a page, once the page is shown if the device is online start to pull data and show it, if its offline alert the user with a message and have a refresh button to try again (maybe the users 3G dropped out for
Jquery mobile 1.3 navbar hide content
Hi, i have this problem. I have an application with a persistent navbar. When i charge the main page for the first time, the top of content is hide by navbar. If a navigate to app, when i return in main page, the content is ok. This is the code of first page. <div data-role="page" id="pg_main" data-ajax="true" > <div data-role="panel" data-id="main_panel" id="main_panel" class="main_panelcolor" data-position="left" data-inline="true" data-display="overlay" data-position-fixed="true" data-dismissible="true"
simple qustion
what does this code mean ? var element = $('<div id='lightbox ></div>'); '
$.proxy
Hi, as stated here http://api.jquery.com/jQuery.proxy/ additionalArguments Type: Anything Any number of arguments to be passed to the function referenced in the function argument. I understand ... the arguments are added after (additional) the already existing ones, i.e. var fn = $.proxy(function(a, b, c, extra) { alert(a + ' ' + b + ' ' + c + ' ' + extra); }, this, 'x'); fn('a', 'b', 'c'); I would expect to see the alert box with 'a b c x' inside, but I get 'x a b c' because the additionalArguments
Help - calculate total of multiple input fields
Hello, I have been working on a small freight calculator, cubic amounts are calculated based on quantity and a formula. Here is my current JSFiddle http://jsfiddle.net/weedy/vcD9A/ At the moment, i would like the quantities column (inputs) to be totaled at the bottom in a span element called "totalquantity". I have got the total working for the cubics column. jquery example, please see full code on jsfiddle http://jsfiddle.net/weedy/vcD9A/ function total() { $('.totalcubics').html(function ()
.load() Works But Duplicate Page Appends Itself To Target Div
Hello everyone, I'm pulling info from a database and having it append html with the pulled info to the target div with .load(). It works but, it appends a duplicate copy of the page itself (html, javascript, meta tag code in all) to the target div first, then after that it appends what I want. How do I stop this from happening?
Dynamically created ImageMap: How to use the click event in already binded script.
Hi, I am not sure if there exeist a solution for my problem. I use a jquery script (application.js) which I bind in with my index.html. Somewhere in my code I insert a html image map via .html(imagemap-html-code) . I want to make use of the click event of the image map in my application.js. I already tried to use the .on: $("area").on("click", function(){ alert($(this).attr("alt")); }); But it did not work. Am I missing something? Or is it simply not possible? Thank you very much.
Jquery append alignment problem
The below code is perfectly fine. But i would like to display number next to bar level. But now it's coming below the each bar. Please help me with this. <!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>User Display</title> <script src="http://code.jquery.com/jquery-1.10.0.min.js"></script> <style type="text/css">
undismissable popups dismiss
I thought I would explore pop ups to replace a dialog widget that I am using. But it needs to be undismissable. I tried the undismissble demo at http://api.jquerymobile.com/popup/ but as soon as I clicked outside of the pop area the pop up disappeared. What gives?
responsive panel demo broken / how to keep a panel open on a large window
Is it just me, or is the following demo broken (I tried in Chrome / Firefox on Mac and IE on Win 8)? http://view.jquerymobile.com/1.3.1/demos/widgets/panels/panel-fixed.php I am trying to build a website that uses a left side panel menu. When the page is open in a large window (on a computer) I want the panel to stay open. When the page is open on a small window, I want the menu to be closed until the user opens it. It sounds to me like I should be able to just add class="ui-responsive-panel"
help with slideToggle please
I've been try for the last 24 hours to get this to work right and it just driving me nuts. HTML: <div class="thecourse"> <div class="category"></div> <div class="subcategory"></div> <div class="subcategory"> <p class="getcourse"></p> <p class="summary"></p> </div> </div> this repeats several times. Basically i only want the category to slideToggle to the next category and leave the other ones below it expanded. And here is what i have been try
Problem with losing focus of a dialog.
I am trying to develop a test file to use dialog before I incorporate it in an application. When the dialog is not visible I want a link to show() and then to hide() when the dialog is visible. I have tried "blur', " focuslost", "focusout:, and "focus_lost". I am using FF. <!doctype html> <!--- http://jqueryui.com/dialog/#modal --> <html lang="en"> <style> #dialog{ border:2px solid #333; background:#f7f5d1; padding:1em 2em; color:red; text-align: left; } </style> <head>
Next Page