Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 129
Search took 0.68 seconds.
Search: Posts Made By: m2244
Forum: JavaScript frameworks 05-21-2013, 01:05 PM
Replies: 2
Views: 157
Posted By m2244
Thanks for the help. I ended up forcing the ID to...

Thanks for the help. I ended up forcing the ID to lower case when the elements are generated directly, then any time I search by ID I need to force the search string to lower case also.

Thanks...
Forum: JavaScript frameworks 05-20-2013, 07:04 PM
Replies: 2
Views: 157
Posted By m2244
I need help with lowercase

Hello,

What I need to do is find an element by its ID, only I need to force the ID to be lower case.


function glossScroll(evt)
{
var thisTerm =...
Forum: JavaScript frameworks 05-17-2013, 06:44 PM
Replies: 1
Views: 164
Posted By m2244
Why is one of these working but not the other???

In the code below, the 'a' link directly from the page (the first line of html code) works but the 'a' links generated dynamically with JS do not work, returns undefined.

Can anyone shed some...
Forum: JavaScript programming 05-14-2013, 06:26 PM
Replies: 1
Views: 135
Posted By m2244
Could I run into a problem with conflicting XML files

Hello,

I have a fairly complex website where the main page loads only once and then I use JS to set new content on the page. I rely on the use of XML for more and more of the content. For...
Forum: General web building 04-17-2013, 06:16 PM
Replies: 1
Views: 744
Posted By m2244
Are there any good tools for making CSS jQuery animations?

Hello,

So, over the past several years I have made a lot of Flash animations/interactives for our sites. Now, we are trying to get away from Flash as much as possible but I am concerned with...
Forum: JavaScript frameworks 04-10-2013, 01:55 PM
Replies: 10
Views: 352
Posted By m2244
OH damn, I missed it too. My fault. let me try it.

OH damn, I missed it too. My fault. let me try it.
Forum: JavaScript frameworks 04-09-2013, 09:36 PM
Replies: 0
Views: 213
Posted By m2244
The next step, worse than first. XML attribute filter

OK, so I had some help from folks on this site getting to this point.

When a user hovers on the html link I get the html content, in this case 'IO'. Now I need to find the matching 'term'...
Forum: JavaScript frameworks 04-09-2013, 05:57 PM
Replies: 10
Views: 352
Posted By m2244
Still not working.

Still not working.
Forum: JavaScript frameworks 04-09-2013, 04:01 PM
Replies: 10
Views: 352
Posted By m2244
I wonder if it some sort of race condition where...

I wonder if it some sort of race condition where the content is not on the page yet by the time the listeners are added.
Forum: JavaScript frameworks 04-09-2013, 03:58 PM
Replies: 10
Views: 352
Posted By m2244
For some reason it is not working, I do not even...

For some reason it is not working, I do not even get the alert. By the way, the html page containing the 'a' tags are added to the DOM dynamically, does that matter?
Forum: JavaScript frameworks 04-09-2013, 03:09 PM
Replies: 10
Views: 352
Posted By m2244
That they enjoy. nice. It works. I am going...

That they enjoy. nice.

It works. I am going to try the other suggestion below since it would reduce a lot of code on our html pages.
Forum: JavaScript frameworks 04-08-2013, 09:43 PM
Replies: 10
Views: 352
Posted By m2244
This is driving me nuts. I just need the inner html

So, all I am tying to do is to get the html content of the element below when the mouseover fires. In this case I need the 'IO'. I have been pounding my head on the wall all day trying to get this to...
Forum: JavaScript frameworks 04-08-2013, 06:55 PM
Replies: 1
Views: 180
Posted By m2244
How to use element content in jQuery function

Hello,

This is probably fairly trivial but I am trying to create a simple custom tooltip. When a user hovers over the code below I want to grap the html content, in this case the 'IO'. Does anyone...
Forum: JavaScript frameworks 04-05-2013, 03:44 PM
Replies: 0
Views: 188
Posted By m2244
I am having problems with .top property.

I am simply trying to scroll to an element that was clicked on but I keep getting this error:

SCRIPT5007: Unable to get value of the property 'top': object is null or undefined

Any help with...
Forum: JavaScript frameworks 03-26-2013, 06:44 PM
Replies: 0
Views: 180
Posted By m2244
Having a problem with IE8. Is it XML object problem

Hello,

I have a farily complex site here so I didn't post all of the code. Basically, I use JS (jQuery) to force new content into a central "hub" page. The pages are listed in order in an XML...
Forum: JavaScript frameworks 03-19-2013, 03:14 PM
Replies: 2
Views: 231
Posted By m2244
This works on IE but not FF

Hello,

The code below works fine in IE but the text does not show up in FF. I am thinking it is an XML problem (not sure I have mastered the whole passing XML objects correctly).

This line...
Forum: JavaScript frameworks 03-02-2013, 12:17 PM
Replies: 6
Views: 515
Posted By m2244
Yes I did try that but I think that the scroll...

Yes I did try that but I think that the scroll back to the top was still in progress when the animated scroll down began which caused it to scroll to a random position.
Forum: JavaScript frameworks 03-01-2013, 09:12 PM
Replies: 6
Views: 515
Posted By m2244
Well, it sounded easy enough. Any suggestions? ...

Well, it sounded easy enough. Any suggestions?


var prevTermPosition = 0;
function glossScroll(evt)
{
//alert(evt);
//*********** This gets the offset of the target span tag. Offset is the...
Forum: JavaScript frameworks 03-01-2013, 08:21 PM
Replies: 6
Views: 515
Posted By m2244
Thanks for the help. I will try this right now.

Thanks for the help. I will try this right now.
Forum: JavaScript frameworks 03-01-2013, 02:15 PM
Replies: 6
Views: 515
Posted By m2244
Having a small problem with this scroll function

Hello Good People,

So, here's the thing; I have a glossary div on the page which scrolls to a selected term. It works well, until the user selects a second term. In other words the user selects an...
Forum: JavaScript frameworks 02-28-2013, 06:50 PM
Replies: 0
Views: 310
Posted By m2244
How to call this custom function on a swipe event

Hello,

Does anyone know how to get this swipe to work reliably? I had it working when I was using the full jQuery mobile version but with this custom jQuery mobile file it doesn't work. I want to...
Forum: JavaScript frameworks 02-21-2013, 08:39 PM
Replies: 2
Views: 295
Posted By m2244
It seems that scrollto and a few other things are...

It seems that scrollto and a few other things are not supported in v1.8 due to Webkit functionality. Not sure if I am going to revert to 1.7 or try something else.
Forum: JavaScript frameworks 02-21-2013, 05:30 PM
Replies: 4
Views: 279
Posted By m2244
The user clicks on the link below and, in this...

The user clicks on the link below and, in this case, 'GSU' is passed to the javascript. So I believe all is well with that part but here is the html:

<a class="glossaryLink" href="#"...
Forum: HTML & CSS 02-21-2013, 04:04 PM
Replies: 1
Views: 211
Posted By m2244
How to set style dependant on adjacent element

Hello,

I have a div that is populated with a bunch of span tags, each having there own class. They are colored differently to show separation. They show up in the div side by side. The problem is...
Forum: JavaScript frameworks 02-21-2013, 02:53 PM
Replies: 2
Views: 295
Posted By m2244
Man I am tired of this crap not working? Just freaking scroll!!!

So, I am simply trying to get a div to scroll to a term. When a user clicks a term I have code below that finds the term in the div. This much works, I can find the span with the correct term in it....
Showing results 1 to 25 of 129

 
Forum Jump

All times are GMT +1. The time now is 07:36 AM.