Hi,
I;m looking for a way to obtain key names from a JSON object:
eg
"options": [
{"Option1" : ["Value1", "Value2"]},
{"Option2" : ["Value3", "Value4"]},
{"Option3" : ["Value5", "Value6"]}
]
so, i'd like to consume this JSON in a wa
Tks Dave and Karl, it helped!
Fred~
On Thu, Oct 15, 2009 at 7:05 PM, Dave Methvin wrote:
>
> There are a lot of ways to accomplish this. Karl's post demonstrated
> one way to create larger fragments directly with jQuery. In addition
> to .append() you can look at using the .wrap() methods.
>
>
Hi,
JQuery (is new to me and) seems very good at querying the document
object and modifying it.
I am looking to create document fragments, assemble them, then insert
them into the document object.
eg, creating tables with variable contents and amounts of columns...
Is this a use case that JQuer
Would appreciate some help on identifying the best way to utilize
JQuery to build DOM objects in memory before inserting them into the
document, here is some sample (abbreviated) code, which depicts what i
am trying to do:
function Item(JSON) {
this.JSON = JSON;
this.Node = docum
Thanks, problem solved. ;)
Hi,
after fiddeling around to find a solutions for some hours now, maybe
you can give me a hint:
I have a navigation like this:
page name
... insert nodes with jQuery here ...
I want to insert nodes dynamically with jQuery and the final structure
should look like this:
box #1 : "jquery loaded in iframe"
=> alert box #2 : "Hello world!"
=> alert box #3 : null<=== must be "Working in iframe !"
Any idea on a solution ?
regards
Frederic
Hello Olivier,
To protect content you can have use blockUI plugin (http://
www.malsup.com/jquery/block/#element) on specific elements in your
edited content.
Another editor based on Jquery :
http://projects.bundleweb.com.ar/jWYSIWYG/
regards.
Frederic
On 10 avr, 10:55, Olive <[EMAIL PROTEC
8 matches
Mail list logo