473,698 Members | 2,403 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javascript Forum

JavaScript web scripting language - Ask questions about JavaScript development, jQuery, Vue, React, the DOM, cross-browser scripting, event handling, OOP, cookies, client-side form validation, built-in objects like Date, String, Array and Object, performance and more.
1
2,376
thread by: gprisk | last post Oct 25 '12 by: gprisk
Thank you in advance for any assistance! We are currently trying to implement a javascript solution for CRM2011. There are 2 libraries involved. The first generates a div container and presents values from a dropdown list (option set in CRM) so the user can select multiple values. The code then saves the selected values to a separate field as...
1
2,001
thread by: snowsac | last post Oct 23 '12 by: Dormilich
i am having a form, in that i have a email field on its blur event i am calling a function checkEmailexist(), i also want to call that function on submit event of form.
0
1,256
thread by: nery89 | last post Oct 23 '12 by: nery89
Ok, this post is not really a question, but I didn't find a way to reply on an existent post. Javascript is NOT needed, anyway it can be disabled by the user. So this is THE UNIVERSAL solution (to my question...!): <div class="positioner" style="width:402px;height:302px;border:none;margin:50px auto"> <iframe src="thelinker.html"...
1
1,942
thread by: ziycon | last post Oct 21 '12 by: Dormilich
I have data being loaded on a page using the jquery .load() function which calls a php script and is working grand. I have pagination added to the data loaded onto the page but no jquery functions work when I click on the pagination in the data that has been loaded. Does this mean that jquery .click() function wont work on data if that data has...
4
2,773
thread by: abde | last post Oct 19 '12 by: zmbd
Hi there Request - simplest on mouse press/ drag , multiple ellipse (or ellipse in square). Attempted to modify code for ellipse(), multiple objects, mouse press - incl. pvectors, pop matrix, translate (all translate to continuous tail from single ellipse). All my code is very messy. A maths or syntax query simple modification of...
1
1,767
thread by: shulamitmias | last post Oct 17 '12 by: Rabbit
Hellow! How can I hide a row of formview (tr) by writing javascript ? thanks...
1
2,886
thread by: gsreenathreddy | last post Oct 16 '12 by: Dormilich
Hi All, I have a requirement that needs to open Save as dialog box using JAVASCRIPT. Thanks, Sreenath
3
2,276
thread by: Scott | last post Oct 16 '12 by: Dormilich
Hi, Could you guys help me to add this pattern: `` into the following regex: `/^+$/` ? The above regex allows only letters and spaces, and I would like it to additionaly allow text if it has the above unicode pattern also (but its not required). Regards.
1
1,698
thread by: pano pano | last post Oct 12 '12 by: Rabbit
I need to have a simple toggle event to a checkbox and in addition to that, save the checkbox state and the related text or div state after page refresh. I found this script that works exactly as i want here but when i upload the exact same code to my page, it doesn't work. my page. So what's the problem? Can anyone help? thanks
1
2,325
colinod
thread by: colinod | last post Oct 11 '12 by: acoder
I have a menu that is using the following to show and hide the menu $(document).ready(function(){ // Hide all unordered lists that are descended from the navigation $("#nav ul").hide(); $("#artistnav ul").hide(); //$("#nav ul").css('visibilty', 'visible'); jQuery('a').bind('click', function(){
1
1,285
thread by: kentor | last post Oct 11 '12 by: Rabbit
Immediately (onchange is soon enough) convert whatever is entered in the first text box to upper case (change the text in the box). I'm a rookie!
1
3,920
thread by: lchau | last post Oct 8 '12 by: gits
Hi, I am a new html developer. I write an html script program to view a specific web site for a given URL. After a web page is loaded into the application view, i then use a scrollBy() function to automatically scroll the content of the web page. The scrollBy() function does not work after i open the URL in my application? Here is my sample...
1
1,811
thread by: Ryzzix | last post Oct 8 '12 by: Rabbit
I am currently building a tool for a friend that runs a live action rpg that has a downtime system between games. Basically the intended result is for her to be able to enter numbers into some form fields to get a total number of dice to be rolled. this field would then dictate the size of the random non-unique array with numbers between 1...
1
2,291
thread by: skavinkar | last post Oct 4 '12 by: gits
Can we remove the limitation on data send using JSONP. Below is my code. What i am trying to do is to pass 3000 characters(actuallly a image which is converted to base64 data) at a time to service(serviceCall.ashx). As my data is large up to 30,000-40,000 characters i am dividing it in packets(3000 each ) and then sending it. Is there any way i...
1
2,568
thread by: allanbachti | last post Oct 3 '12 by: acoder
hi, im a newbie at html or web, well, i was creating a "homepage" blog on blog*er.com, it's just a simple page that shows a flash object, but i uploaded the swf file at screenc*st.com, so the flash player need to be clicked first (you know the play button at the middle of the flash player, not like yout*be that play automaticly), so can anyone...
2
1,660
thread by: Deanorezo | last post Oct 1 '12 by: Deanorezo
this is killing me. It works fine with IE but nothing with Firefox. Can anyone help please it should grab text from klm2 and the response should print to klm3 <script> function PostOrder() { var done1; var xmlhttp = new XMLHttpRequest(); strPOSTURL="http://localhost/server/MYDLL.asp" xmlhttp.Open("POST", strPOSTURL, false); ...
3
3,384
thread by: skavinkar | last post Oct 1 '12 by: gits
I dont know whether i am asking valid question My problem is i want to send large data from one application to another for which i am using JSONP to pass data to handler file which stores it in database.As the data is large i am dividing it in chunks and passing the packets in loop, the more the number of packets the more time it takes to pass...
1
1,595
thread by: Anees Fathima | last post Oct 1 '12 by: gits
when i rightclick the mouse i have created my own menu items using context menu. but i can't trigger the event for the menu.
1
1,934
thread by: althenwolf | last post Oct 1 '12 by: gits
I need to save the annotations that other people do on the website. I need to save the selections of a text HTML in a database for retrieval later. Before users can view them whenever they want. I have used rangy.deserializeSelection () and rangy.SerializeSelection () https://code.google.com/p/rangy/wiki/SerializerModule but when reloading the...
1
1,226
thread by: virtualkarma | last post Sep 29 '12 by: zmbd
<script> function fred(id,rowCt,ct,cbl) { var cols= new Array(); cols=50; cols=300; cols=600; var numCol=cols.length; var firstRow=10;
1
1,550
thread by: sureshsatya | last post Sep 27 '12 by: iam_clint
How Can I assign 3-D array dynamically
5
1,591
thread by: ynaveen9 | last post Sep 27 '12 by: Fary4u
I have a page with all form field to take input from user. ex : when user selects a Country automatically all the states within that country should be populated in second list box with values(states) fetched from database. and if I select state again all the cities under this state would appear in 3rd drop down.. like that... I know Ajax...
1
1,756
thread by: gierg | last post Sep 26 '12 by: Dormilich
$(document).ready(function() { $('#btnAdd').click(function() { var num = $('.clonedInput').length; var newNum = new Number(num + 1); var newElem = $('#input' + num).cloneNode(true).attr('id', 'input' + newNum); newElem.children(':first').attr('id', 'name' +...
3
1,390
javadth
thread by: javadth | last post Sep 26 '12 by: Dormilich
hi i have problem in validator <Script src="http://bytes.com/includes/preloader.js" TYPE="text/javascript"></script> You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by: how can i solve it ?
6
2,686
thread by: fikaqqq | last post Sep 25 '12 by: Anivia
I need to be able to delete table rows from database via link which is shown down below, but i don't know how to form javascript function which will enable that. So, this is how my index.php looks like: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css"...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.