Google Map Jquery Load Problem
Hey trying to load my google map through a jquery load call... doesn't seem to be loading on to my div on my index page through an external page.. had the code from the google developers page.. but cant seem to get it to work.. any help or pointers that would be great... $('#content').on('click', 'nav ul li a', function() { var page = $(this).attr('href'); // Script to fade and show pages $('#content').hide().load('page/' + page + '.php').fadeIn('normal', function() { function initialize()
Not able to style the borders on vertical tabs
Hello! I'd like to know how to take away the gray border when the tab is active. I was able to style the whole thing and it's all perfect except for that. Please let me know where to find it! Thanks
drow-up menu jquery
Hi, I´m new here and I´m starting to learn to work with jquery because I need to do a website and I want to add some different menus. So I saw this menu and the menu in the right side but I don´t know How can I do something like this. I need some helppp.
Animate Jquery effect problem.
Hi, I am using jquery animate effect within Jquery booklet. There are add buttons in jquery booklet and If I click on that add button image get animate into Cart ,but Cart is out of that booklet. I am making clone of that image and appending clone to image TD and animating the clone. Now the problem occurs that If I animate the image ,it is animated only in that booklet . I have increase the z-index and also opacity but It was in vain. Please help me. Thanks in advance.
static button
I've got problem with moving "more" button. I wish it to be stable but it moves when I click on it. Additionally it must be in one box with the rest of content... How can I do it? thanks for help! http://jsfiddle.net/Q892s/8/
What type of item should I add to canvas if I have to show and hide it frequently?
I'm a newbie who has to add some text to five areas of a canvas that I will need to show and hide frequently. Was curious what type of tag should I use? I was thinking of using the .append method to add a dynamic DIV or is there a different type of tag that I should use in HTML 5. And is it easy to hide and show. Please help..
SetInterval with short time in IE9 not update the SRC, only longer time.
Hi all. I use this code for change the src attribute from img tag in short intervals. So i create an animated sequence images as a movie showed in a div. This code function perfect in Chrome but in IE9 it function only I change the time loop in SetInterval for 150 or longer times... Any sugestion? thanks. <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <script src="http://code.jquery.com/jquery-latest.js"></script> </head> <script> function teste1(){ var i =
Return table TR ID
Hi, My table is: <table id="yourtable"> <tr> <th width="14%">Date/Time</th> <th width="16%">Show</th> <th width="25%">Comment</th> <th width="15%">Response</th> </tr> <tr id="1202154"> How can I reference the ID of the tr when a button is clicked, in this case button clicked id = 1202154 Thanks
Using a jQuery Flip Toggle Switch for submitting two different status informations for the control of a relais
Hi I like to use a jQuery flip toggle switch to submit two status informations to control the two status of a relais. Instead of using: <input type=submit name=relais=RELAIS1_ON onclick="relais1_on()"><br><br> <input type=submit name=relais=RELAIS1_OFF onclick="relais1_off()"><br><br> I like to us a jquery flip toggle switch, to switch on and off a relais. Does anybody know, how to to programm this? Thanks in advance for any help All my best Thomas
Issue with drawing array of images using Jquery's drawImage method.
I have a problem with jQuery's drawImage method. I'm trying to draw five cards to a canvas and wanted to do so with a javascript array object. I thought I could populate my five cards to the screen with an array object. The script doesn't error out but the cards aren't drawn to the screen. When I do modify the method with a tag like img1 = new Image() and refer to that in the drawImage method it works just fine and will draw one card. Is my syntax wrong or am I going about it the wrong way. Help
Drag and Drop only works the first time
I've created a drag and drop screen wtih JQuery where you can change the order of 8 images. If you drag image 8 over image 7, then 8 and 7 are switched. However, when I drag 8 over 7 again, nothing happens (it should switch 7 and 8 back to the beginning). It looks like the HTML is not getting refreshed after the first time - the from and to values are the same as the first drag. A secondary problem is that after the first (successful) drag and drop, the next time the values are returned in
drag and drop sortable list
<ul class="mysortable list"> <li id="1">Item 1</li> <li id="2">Item 2</li> <li id="3" >Item 3</li> </ul> Hi I have drag and drop sortable list.When drag and drop Item 1 with item 2.They swap postion. i want the text of id 1 after is been swapped with id 2. I have tried alert( $("#1").text()); but this prints out Item 1. I want it to print out Item 2. which is the new text content of id 1. Thanks in advance.
Looking for Carousel (images scrolling with text)
I want slide how / carousal with html content I found lots of carousels that slides only images example http://caroufredsel.dev7studios.com/index.php http://coolcarousels.frebsite.nl/c/56/ Thanks in advance
Rggg. What script is this website using????
About to stroke out trying to figure out what JQuery script this site is using for the before / after widget: http://cloudcastlegroup.com/ (move the cursor over the image). Pretty cool way to show a before / after image. Any idea where I can find this script or is this custom? THANKS!!!!!!!!
How to update lists?
I am extremely new to jquery and really don't know JavaScript at all so forgive the simple question. I am using PHP to dynamically create jquery pages based on database info. when I create a list I have found that it doesn't always update when I revisit a page. After searching around for a bit I found someone say to use .trigger('create'); to refresh the contents of the page each time it's opened. however I have no idea how to add this to my page can someone help me out. Please start extremely basic
is advised keep records of shops and services in a DATABASE
Developing a mobile App being an Index for my Town, is advised keep records of shops and services in a DATABASE??? like web sql... how initially the App come with database populated?
help needed removing "class" from dropdown menu
Hi all, I am extremely new to jquery, something I will eventually need to look into and would like to learn but unfortunately just not enough hours in the day..... Anyway, I have scratched around on the web and cobbled together a simple accordion dropdown whereby when you click on a "title-bar" a text area drops down beneath, the title-bar is assigned the class "selected" and changes colour and border style using CSS. When another title-bar is selected, every thing happens as it should first text
Highslide JS ajax navigation, loosing editable java script on next or previous page
hi guys,... can anyone help please,... I am using highslide htmlexpand on a site. I expand the ajax page when you click on a link. I am trying to run a jeditable script that definitely works because I'm using it on regular view. When I click on a link for the first time, jeditable script works as expected. However, in every subsequent html expand pages, the script will not work. What could be the problem here? Thanks in advance,... here is my Highslide config: <script type="text/javascript">
Recommendation for a page scroller
Hi, I'm relatively new using jQuery and I'm getting ready to design a new site in which I want a page scroller to be integral to the design. The only real requirement is that it is easy to incorporate the code. — I looked at this pagescroll plugin — http://pagescroller.com/ - I would willingly pay for the Pro edition, but I downloaded the free edition and it fails to activate in WordPress. That, plus no communication from the author, doesn't inspire a lot of confidence. I've also looked at this
Using two versions of jquery in same page
Hi, I need to load 2 versions of jQuery in one page. So I did some research and found that it is possible and this is what I did: <script type="text/javascript" src="js/jquery.1.9.1.js"></script> <script type="text/javascript"> //create this naming for Jquery 1.9.1 version var jQuery_1_9_1 = $.noConflict(true); </script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script> I created a variable jQuery_1_9_1
jquery menu
hi guys i am brand new to forums and jquery so bear with me. this is my problem: its to do with drop down menus. the code works fine on normal menu but I can seem to get it tio work on sub menu:( I would like to bring in different content into the same div. here is the html for the menu the menu is at the bottom of the site opening up instead of down. <ul id="nav"> <li><a href="home.html">HOME</a></li> <li><a href="AboutUs.html">ABOUT US</a></li> <li><a href="partners.html">PARTNER</a></li>
Need advice on how to remove button on other HTML pages
Hi all, I've created a contact page with help of jQuery and when click on button, it pops up with fadeToggle effect. Now the button appears on all my html pages, which I don't want to. How could I remove them from all other pages except from my contact page? $('html').addClass('js'); var contactForm = { container: $('#contact'), config:{ effect:'fadeToggle', speed:500 }, //same thing as constructor method and gets everything moving init: function(config){ $.extend(this.config, config); $('<button></button>',
Creating a like/unlike button
Hi Guys, I am trying to create a like/unlike button for my website. If you visit http://callummundine.com.au/photo/explore_photos.php and hover over the first photo, you can click the like button. As you can see, i have managed to get it to switch between 'Like' and 'Unlike', but it removes the icon. Any ideas? Here is the code: <script> $("#like-unlike").click(function(e) { if ($(this).html() == "Like") { $(this).html('Unlike'); } else { $(this).html('Like'); } return false; }); </script>
Creating an overlay of an image (like Pinterest)
Hi, I am new to jQuery. I am trying to make a feature on my website so when you hover over an image, it makes an overlay appear. I have successfully done this, but one issue i am having is when you move the mouse, the overlay flickers. Please visit http://www.callummundine.com.au/photo/explore_photographers.php and hover over the first image to see what i mean. This is the script i used: <script> $("#1").hover( function () { $('.layover').show(); }, function () { $('.layover').hide(); } ); </script>
Append rows to a table
Hello. I'm a jQuery newbie and I'm having trouble with it. I decided to create a new post even though there were already a couple of threads with a similar title because I tried (some) of the solutions provided in those threads and it didn't solve my problem. I want to append a specified number of rows to an existing HTML table using jQuery. The idea is to let the user input the number of rows to add the table. I've tried something like the following: $(document).ready(function() { $('#addField').live("click",function(){
jQuery, PHP, ajax not storing database values
Hello everyone, Quite new to jQuery, AJAX and PHP, and all new to this forum This is probably not a brainer for the experienced, but I simply cannot find out what is wrong. Let me explain... I have... 1 HTML page, with a form that submits only 1 field. This page also contains my jQuery / AJAX code. 1 PHP page, with only a few statements to store information in my database. I am trying to prevent redirection to the PHP page on Submit, which works just fine. However, the submitted field is just not
Is there a way to append a link an have it perform a seperate function (when clicked) from the other links
I have links that just display "More" that call a function (when clicked) to display more citation links. Problem is they are performing the same function as the citation links AND then adding more links. I have a list of citations that I create with a function inside an ajax call // Loop function for each section (10 citations per section) var loopSection = function(start, stop) { // Http setup for all links var linkBase = "http://www.sciencebase.gov/catalog/item/";
Scroller stopped functioning
This used to be a functioning vertical scroller last October. http://allenmoyerdesign.com/ Any ideas how to fix it? I've tried the latest version of jquery and that doesn't seem to do the trick.... TIA Ziska
jQuery ui dialog - getting 500 error on post
Hi everybody, I am trying the following code for my dialog var $dlg = $("#add-edit-dialog").dialog({ autoOpen: false, show: "blind", closeOnEscape: true, resizable: true, width: 1200, height: 750, minHeight: 600, minWidth: 950, buttons: { "Save": function () { if ($("#add-edit-form").valid()) { var urlLoc = '/Client/Edit/' + currentId; if ($('#fntype').val() === "Add") urlLoc = '/Client/Add'; var oForm =
Keyboard-navigation problem
Hello! Hope you're fine! First I will excuse for my bad english. Have some problem with a keyboard-scroll-script. I don't know what I'm doing wrong. I want it to work like this (link1), press "UP" and "DOWN"-arrows to test. But right now it doesn't work here (link2). I have made a script who set the height and width to 100% of the screen. Then I have a script which will listen for keyboard-press of "UP" and "DOWN" key, and then scroll from section, to section (class: keyboardscroll). But it doesn't
Form not submitted when some required fields cloned but not actually touched
Hi, I am very new to jQuery but getting addicted pretty quickly. I have an small app used to test one of our APIs and provide the ability to clone a section of input fields to be passed to our api, think line items. Below is the script I am using to clone, append and rename the field ids. As the subject stated - if I don't mark the fields as 'required' in the html, then the form will be get posted just fine. The problem is that if I don't actually type in the input fields that are required,
Hide Text Only
I'm trying to hide the time on the display form of a SharePoint Calendar. The date and time are displayed in 1 td together. <tr> <td>Start Date</td> <td>1/1/2013 12:00 AM</td> </tr> I just need to hide the text 12:00 AM. I can find help on hiding the TR and the TD but nothing on just text. Please help!
Send form and replace form with response within div on existing/loaded page
I'm trying to send a form to a server and want to replace the form in a div with the response from the server. Are there any good tutorials or examples? Thanks Teddy
Insert Text in div in a specific position
Hello , I have a Div and button in page . In the Div there is a text "Hello world" . The user open the page and set the cursor between "Hello" and "World" . When press on button , I need to set any text between two words . How Can I do that by jQuery
Datatable Sorting Image not coming Properly
Hi All, I have used datatable 1.8.2 version in my application. I initialized $('#AMSListTable').dataTable(). Its working fine. But Images (Asc and Desc) are supressing. Its not displaying fully. Please help me. Pls find the below datatable Css for sorting: .sorting { background: url('../images/sort_both.png') no-repeat center right;color:Green } .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right ;cursor:pointer;color:Green;margin-top:800px;padding:500px 0 0 0;top:800px}
Noob Question Passing Variables / Arguments to a Function
Hello, I am sorry it has come to asking real folks about the one thing I just cannot seem to find a clear answer for when using jQuery. When I generate links on a page how to I use the contained arguments with a jQuery function. I dont know how I am missing it. I have been through a heap of tutorials but nothing seems to cover it specifically. For example: In the good old days I used to just have a link with an onclick what would send things off to the appropriate function: <a href="#" onClick="myfunction('log1.txt',
JQuery simply won't work.
I have tried with at least 5 different editors, with Chrome, Safari, Firefox and IE. I have tried many different permutations of JQuery code, but it still won't do anything- it won't work. What on earth am I doing wrong? Here is a copy of the html (the script is inside the html): <!DOCTYPE HTML> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>let's see if this works</title> <style type="text/css"> div{ background-color:
IP blocked from jQuery.com
Hi All, I've never been able to access jQuery.com from work before. I noticed this probably about a year ago. I would really like to be able to use the site without accessing via a proxy. I've spoken with the ISP who assure me it's nothing being done on their side. It's not a DNS issue because I can successfully resolve jQuery.com to 70.32.120.34. If I try to access either the domain, or the ip in a web browser, then it simply times out. If I try to ping either the domain or the IP, the same thing
jquery
can any one know how to create CRM based application for bussiness functions using jquery with some interactive screen layouts..
css question, please help
I know this is not the right place to ask for a CSS help, but it's an active good forum and my question is simple. I just want to know why does an element take up the entire width when I set the width? For example, <div style="width:50px;"> <fieldset> <legend>test A</legend> <table> <tr> <td><asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> </td><td> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> </td> </tr> </table>
Next Page