|
Feb
11 |
|
awarded | Popular Question |
|
Jan
12 |
|
awarded | Notable Question |
|
Nov
15 |
|
awarded | Popular Question |
|
Jul
9 |
|
awarded | Popular Question |
|
Mar
27 |
|
awarded | Popular Question |
|
Mar
6 |
|
revised |
jqueryUI functions fail to be found when php require_once is used for common script components in page deleted 943 characters in body |
|
Jan
29 |
|
comment |
jQuery validation plugin using title instead of the error message specified cool, I was doing that while pulling out my hair and I finally discovered the solution there is a way to set the plugin to ignore the title, aptly named: ignoreTitle: true. I'll follow up on this once I am allowed to post a response. |
|
Jan
29 |
|
revised |
jQuery validation plugin using title instead of the error message specified added 1 characters in body |
|
Jan
29 |
|
asked | jQuery validation plugin using title instead of the error message specified |
|
Jan
29 |
|
awarded | Supporter |
|
Jan
13 |
|
comment |
dojo problems with creating new dom nodes sorry for taking so long, yep that worked. Thanks. |
|
Jan
13 |
|
accepted | Zend request object redirecting |
|
Jan
13 |
|
asked | jqueryUI functions fail to be found when php require_once is used for common script components in page |
|
Jan
13 |
|
accepted | dojo problems with creating new dom nodes |
|
Feb
21 |
|
comment |
dojo problems with creating new dom nodes ok I will give it a shot, I thought that . and [] were roughly equivalent though? |
|
Feb
14 |
|
awarded | Tumbleweed |
|
Feb
8 |
|
accepted | dojo eventListener via dojo.connect attach to multiple objects with same id |
|
Feb
7 |
|
revised |
dojo problems with creating new dom nodes fixed code bug |
|
Feb
7 |
|
asked | dojo problems with creating new dom nodes |
|
Feb
6 |
|
comment |
dojo eventListener via dojo.connect attach to multiple objects with same id @Brian - yeah after reading some more I am find that it is best to leave id's as unique, originally I had thought that a good abstraction for applying css styling would be to use class for parent nodes, or nodes that had unspecified children and id's for the specified...it was a good starting point but a habit I am dropping. |