First  |  Prev |  Next  |  Last
Pages: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
Regular expression for this?
I'm just trying to work out (if what I want is at all possible), a regular expression that will search for and select (in a text editor that supports regexps, like Notepad++) the word "onclick", then any text at all, up to and including ">". I thought onclick*\> would work, but it doesn't. Basically it n... 13 Jun 2010 07:11
FAQ Topic - Why doesn't the global variable "divId" always refer to the element with id="divId"? (2010-06-10)
----------------------------------------------------------------------- FAQ Topic - Why doesn't the global variable "divId" always refer to the element with id="divId"? ----------------------------------------------------------------------- Microsoft introduced a shortcut that can be used to reference elements w... 9 Jun 2010 19:48
[ANN] Call for Papers for 2010 Workshop on Scheme and Functional Programming
Please note that the deadline for submitting a paper to the Scheme workshop is 6 days from now... I encourage all authors in their last minute efforts to submit a paper! Please visit the workshop website at http://www.iro.umontreal.ca/~sfp2010 for more details on the submission process and workshop. Wether yo... 9 Jun 2010 00:59
Javascript Toolbox - Table Sort utility - Sort on column's @int attribute
Hello Matt, et.al., I would like to enrich JSToolbox Table sorting so it can sort a column based upon an "int" attribute inserted in the td tag. The necessity is around the ability to sort a column on an alternate sort sequence rather than the actual displayed values. For example, bond or product ratings have va... 8 Jun 2010 20:35
FAQ Topic - My element is named myselect[], how do I access it? (2010-06-09)
----------------------------------------------------------------------- FAQ Topic - My element is named myselect[], how do I access it? ----------------------------------------------------------------------- Form controls with any "illegal" characters can be accessed with ` formref.elements["myselect[]"] ` - The... 8 Jun 2010 19:29
window.name usage
At <url: http://en.wikipedia.org/wiki/Browser_cookie > it claims that: "All current web browsers can store a fairly large amount of data (2-32 MB) via JavaScript using the DOM property window.name. This data can be used instead of session cookies and is also cross-domain. The technique can be coupled with JSON... 8 Jun 2010 19:29
Cairo city sightseeing, city break, stopovers excursions, over day trips & overnight tours
Explore Cairo Browsing our Cairo tours for a range of exciting sightseeing trips and excursions. We offer everything from a simple guided private & group tours to Egyptian Museum, Giza Pyramids & Sphinx, Sakkara, and Memphis, Old Cairo, Islamic & Coptic sites, Sultan Hassan mosque, Azhar mosque, Alabaster mosque,... 8 Jun 2010 18:20
how to create 5-dimensional array ?
On May 2, 3:46 pm, Ry Nohryb <jo...(a)jorgechamorro.com> wrote: On May 2, 1:53 pm, Spamless <Spaml...(a)Nil.nil> wrote: On 2010-05-01, Evertjan. <exjxw.hannivo...(a)interxnl.net> wrote: VK wrote on 01 mei 2010 in comp.lang.javascript: Indeed I was getting nuts by trying to visualize that... 8 Jun 2010 16:00
is there a bug for the unshift method for arrays in firefox, ie
i think i've posted quite some substantial stuff but i've been doing some javascript recently and really want to delve into it with the latest announcement from apple. i have a question: the unshift method for adding an element to the front of an array does not work for firefox and explorer. wondering what'... 8 Jun 2010 16:00
two things i've learned from javascript.
these are my newbie lessons in javascripts.just wanted to share them. 1. never take literals for granted, especially when you're going to use them for evaluating logical expressions. typeof myobj where myobj is declared var myob = 'true'; could return string when you are thinking of booleans. note for newbi... 8 Jun 2010 19:29
First  |  Prev |  Next  |  Last
Pages: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51