15,127 Topics

Member Avatar for
Member Avatar for designershiv

Dear All, I am trying to store a predefined div with a class in a variable using jQuery, Please find my below code and let me know whether it is right or not. loader : $("<div/> + {class:'test'}") thanks in advance.

Member Avatar for designershiv
0
120
Member Avatar for simplypixie

As usual I am having a love hate relationship with jQuery and Ajax :) I have a PHP file that uploads and resizes and image and stores the data in the database, which on its own works fine. I am now trying to do this through a jquery modal/dialog box …

Member Avatar for simplypixie
0
330
Member Avatar for riahc3

Hello Since I can't get something to work, as a temp fix, Im going to do something else but I need this to only happen if it is a Webkit based browser (Safari, Chrome, Android, etc...). How can I detect this? Thank you

Member Avatar for riahc3
0
252
Member Avatar for riahc3

Hello I have your standard input box to enter text. I can insert text in that textbox in all browsers except in Google Chrome. Why is this?

Member Avatar for riahc3
0
222
Member Avatar for PF2G

Hi, I have this popup with a Login Form (and a register form comment): div id="login" style="float:right; width:15%; padding-top:3px;"> <a href="#" class="topopup">LOGIN | REGISTAR</a> <div id="toPopup"> <div class="close"></div> <div id="popup_content"> <!--your content start--> <h2>Login</h2> <form id="login"> <table cellpadding="3" cellspacing="2"> <tr> <td> Username: </td> <td> <input type="text" name="username" id="username" /> </td> …

Member Avatar for JorgeM
0
169
Member Avatar for saucy6969

Hi there I am working on my company's festival website and I am trying to implement social media feeds on the right. Twitter worked a treat but facebook is giving me grief. I tried a page badge but it looked like hell. I am currently using the Like Box but …

Member Avatar for saucy6969
0
270
Member Avatar for Gloak

I have been developing my first (real estate) web page for a few months and that's all my experience with programming... So forgive me if this is a stupid question. I have been following basically 3 tutorials ([first](http://www.domagojsalopek.com/Details/Display-locations-from-a-database-on-a-map-using-Google-Maps-JavaScript-API-and-PHP/22), [second](http://www.geocodezip.com/v3_MW_example_categories.html) and [third](http://gmaps-samples-v3.googlecode.com/svn/trunk/articles/phpsqlsearch/phpsqlsearch_map.html)). They are kind of working together with a few …

Member Avatar for Gloak
0
2K
Member Avatar for jelly46

Hello I am looking for a Javascript/Jqurey gallery that; will loop, and have controls. I can't find exactly what i need, can anyone point me in the right direction please? Thanks #c2webdev

Member Avatar for LastMitch
0
88
Member Avatar for usman.ishaque91

hi i want to build a dynamic select box along with submit button. for example in my first select box there is a number of countries. second select contains the number of cities according to the country name. the problm here i am facing i dont know to open the …

Member Avatar for LastMitch
0
563
Member Avatar for sonicx2218

Hey guys. I'm not so great with Javascript, but I can somewhat manage. So I have this slightly modded video lightbox that works fine, but I'm trying to wrap my head around adding a Disqus module underneath the vid. So I have 2 questions. 1. If you add a disqus …

Member Avatar for sonicx2218
0
258
Member Avatar for siss

I need to convert python code to javascript. do anyone here know javascript? please give your mail id i will sent the python code to your mail! thanks in advance :)

Member Avatar for TrustyTony
0
173
Member Avatar for serkan sendur

I had a background image for one of the container divs in my page. I positioned it to a specific pixel using its style properties. It worked fine in the internet explorer but was located to a wrong position when displayed by firefox. So i wrote the following code to …

Member Avatar for malithmcr
0
468
Member Avatar for kimmi_baby

Hi, I have an accordion menu for wordpress that works nearly the way I would like it to. I was wondering if there's a way to make the menu close once clicked again. I'm happy with how it opens when clicked, it just stays open after that and can't be …

Member Avatar for LastMitch
0
182
Member Avatar for piers

Hi, I have been trying to use AJAX with JQuery in a feedback page I am trying to build. I can get the feedback submitted without going to a new page, but currently I can only see the feedback updated when I refresh the page. I called the feedbackdisplay.php file …

Member Avatar for piers
0
106
Member Avatar for sica07

I'm creating my very first app with Backbone. Basically, I have a two-level deep unordered list. <ul class="cabinet"> <li class="drawer"> <a>Drawer 1</a> <ul class="boxes"> <li> Box 1 </li> <li> Box 2 </li> </ul> </li> <li class="drawer"> <a>Drawer 2</a> <ul class="boxes"> <li> Box 3 </li> <li> Box 4 </li> </ul> </li> …

Member Avatar for McLaren
0
94
Member Avatar for carebear23

I keep getting the following error and cant seem to figure out where I'm going wrong with the code and have tried changing it but just seem to make is worse wonder could someone please help me, the code i am using is as follows: [CODE] this is the code …

Member Avatar for diafol
0
17K
Member Avatar for Vijaysurya

Hai everybody, I need help to import evenbrite event import to my applications. i did this way. but event fetching is fine. ` token = Eventbrite.prototype.data.getAccessToken(); Eventbrite({'app_key':'*******',access_token:token}, function(eb_client) { eb_client.user_list_events( {}, function(response) { var events = new Array(); } }); ` but i want to something like this way. https://www.smore.com/app/pages/new?ref=discovery. …

Member Avatar for pritaeas
0
165
Member Avatar for xpertj007

how can i change my background image by clicking on another image use as a button with jQuery... please help

Member Avatar for pritaeas
0
182
Member Avatar for meda shiva

hi coders.. i need live availability code i am using codeigniter. i am inserting values(username,password,email,phone number) by using array . if the email is already in databse i need to show error message.. with out reloading the page.... thanks in advance.

Member Avatar for meda shiva
0
153
Member Avatar for daniel36

I need to open a servey page when a user leave site.I am doing this by opening a popup window using javascript function onbeforeunload. but there is problem that 90% of popup is blocked by browsers.is there any solution for it?

Member Avatar for ndeniche
0
96
Member Avatar for turpentyne

This seems like a simple one, but I must be missing something? I want the page to slide down into view when the document loads. I thought I could do it by just wrapping the content in a div positioned off the page, and bring it down. But nothing happens? …

Member Avatar for code_rum
0
180
Member Avatar for GlenRogers

Hi, I need help! Im updating a div with groups of images using jquery ajax. I'm also using the Galleria plugin to display these images. My problem is this: on the first set of images loaded galleria works fine, but if i try to load differnt images galleria does not …

Member Avatar for GlenRogers
0
182
Member Avatar for Maideen

Hi I am not familiar with ajax. pls help me how i can do in script Below my script and using pdo and mssql 2005. Below script working fine. But everytime change the details, page refresh and display is delayed Pls help me --------------------------------------------------------------------------- index.php ---------------------------------------------------------------------------------------------- <?php include_once '../inc/connection.inc.php'; ?> …

Member Avatar for ndeniche
0
278
Member Avatar for KirstyHunter

Hi, I am having issues with popup panels disappearing because the control is posting back I have a popup extender on a page which pops out a panel that contains a control I have created <asp:scriptmanager ID="Scriptmanager1" runat="server"></asp:scriptmanager> <ajaxToolkit:ModalPopupExtender ID="PopupExtender1" PopupControlID="Panel1" runat="server" TargetControlID="Button1"> </ajaxToolkit:ModalPopupExtender> <asp:Panel ID="Panel1" runat="server" BorderStyle="None" BorderWidth="1px" ClientIDMode="Static" …

Member Avatar for BMXDad
0
302
Member Avatar for B0716L

Does anyone know how to makea n annoying pop up message in javascript, that keeps on opening up over and over again, almost like a loop script? :D

Member Avatar for imBaCodes
0
177
Member Avatar for KyleSforza

Hey guys, So I'm looking for a way to create a form which basically calculates the input given. Like you enter the first integer in 1st input field, second in second input field, push a button and it calculates the answer. Any help would be appreciated.

Member Avatar for imBaCodes
0
134
Member Avatar for RinzLove

Hi all, Does anyone knows whats the coding for restricting 1 video/audio to play at a time? Currently, I don't have my code with me. Later I will insert the code here and update this forum. Meanwhile, if anyone knows the solution, appreciate the replies. Many thanks.

Member Avatar for imBaCodes
0
89
Member Avatar for @Swathi

Hi all, I am new to javascript, ajax, json and stuffs. So expectiong your most valuable help with regard to my requirement. Thanks in advance for helping me. The requirement for me is I want to get the dates loaded in a table of JSP, which is to be done …

Member Avatar for @Swathi
0
168
Member Avatar for dudegio

Hi All, I want to create a multiple pagination for my records in one page using jquery. I have developed in javascript and it works but I dont know in jquery. Any example is very much appreciated. Thanks

Member Avatar for dudegio
0
179
Member Avatar for noahwilson

Hello Guys, how inactive submit button till user not fill the form? how can i make it possible, please share your suggestion and feedback. Thanks

Member Avatar for IIM
0
200

The End.